joeoneil / conditional-backend

Actix backend for conditional rewrite
2 stars 0 forks source link

API: /forms #7

Open joeoneil opened 11 months ago

joeoneil commented 11 months ago

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