-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding completion field to metadata * added a bunch of print statements * convert metadata to string then back to json to add field * metadata from json to string, add field, back to json * fixed json format * reading which forms are completed in record set * adding field to meta in form builder, adding findcompletedforms function to driver * colors show up * find form completion for nonlongtudinal studies added * fixed spacing and added comments * moved function calls back to top of class due to 'before assignment' error * deleting methods that were created to find completed forms but are now obsolete * method find completed forms longitudinal is reformualted for quicker runtime * method for finding completed forms on longitudinal studies was redone * removed extra spacing and unneccesary comments and function * fixed spacing * fixed spacing * fixed spacing * fixed spacing * modified find completed forms nonlongitudinal to improve runtime * separated find redcap completion form methods into a new method outside of subrecordgenerationform * fixed spacing * removing unnecessary changes * fix spacing * removing unnecessary arguement in subrecordselectionform * reorder arguements to match unit tests * removed unnecessary arguement from formbuilder constructform * seperated out add completion field in formbuilder to new function * adding assert to construct form to assert that completion field was added to metadata * added 3 unit tests to test button colors, and finding completion fields for long and nonlong * added payload for testing find_completion_codes_nonlong and modified completion field in one of the response payloads to indicate unverified or complete * spacing at top * using .format() for coloring of buttons, and adding icons for color blind * renaming i,j,l for creating table * combining codes for nonlong and long studies for method find_completed_form * deprecated function updated * rename function * finding the field for study id in driver config instead of hardcoding * created more generic add field to form function that can be used beyond this project * adding json obj to meta instead of string * removing unecessary arguements * moving find completion codes to brp * spacing * spacing * new test for method add_new_field_to_form * reverting changes to original file because values are no longer needed * added assertions and took away unit tests because methods were moved to brp * spacing * removing unused libraries * using join instead of lambda
- Loading branch information
1 parent
bb90b19
commit d38c2ae
Showing
4 changed files
with
122 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters