Closed JaimieMurdock closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
submit/config.py | 0 | 1 | 0.0% | ||
submit/controllers/init.py | 0 | 2 | 0.0% | ||
submit/factory.py | 0 | 3 | 0.0% | ||
submit/routes/ui.py | 0 | 23 | 0.0% | ||
<!-- | Total: | 0 | 29 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
submit/routes/ui.py | 1 | 0.0% | ||
submit/factory.py | 1 | 0.0% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 5: | -0.6% |
Covered Lines: | 4 |
Relevant Lines: | 90 |
Oh, and you should start a DECISIONS.md
in the root of the repo, if you haven't already.
Thanks for the fixes! Looks like we still have a lot to work out, but this is a good start.
This PR moves the start of the submit process to
/create
. If a submission is already in progress, theverify_user
form can be accessed via/{submission_id}/verify_user
.It also adds event persistence via a sqlite database.