-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added counter field and updated confirmation_id #473
Added counter field and updated confirmation_id #473
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
…ation-id' into mixed_branch
…ure-confirmation-id
…e-signature-confirmation-id
…ure-confirmation-id
…ure-confirmation-id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we're taking out the id = counter later after front end is done with their changes, right? Hopefully this doesn't clash with 394
Yup, correct. I was waiting to see if they got their piece in prior to this being approved, but their story isn't assigned yet. So once this is merged in I'll write a story to remove the code that's copying the counter to the id. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #472
Closes #460
Removed microseconds from timestamp
Added counter field to Submission table/DAO/DTO
Added alembic script to add field, add unique constraint for filing id and counter, and set existing submission counters
Updated add_submission to get the latest count and add 1, or start from 1 if new for the filing period
Updated pytests to test counter