8 Commits

Author SHA1 Message Date
mike cullerton
41c1095c83 returned_to_pi => pre_reviews 2022-06-20 09:56:11 -04:00
mike cullerton
1df280c753 Add new API endpoint for pre_review info 2022-06-17 13:12:24 -04:00
mike cullerton
0e4d496e6e If IRB_ONLINE_STATUS is 'Error' return IRBOnlineErrorSchema
Otherwise, return the normal IRBOnlineSchema (as a list)
2022-04-07 17:29:23 -04:00
mike cullerton
41ffb11a5a Use the new schema 2021-12-06 15:49:56 -05:00
mike cullerton
1ce36e2619 Fixed bug in required_documents 2021-11-11 15:32:02 -05:00
mike cullerton
6de57c4e89 setting many=True didn't work here, so I wrapped the result in a list. 2021-11-09 09:31:53 -05:00
mike cullerton
d3818debb4 Added API endpoint for the new irb_info data 2021-04-09 12:04:46 -04:00
mike cullerton
84b3d455c1 Moved the API methods to a separate file.
Note that I had to move the `connexion_app.add_api()` call so that it happened *after* db.session was defined, so I could import the session into the api.py file
2021-04-09 10:00:24 -04:00