arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

ARXIVNG-872: Adding `verify_user` controller and event creation #2

Closed JaimieMurdock closed 6 years ago

JaimieMurdock commented 6 years ago

This PR moves the start of the submit process to /create. If a submission is already in progress, the verify_user form can be accessed via /{submission_id}/verify_user.

It also adds event persistence via a sqlite database.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 21


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 Coverage Status
Change from base Build 5: -0.6%
Covered Lines: 4
Relevant Lines: 90

💛 - Coveralls
erickpeirson commented 6 years ago

Oh, and you should start a DECISIONS.md in the root of the repo, if you haven't already.

erickpeirson commented 6 years ago

Thanks for the fixes! Looks like we still have a lot to work out, but this is a good start.