Download capability: REST refactoring and JSON in the database
The REST API for workflows are significantly modified here. In particular, the "files" parameter is gone from the submit-workflow interface; instead you create a workflow and attach files before submitting. The REST URLs now have the workflow name in them after the request ID; I'm ambivalent about this change since it's inserting redundant information into the URL but I feel like Reid would yell at me if I didn't do it. Finally, I made sure that the schema is storing the parameters as JSON at each stage of the game and that the APIs are all transmitting it properly to and fro.
The downward flow of information appears to be working at this point.
Edited by Daniel Lyons
Merge request reports
Activity
added 1 commit
- 385c22e5 - Downward flow is mostly working (need to obtain the request_id from the...
added 7 commits
-
9c64ddbc...f440fb2a - 3 commits from branch
main
- 272f8a9f - Convert parameters to JSON in schema
- d0a4ea4a - Downward flow is mostly working (need to obtain the request_id from the...
- 7d8433bf - Add workflow REST schema
- a7e8d3a6 - Handle the type conversion
Toggle commit list-
9c64ddbc...f440fb2a - 3 commits from branch
Please register or sign in to reply