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

AOs: Create a way to manually add citations that are missed and exclude false positives #3302

Closed
4 tasks
lbeaufort opened this issue Jul 24, 2018 · 1 comment
Closed
4 tasks

Comments

@lbeaufort
Copy link
Member

lbeaufort commented Jul 24, 2018

What we're after:
So that we can quickly update AO citations that are missed by the AO loading process, we should have a database of "extra" citations that aren't picked up by the REGEX due to bad OCR text or unusual formats.

  • Design a table to hold this info - maybe AO #, citation, date added, added by, exclude/include ....?
  • create a management command to insert missed AO citations into said table. Should be able to insert into prod
  • Modify the AO reload management task to also check this database table for citations
  • Ask DB team to create replication between dev/stage/prod databases. Prod should be the source of truth so we can quickly make changes to add citations to production AO's.

See #3393 as an example

@dorothyyeager dorothyyeager added this to the Sprint 7.3 milestone Sep 28, 2018
@lbeaufort lbeaufort changed the title AOs: Create a way to manually add citations that are missed AOs: Create a way to manually add citations that are missed and exclude false positives Oct 2, 2018
@lbeaufort lbeaufort modified the milestones: Sprint 7.3, Sprint 7.4 Oct 2, 2018
@JonellaCulmer JonellaCulmer removed this from the Sprint 7.4 milestone Oct 25, 2018
@lbeaufort
Copy link
Member Author

So far, this hasn't come up since the original "short-term" fix linked above. Closing this issue unless it becomes a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants