feat(structure): add soft delete
Showing
- scripts/init-db.js 1 addition, 0 deletionsscripts/init-db.js
- src/admin/admin.controller.ts 3 additions, 2 deletionssrc/admin/admin.controller.ts
- src/configuration/config.ts 8 additions, 0 deletionssrc/configuration/config.ts
- src/mailer/mail-templates/adminStructureClaim.ejs 1 addition, 1 deletionsrc/mailer/mail-templates/adminStructureClaim.ejs
- src/mailer/mail-templates/structureCancelDelete.ejs 4 additions, 0 deletionssrc/mailer/mail-templates/structureCancelDelete.ejs
- src/mailer/mail-templates/structureCancelDelete.json 3 additions, 0 deletionssrc/mailer/mail-templates/structureCancelDelete.json
- src/mailer/mail-templates/structureDeletionNotification.json 1 addition, 1 deletionsrc/mailer/mail-templates/structureDeletionNotification.json
- src/mailer/mail-templates/structureToBeDeleted.ejs 15 additions, 0 deletionssrc/mailer/mail-templates/structureToBeDeleted.ejs
- src/mailer/mail-templates/structureToBeDeleted.json 3 additions, 0 deletionssrc/mailer/mail-templates/structureToBeDeleted.json
- src/structures/dto/structure.dto.ts 1 addition, 0 deletionssrc/structures/dto/structure.dto.ts
- src/structures/schemas/structure.schema.ts 3 additions, 0 deletionssrc/structures/schemas/structure.schema.ts
- src/structures/services/structure.service.spec.ts 11 additions, 1 deletionsrc/structures/services/structure.service.spec.ts
- src/structures/services/structures.service.ts 119 additions, 10 deletionssrc/structures/services/structures.service.ts
- src/structures/structures.controller.spec.ts 8 additions, 1 deletionsrc/structures/structures.controller.spec.ts
- src/structures/structures.controller.ts 26 additions, 3 deletionssrc/structures/structures.controller.ts
- src/users/controllers/users.controller.spec.ts 2 additions, 2 deletionssrc/users/controllers/users.controller.spec.ts
- src/users/controllers/users.controller.ts 3 additions, 2 deletionssrc/users/controllers/users.controller.ts
- src/users/services/users.service.ts 2 additions, 4 deletionssrc/users/services/users.service.ts
- test/mock/data/structures.mock.data.ts 1 addition, 0 deletionstest/mock/data/structures.mock.data.ts
Loading
Please register or sign in to comment