-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Description:
Build a backend system to manage the campus Execom (Executive Committee), allowing admins to assign or remove users based on their roles.
Tasks:
- - Create a new model:
CampusExecom
- - Implement functionality to assign users to roles within the campus Execom
- - Implement functionality to remove users from the Execom
API Endpoints
Method | Route | Description |
---|---|---|
GET | /api/campus/:id/execom | View Execom |
POST | /api/campus/:id/execom | Add member |
DELETE | /api/campus/:id/execom/:uid | Remove member |
Metadata
Metadata
Assignees
Labels
No labels