Skip to content
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

API: /forms #7

Open
joeoneil opened this issue Oct 5, 2023 · 0 comments
Open

API: /forms #7

joeoneil opened this issue Oct 5, 2023 · 0 comments
Labels
API API Route issue backend Backend specific issue

Comments

@joeoneil
Copy link
Collaborator

joeoneil commented Oct 5, 2023

Form submission & viewing routes
8 Routes
Likely more in future
not high importance


POST /forms/mproj
accessible to upperclassmen

Create a new major project submission


GET /forms/mproj
accessible to all members

Get all major project submissions


Discuss: Edit / delete major project submissions?
Discuss: How will eboard vote on major projects / approve on conditional?


POST /forms/coop
accessible to upperclassmen

Submits a Co-op form, with summer, spring, fall info


GET /forms/coop
accessible to evals director

View all members currently on Co-op


POST /forms/intro
accessible to intro members

Submit an intro evals form, which includes social event attendance as well as general comments


PUT /forms/intro/{user}
accessible to specific intro member

Edit an intro evals form


GET /forms/intro/{user}
accessible to specific intro member

View currently submitted intro evals form (if any)


GET /forms/intro
accessible to evals director

View all submitted intro evals forms

@joeoneil joeoneil added API API Route issue backend Backend specific issue labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API Route issue backend Backend specific issue
Projects
None yet
Development

No branches or pull requests

1 participant