-
Notifications
You must be signed in to change notification settings - Fork 9
[AIDAPP-638]: Introduce the ability to assign teams or users to a project #610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Orrison
merged 12 commits into
main
from
Feat/AIDAPP-638-introduce-ability-to-assign-teams-or-users-to-project
Jul 23, 2025
Merged
[AIDAPP-638]: Introduce the ability to assign teams or users to a project #610
Orrison
merged 12 commits into
main
from
Feat/AIDAPP-638-introduce-ability-to-assign-teams-or-users-to-project
Jul 23, 2025
Conversation
This file contains hidden or 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
- Added migration to activate Project Managers and Auditors feature flag. - Updated ProjectResource to include management pages for Auditors and Managers. - Enhanced ListProjects page to filter projects based on user roles (managers and auditors). - Created ManageAuditors and ManageManagers pages for managing related users and teams. - Implemented relation managers for AuditorTeams and AuditorUsers. - Added relation managers for ManagerTeams and ManagerUsers. - Updated Project model to include relationships for manager and auditor users and teams. - Created pivot models for ProjectManagerUser, ProjectAuditorUser, ProjectManagerTeam, and ProjectAuditorTeam. - Enhanced ProjectPolicy to restrict access based on user roles and feature flag. - Updated tests to ensure proper access control for project management based on user roles. - Added feature flag class for Project Managers and Auditors functionality.
…P-638-introduce-ability-to-assign-teams-or-users-to-project
krlmrr
previously approved these changes
Jul 8, 2025
Orrison
requested changes
Jul 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be rebased on main so that it has the proper tests and merge conflicts are resolved.
Done |
Orrison
requested changes
Jul 9, 2025
app-modules/project/src/Filament/Resources/ProjectResource/Pages/ListProjects.php
Outdated
Show resolved
Hide resolved
…P-638-introduce-ability-to-assign-teams-or-users-to-project
…P-638-introduce-ability-to-assign-teams-or-users-to-project
…P-638-introduce-ability-to-assign-teams-or-users-to-project
…ers-to-project' of github.com:canyongbs/aidingapp into Feat/AIDAPP-638-introduce-ability-to-assign-teams-or-users-to-project
Orrison
requested changes
Jul 21, 2025
app-modules/project/tests/Tenant/Filament/Resources/ProjectResource/Pages/EditProjectTest.php
Outdated
Show resolved
Hide resolved
app-modules/project/tests/Tenant/Filament/Resources/ProjectResource/Pages/ListProjectsTest.php
Outdated
Show resolved
Hide resolved
app-modules/project/tests/Tenant/Filament/Resources/ProjectResource/Pages/ViewProjectTest.php
Outdated
Show resolved
Hide resolved
Orrison
approved these changes
Jul 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ticket(s) or GitHub Issue
Technical Description
Introduce the ability to assign teams or users to a project
Any deployment steps required?
No
Are any Feature Flags and/or Data Migrations that can eventually be removed Added?
Feature Flag : ProjectManagersAuditorsFeature
Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the contributing guidelines.