You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
prod
See #3393 as an example
The text was updated successfully, but these errors were encountered: