Feature/project desk link #1632
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature: Editable Maitrise Types linked to Projects
Adds an editable list of “Maitrise Types” and allows multiple Maitrise entries per project [Type + Bureau Name + Email]. Admins can add, edit, and delete types via a modal. The project selector is now searchable (type-to-filter).
New table fac_MaitriseType with default seeds
New table fac_ProjectMaitrise to store per‑project Maitrise rows
New model classes/MaitriseType.class.php (GetAll, Insert, Delete, Update)
project_mgr.php:
Maitrise section with add/remove rows and persistence on Create/Update
Admin modal to manage types (add/edit/delete)
“More” option in the type dropdown opens the modal and resets the selection
Project dropdown upgraded to a searchable combobox
CSS
Modal spacing for #maitrisetypesmodal
Combobox toggle aligned and sized to match the input
i18n
“Maitrise”, “Maitrise Entries”, “Manage Maitrise Types”, “Type Name”, “Bureau Name”, “Email”, “Remove”, “Add Maitrise”, “Maitrise Types”, “Add New Maitrise Type”, “Add”, “Save”, “Delete”, “More”, “Changes save immediately when you click Save/Delete.”