add numWaitlistedStudnets to section serializer#531
Merged
gabrielhan23 merged 1 commit intoJan 30, 2026
Conversation
gabrielhan23
added a commit
that referenced
this pull request
May 4, 2026
* waitlisting backend code: waitlist student model, apis (view, add, and drop), and auto add to section when student is dropped * reverted docker compose * added a count waitlist method * displaying active feature for waitlisted database in admin site * showing only active students when we click on particular section from sections db on admin site * update sections * added a count waitlist method * displaying active feature for waitlisted database in admin site * showing only active students when we click on particular section from sections db on admin site * add max_waitlist_capacity to section partial_update * add max_waitlist_capacity to section partial_update * add waitlistCapacity to MetaEditModal and MentorSectionInfo * edit waitlistCapacity on frontend (#527) * update sections * added a count waitlist method * displaying active feature for waitlisted database in admin site * showing only active students when we click on particular section from sections db on admin site * add waitlistCapacity to MetaEditModal and MentorSectionInfo --------- Co-authored-by: Eileen Hwang <eileenhwang@berkeley.edu> Co-authored-by: rajoshi <rajoshibasu@gmail.com> * add numWaitlistedStudnets to section serializer (#528) * add numWaitlistedStudnets to section serializer (#528) * allow students to join waitlist for sections * add view waitlist frontend and fix backend endpoint add * basic view, can add to waitlist, fixed card bugs * added waitlist section view * fix resources * add migrations * fix migration * add numWaitlistedStudnets to section serializer (#531) Co-authored-by: maxmwang <orangemax888@gmail.com> * fix waitlisting tests, allow cascade waitlist, add from coord, prevent race conditions * fix tests * fix backend for section swap * update frontend to show warning modals * add tests * fix pylint * cypress fixes * fix tests * sync coord add func + ensure waitlist enroll failures remove from waitlist --------- Co-authored-by: rajoshi <rajoshibasu@gmail.com> Co-authored-by: Eileen Hwang <eileenhwang@berkeley.edu> Co-authored-by: maxmwang <orangemax888@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.