We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: