aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/responses.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-27/+19
|
* Use HTTPException To Propagate Access FailuresGravatar Hassan Abouelela2022-02-05-6/+2
| | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
* Add Role Based Authorized ReadersGravatar Hassan Abouelela2022-02-05-7/+10
| | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]>
* Let Pydantic validate bulk responses delete dataGravatar ks1292020-12-24-4/+8
|
* Check does form exists in responses bulk DELETEGravatar ks1292020-12-23-1/+6
|
* Add bulk DELETE method to responses endpointGravatar ks1292020-12-23-1/+56
|
* Document forms routesGravatar Joe Banks2020-12-16-1/+7
|
* Improve form responses endpointGravatar ks1292020-12-14-5/+9
|
* Create route for returning all form responsesGravatar ks1292020-12-14-0/+30