feat: Student Statistics Dashboard #378
Annotations
10 errors
Lint:
apps/api/src/lessons/repositories/lessons.repository.ts#L24
There should be at least one empty line between import groups
|
Lint:
apps/api/src/lessons/repositories/lessons.repository.ts#L25
`../schemas/lesson.types` import should occur before type import of `drizzle-orm/postgres-js`
|
Lint:
apps/api/src/statistics/api/statistics.controller.ts#L6
There should be at least one empty line between import groups
|
Lint:
apps/api/src/statistics/api/statistics.controller.ts#L7
There should be at least one empty line between import groups
|
Lint:
apps/api/src/statistics/api/statistics.controller.ts#L7
`nestjs-typebox` import should occur before import of `src/common`
|
Lint:
apps/api/src/statistics/api/statistics.controller.ts#L8
`../schemas/userStats.schema` import should occur before import of `../statistics.service`
|
Lint:
apps/api/src/statistics/api/statistics.controller.ts#L8
Import "UserStats" is only used as types
|
Lint:
apps/api/src/statistics/handlers/statistics.handler.ts#L9
There should be at least one empty line between import groups
|
Lint:
apps/api/src/statistics/handlers/statistics.handler.ts#L10
`../statistics.service` import should occur before type import of `@nestjs/cqrs`
|
Lint:
apps/api/src/statistics/repositories/statistics.repository.ts#L2
'differenceInDays' is defined but never used
|