-
Notifications
You must be signed in to change notification settings - Fork 1
Admin Page - Directory #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Co-authored-by: Ryan Gunawan <[email protected]>
add 'rejected' enum value to user pydantic schema, adjust progress rating for 'rejected'
…o FormStatus in authTypes.ts, rewrite directory to use FormStatus single source of truth in authTypes.ts
YashK2005
approved these changes
Nov 6, 2025
UmairHundekar
pushed a commit
that referenced
this pull request
Nov 25, 2025
Create these pages at /admin/directory This is a list of all volunteers and users You should be able to filter by user type and status - Not started : intake-todo - Completed : completed - Rejected: rejected - In progress : intake-submitted, ranking-todo, ranking-submitted, secondary-application-todo, secondary-application-submitted You might need to create api’s on the backend to fetch all users <!-- Please replace with your ticket's URL --> [Ticket Name](https://www.notion.so/uwblueprintexecs/Admin-Page-Directory-27d10f3fb1dc809f9602f39304da70a8?source=copy_link) <!-- Give a quick summary of the implementation details, provide design justifications if necessary --> * <!-- What should the reviewer do to verify your changes? Describe expected results and include screenshots when appropriate --> 1. <!-- Draw attention to the substantial parts of your PR or anything you'd like a second opinion on --> * - [ ] My PR name is descriptive and in imperative tense - [ ] My commit messages are descriptive and in imperative tense. My commits are atomic and trivial commits are squashed or fixup'd into non-trivial commits - [ ] I have run the appropriate linter(s) - [ ] I have requested a review from the PL, as well as other devs who have background knowledge on this PR or who will be building on top of this PR --------- Co-authored-by: Ryan Gunawan <[email protected]> Co-authored-by: YashK2005 <[email protected]>
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.
Create these pages at /admin/directory
This is a list of all volunteers and users
You should be able to filter by user type and status
You might need to create api’s on the backend to fetch all users
Notion ticket link
Ticket Name
Implementation description
Steps to test
What should reviewers focus on?
Checklist