-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow multiple flows w/in one session (#390)
* Adds ability for use to work through multiple flows at once, storing each flow's submission data in the session. * Move UserFileRepositoryService into FormFlowController * Add user files to model in screen controller * Add flow as a path variable for download endpoints * Updates SubmissionRepositoryServer.save() to return a new submission object, instead of just the id. * Adds journey test for file uploads that cross flows. Co-authored-by: Chibuisi Enyia <cenyia@codeforamerica.org> Co-Authored-By: Alex Gonzalez; agonzalez@codeforamerica.org
- Loading branch information
Showing
44 changed files
with
1,638 additions
and
423 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
Oops, something went wrong.