-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Admin class management (backend) (#44)
* add update and delete endpoints to class module * add a delete endpoint to the class schedules module * photo pipelining, switch to using mysql2/promise for better transactions * fix casing * utilize transactions, generateDB models * add logging * rename DB models acccordingly * double check mime type on backend * bug fixes in class module * use dynamic values clause in schedule insertion * add shift_id column to shifts table * fix insertions for volunteer and availability modules * implement add, delete and update endpoints in shift module * add checked_in field to addShift * cleanup schedule model * fix updateSchedulesByClassId --------- Co-authored-by: theosiemensrhodes <[email protected]>
- Loading branch information
1 parent
1768b6c
commit c0495b6
Showing
16 changed files
with
398 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.