-
Notifications
You must be signed in to change notification settings - Fork 9
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
✨ Double check admin dashboard and permissions for new user roles #11767
Open
1 task done
Comments
tristan-orourke
added
the
review in refinement
Ready to be looked at and pulled into "ready to dev"
label
Oct 17, 2024
2 tasks
tristan-orourke
changed the title
✨ Double check admin dashboard and nav for new user roles
✨ Double check admin dashboard, nav, and permissions for new user roles
Oct 24, 2024
tristan-orourke
changed the title
✨ Double check admin dashboard, nav, and permissions for new user roles
✨ Double check admin dashboard and permissions for new user roles
Oct 24, 2024
Status: Ready to merge ✔️Issues blocking this PR:This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress. |
tristan-orourke
removed
the
review in refinement
Ready to be looked at and pulled into "ready to dev"
label
Oct 24, 2024
tristan-orourke
moved this from 🏭 Ready for Estimate
to 📋 Ready for Dev
in GC Digital Talent
Oct 25, 2024
Should check dashboard page and links (added in #11900) |
tristan-orourke
moved this from 📋 Ready for Dev
to 🏃 Prioritized for Dev
in GC Digital Talent
Nov 18, 2024
tristan-orourke
moved this from 🏃 Prioritized for Dev
to 🏗 In progress
in GC Digital Talent
Nov 18, 2024
This was referenced Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ Feature
Ensure new user roles (Community Admin, Community Recruiter, and Process Operator) are allowed to view all the right pages. It seems like we missed at least some cases, so do a full review.
🕵️ Details
Compare to what we currently give community managers and recruiters. I think the new community roles need access to the Candidate Search and User Search, and Skills table.
Community Admins should be able to access:
Community Admin should see links on their dashboard to the following pages:
Community Recruiter should be the same as Community Admin, except...
Process Operator should be able to access:
Process Operator should see links on their dashboard to:
🙋♀️ Proposed Implementation
Note that #10793 should consolidate how frontend permissions are stored and referenced.
Search for uses of
hasRole
to ensure the correct permissions are checked everywhere.✅ Acceptance Criteria
Community Admins should be able to access:
Community Recruiter should be the same as Community Admin, except...
So... Community Recruiter should be able to access:
Process Operator should be able to access:
Process Operator should see links on their dashboard to:
🛑 Blockers
Blocked By
The text was updated successfully, but these errors were encountered: