-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: project category relation crud (#27)
* feat(ProjectHelper): add getProjectAndCategoriesInfos - Help to show and format project unarchived categories see: #19 * feat(ProjectHandler): add project unarchived categories infos to handleGetProject see: #19 * fix(Helper): use nullsafe operator in projectExists/categoryExists * feat(categoryHelper): add getCategoryAndProjectsInfos see: #19 * feat(CategoryHandler): add category unarchived projects infos to handleGetCategory see: #19 * chore: keep feat wip see: #19 * fix(ProjectMapper): fromEntityToDTO circular reference * feat(projectValidator): add project categories validation methods see: #19 * fix(Entities): removal when entity is still linked elsewhere see: #19 * refac(ProjectHandler): use Mapper::FromEntityToJson instead of Helper::getProjectAndCategoriesInfos see: #19 * feat(ProjectPersister): persist Category relations see: #19 * feat(CategoryHelper): add getProjectsArrayFromCategory see: #19 * refac(CategoryHandler): use Mapper:FromEntityToJson instead of Helper::getCategoryAndProjectsnfos see: #19 * feat(Category): add projects to DTO/Mapper * chore: format * fix(ProjectValidator): CATEGORY_SLUG_INVALID typo * feat(CategoryValidator): add category projects validation see: #19 * feat(CategoryPersister): add Project relations see: #19 * chore(deps): upgrade js dependencies closes: #21 * feat(CategoryArchiver): remove category from related project see: #19 * feat(ProjectArchiver): remove project from related category close: #19
- Loading branch information
Showing
18 changed files
with
457 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.