This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
Implement discipline editing/viewing endpoints #29
Labels
Changes DJ Controls
This issue will require a change in the DJ Controls application
Feature
New feature or enhancement
Minor: API Change
This issue makes changes to the API, but applications can still function as-is.
Milestone
Implement API endpoints so that DJ Controls admins can see and manage active (or inactive) discipline. All endpoints below should require authorization.
discipline/get - View all discipline records
discipline/edit - Modify a discipline
- [ ] discipline/disable - Sets a discipline status as inactive. DOES NOT actually remove it from the database.REJECTED: can just use discipline/editdiscipline/remove - actually removes a discipline from the database
Test all endpoints
Implement discipline management in DJ Controls
The text was updated successfully, but these errors were encountered: