Skip to content

Commit

Permalink
added a flowchart for incorporating remediated headings
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed May 20, 2024
1 parent c8e75de commit d59c484
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/remediated_subject_headings_flowchart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```mermaid
flowchart TD
A[Do the authorities db setup] --> B[Get set of remdiated authorities]
B --> C[Iterate over set of authorities]
C --> D[Update subjects_xrefs table to replace \ndeprecated subject_id and xref_id to mmsid of new subject]
C --> E[Add entry to subjects_xref with `subject_id`\n deprecated term, `xref_id` remediated mms_id with see_instead type]
C --> F[Add entry to subjects with mms_id as the `id` ]
G[In SolrDocument::Authority_Graph make loc_id handle non loc ids]
```

0 comments on commit d59c484

Please sign in to comment.