aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/response.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-12/+9
|
* Use HTTPException To Propagate Access FailuresGravatar Hassan Abouelela2022-02-05-7/+2
| | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
* Add Role Based Authorized ReadersGravatar Hassan Abouelela2022-02-05-4/+14
| | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]>
* Document forms routesGravatar Joe Banks2020-12-16-2/+12
|
* Add DELETE method to response route for form response deletingGravatar ks1292020-12-16-2/+18
|
* Restructure single response routeGravatar ks1292020-12-14-2/+5
|
* Create route for showing single form responseGravatar ks1292020-12-13-0/+27