aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/discover.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-14/+7
|
* Enable Login Form In ProductionGravatar Hassan Abouelela2022-06-17-9/+11
| | | | | | | | Adds a non-discoverable login form in all environments to make it easier to authenticate. Ideally, we'd have an actual login button, but this is an easy solution in the meantime. Signed-off-by: Hassan Abouelela <[email protected]>
* Add Role Based Authorized ReadersGravatar Hassan Abouelela2022-02-05-1/+1
| | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]>
* Adds An Empty Form For AuthorizationGravatar Hassan Abouelela2021-05-17-4/+29
| | | | | | | Returns a form with no questions, if the server is not running in production, and no other forms are found, to aid in setting up. Signed-off-by: Hassan Abouelela <[email protected]>
* Order discoverable forms alphabeticallyGravatar Joe Banks2021-01-04-1/+1
|
* Document forms routesGravatar Joe Banks2020-12-16-1/+5
|
* Return only public fieldsGravatar ks1292020-12-13-1/+1
|
* Move data to Form and then back to dictionary for id convertingGravatar ks1292020-12-02-1/+6
|
* Move from PyMongo to Motor driver for asynchronous supportGravatar ks1292020-12-02-3/+2
|
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-2/+2
|
* Search for Discoverable forms using features instead of attributeGravatar Joe Banks2020-11-14-2/+1
|
* Add discoverable forms URLGravatar Joe Banks2020-10-31-0/+29