Description
Currently all admin users see all content. Add a group/team concept so multiple users can collaborate on the same set of routes while being restricted from others.
Considerations
- This is a significant architectural change — needs discussion on requirements and approach
- Requires a new Group/Team entity with relationships to User and Route
- Admin UI needs scoping (query extensions, CRUD filters)
- May affect API responses depending on requirements
- Consider role-based vs. group-based access control
Part of #35
Description
Currently all admin users see all content. Add a group/team concept so multiple users can collaborate on the same set of routes while being restricted from others.
Considerations
Part of #35