-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Problem: existing combination of publication_code-issue_code-item_code is NOT unique.
Why?
issue_code is based on date, e.g. 18881204 (Dec 4, 1888).
But, there can (sometimes) be multiple editions on the same day.
Currently there is no edition field in the newspaper db, which would solve this problem.
Solution:
Add edition_code to lwmdb at issue level.
Then, adding this to publication_code, issue_code, and item_code would ensure that we have human-understandable unique ids for all items.
Not important to order edition_code at this stage, as it's both infrequent and there are a limited number of editions (1-3 max?).
Actions
- create
edition_codein issue table - use
edition_codeto create unique ids for items in samples going forward
Related Issues and Pull Requests
Updates
- DATE OF UPDATE:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request