27 Commits

Author SHA1 Message Date
mike cullerton
0fbbfcf898 Add form and route to delete pre_reviews 2022-06-17 13:11:56 -04:00
mike cullerton
81109b01b3 Possible fix for URL error on testing. 2021-07-02 13:00:04 -04:00
mike cullerton
8018431918 Created forms for the two verify buttons. 2021-05-26 14:06:53 -04:00
mike cullerton
8765849690 Added Verify Study Details button
Changed Update Document List to Verify
2021-05-26 11:12:07 -04:00
mike cullerton
08be27a854 Added button to update the master required documents list
Added css to float the new button to the right.
2021-05-19 11:23:07 -04:00
Dan
295008304a Just a little prettier. 2021-05-14 14:44:48 -04:00
mike cullerton
f9b254c518 We now pass all in the user_studies url.
We use this to turn off selected_user
2021-05-11 16:34:49 -04:00
Dan
3a8a0fba25 Merge remote-tracking branch 'origin/dev' into update-study-details-fields-257 2021-04-02 12:43:53 -04:00
mike cullerton
4834c029d9 Added form to upload study_details csv file 2021-03-30 10:48:36 -04:00
mike cullerton
b6de1b9146 Two bug fixes:
- changed onclick to onchange for the select tag
 - added BASE_HREF to the redirect url
2021-02-23 17:52:10 -05:00
mike cullerton
467e6200be fix for user lookup stuff.
{{ base_href }} needed quotes around it.
Fixed my test for LDAP search so it doesn't have localhost hardcoded :(
2021-02-23 14:01:19 -05:00
mike cullerton
81457c2b7c We can now limit the list of studies to a particular user.
Created a new route /user_studies in __init__.py that takes a uva_id.
Pulled out some dupllcate code into a new method; render_study_template

In index.html, added a pulldown to select the user. I pull the list of users from the studies so we only show users that have studies.
Added a script to process the selection.
2021-02-19 10:55:21 -05:00
mike cullerton
60bd0f22ef Fix for LDAP lookup issue where we had the wrong url on testing. 2021-02-19 10:50:13 -05:00
mike cullerton
f0803990e9 fixed url for ldap lookup. Had hardcoded localhost 2021-02-17 10:49:58 -05:00
mike cullerton
2a5c575b32 Import jquery.min.js
Added script for livesearch
2021-01-06 11:15:46 -05:00
Aaron Louie
18f557549f Hides hidden fields. Adds highlight class. Allows HTML tags in alert messages and form detail text. 2020-08-13 15:18:51 -04:00
Aaron Louie
d5a933d951 Fixes #23 - Displays confirmation screen before deleting a study or investigator 2020-06-30 14:48:11 -04:00
Aaron Louie
f0e0b7cd68 Fixes root path bug 2020-05-25 11:41:39 -04:00
Aaron Louie
07d0c43e8e Fixes all the paths and routing errors 2020-05-24 23:05:57 -04:00
Aaron Louie
8fa36b968c Apparently, APPLICATION_ROOT does something. 2020-05-24 00:05:24 -04:00
Aaron Louie
4a03fb1ede Sets base href from environment variable 2020-05-23 12:29:32 -04:00
Aaron Louie
e5d02e4015 Adds favicon to silence 404 error 2020-04-03 18:14:51 -04:00
Aaron Louie
52f8b0d2f9 Moves styles into scss. Makes things prettier. 2020-02-26 12:17:37 -05:00
Dan Funk
83f26c657b All the possible details to pass over from protocol builder. 2020-02-17 16:21:18 -05:00
Dan Funk
d8cf97fa4a Add / Remove personnel 2020-02-17 13:25:14 -05:00
Dan Funk
51c9b8be86 Add / Edit studies, show in a sensible form, allow modifying list of requirements. 2020-02-17 11:43:26 -05:00
Dan Funk
a0965bc0fe Adding web forms to populate data, and final pass on API to assure we are in perfect alignment with existing endpoints. 2020-02-14 15:19:30 -05:00