-
brahim.elfahim a rédigé9eb8527a
[1.0.0]
Added
- Create DTOs, mappers, repositories, services, and controllers for levels, subjects, and chapters.
- List levels with pagination and search options.
- List levels.
- Get level details by level ID.
- Add functionality to create, update, activate, deactivate, and delete a level.
- Add functionality to delete multiple levels by providing a list of level IDs.
- List subjects with pagination and search options.
- List subjects.
- Get subject details by subject ID.
- Add functionality to create, update, activate, deactivate, and delete a subject.
- Add functionality to delete multiple subjects by providing a list of subject IDs.
- List chapters with pagination and search options.
- List chapters.
- Get chapter details by chapter ID.
- Add functionality to create, update, activate, deactivate, and delete a chapter.
- Add functionality to delete multiple chapters by providing a list of chapter IDs.
Changed
- Add levelId path variable to getAllSubjects method.
- Add subjectId path variable to getAllChapters method.