.codeclimate.yml | |
|
|
.env-template | |
|
|
.gitattributes | |
|
|
.gitignore | |
|
|
CODE_OF_CONDUCT.md | |
|
|
COMPLIANCE.yaml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
database/dbdiagram_source | |
|
|
docker-compose.yml | |
|
|
express-api/.dockerignore | |
|
|
express-api/.gitignore | |
|
|
express-api/.prettierignore | |
|
|
express-api/.prettierrc.cjs | |
|
|
express-api/Dockerfile | |
|
|
express-api/README.md | |
|
|
express-api/eslint.config.mjs | |
|
|
express-api/jest.config.ts | 37 | A 0 mins |
|
express-api/package.json | |
|
|
express-api/src/appDataSource.ts | 31 | A 0 mins |
|
express-api/src/controllers/administrativeAreas/IAdministrativeArea.ts | 12 | A 0 mins |
|
express-api/src/controllers/administrativeAreas/administrativeAreasController.ts | 43 | A 0 mins |
|
express-api/src/controllers/agencies/IAgency.ts | 17 | A 0 mins |
|
express-api/src/controllers/agencies/agenciesController.ts | 59 | A 0 mins |
|
express-api/src/controllers/buildings/buildingsController.ts | 89 | A 1 hr |
|
express-api/src/controllers/common/IBaseEntity.ts | 7 | A 0 mins |
|
express-api/src/controllers/healthController.ts | 4 | A 0 mins |
|
express-api/src/controllers/index.ts | 28 | A 0 mins |
|
express-api/src/controllers/lookup/lookupController.ts | 318 | A 0 mins |
|
express-api/src/controllers/lookup/lookupSchema.ts | 47 | A 0 mins |
|
express-api/src/controllers/ltsa/ltsaController.ts | 7 | A 0 mins |
|
express-api/src/controllers/notifications/notificationsController.ts | 74 | A 0 mins |
|
express-api/src/controllers/notifications/notificationsSchema.ts | 95 | A 0 mins |
|
express-api/src/controllers/parcels/parcelsController.ts | 89 | A 1 hr |
|
express-api/src/controllers/projects/projectsController.ts | 110 | A 0 mins |
|
express-api/src/controllers/projects/projectsSchema.ts | 309 | A 0 mins |
|
express-api/src/controllers/properties/propertiesController.ts | 160 | A 0 mins |
|
express-api/src/controllers/properties/propertiesSchema.ts | 54 | A 0 mins |
|
express-api/src/controllers/reports/errorReportSchema.ts | 19 | A 0 mins |
|
express-api/src/controllers/reports/reportsController.ts | 36 | A 0 mins |
|
express-api/src/controllers/roles/rolesController.ts | 44 | A 0 mins |
|
express-api/src/controllers/roles/rolesSchema.ts | 9 | A 0 mins |
|
express-api/src/controllers/tools/toolsController.ts | 63 | A 0 mins |
|
express-api/src/controllers/tools/toolsSchema.ts | 88 | A 0 mins |
|
express-api/src/controllers/users/IUser.ts | 12 | A 0 mins |
|
express-api/src/controllers/users/usersController.ts | 98 | A 0 mins |
|
express-api/src/controllers/users/usersSchema.ts | 135 | A 0 mins |
|
express-api/src/express.ts | 82 | A 0 mins |
|
express-api/src/middleware/errorHandler.ts | 26 | A 0 mins |
|
express-api/src/middleware/headerHandler.ts | 8 | A 0 mins |
|