-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interview scheduler bug fixes and features update (#178)
* basic frontend stuff complete :3. Finished the general ui * first attempt, implementing inductee view of their schedule backend only * Push some frontend changes * update * Finish all availabilities display page * Added backend for getting all availabilities, not single yet * Update styling * some post hopefully * Update all availabilities page * Add utils file for interview-related pages * Update sidebar navigation * Start edit own availability from scratch * Update response type to const * Update app url pathing * Map correct url to schedule overview page * Move utils file * inducteeviewset post delete * Update app routing * Update user views * Implement interview get api backends * Update overall interview schedule * Skeleton for individual interview schedule * function for editschedule * addavailability function * Complete edit schedule page * Edit InductionClassViewSet * Update interview related functions * Complete initial interview schedule overview * Finish up interview system * Delete .venv * Add comments on functions and files * Fix clicking on timeslot does not update availability * Add functionality to see individual inductee availabilities * Remove TODO comment --------- Co-authored-by: jyeh2 <yehjames526@gmail.com> Co-authored-by: niannianwang <niw002@ucsd.edu>
- Loading branch information
1 parent
b03fb22
commit 461aca2
Showing
4 changed files
with
183 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,4 +113,5 @@ export function generateSchedule() { | |
dayCol.appendChild(timeslot); | ||
} | ||
} | ||
return true; | ||
} |
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