Skip to content
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

Reparse Model Field Additions #3157

Open
1 of 10 tasks
elipe17 opened this issue Aug 27, 2024 · 0 comments
Open
1 of 10 tasks

Reparse Model Field Additions #3157

elipe17 opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
backend dev P4 Needed / Important, Not Critical Yet Refined Ticket has been refined at the backlog refinement

Comments

@elipe17
Copy link

elipe17 commented Aug 27, 2024

Description:
As a follow on to #3064 it would be nice to have a few more fields added to the meta model. Adding a "time_completed" datetime field will be useful to know how long the event took to reparse all files. Also, tracking cat4 errors before and after the reparse will be helpful to help admins justify when the the "num records deleted" and the "num records created" diverge. We might also consider tying individual counts of cat4 errors to each file as opposed an aggregate for all files.

Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue

  • ReparseMeta model as new "finished_at" datetime field and cat4 tracking field
  • Testing Checklist has been run and all tests pass
  • README is updated, if necessary

Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue

  • Custom migration is written to populate existing ReparseMeta models with valid values. The new "finished_at" field should be populated with the existing timeout_at field. The cat4 count field should be added based on what is implemented.
  • Add new fields to model
  • Add logic to set fields when reparsing
  • Write custom migration
  • Test custom migration
  • Test fields are updated when reparsing
  • Run Testing Checklist and confirm all tests pass

Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this

  • Note 1
  • Note 2
  • Note 3

Supporting Documentation:
Please include any relevant log snippets/files/screen shots

  • Doc 1
  • Doc 2

Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete

  • Open Question 1
  • Open Question 2
@elipe17 elipe17 changed the title Reparse Completion Datetime Field Reparse Model Field Additions Aug 28, 2024
@elipe17 elipe17 mentioned this issue Aug 28, 2024
33 tasks
@robgendron robgendron added Refined Ticket has been refined at the backlog refinement P2 Needed – Can wait indefinitely labels Sep 3, 2024
@robgendron robgendron added P4 Needed / Important, Not Critical Yet and removed P2 Needed – Can wait indefinitely labels Sep 17, 2024
@jtimpe jtimpe self-assigned this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dev P4 Needed / Important, Not Critical Yet Refined Ticket has been refined at the backlog refinement
Projects
None yet
Development

No branches or pull requests

3 participants