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

change made to address issue #7073, add original publication date #9159

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JerryLi00
Copy link

@JerryLi00 JerryLi00 commented Apr 26, 2024

Closes #7073

Adds a feature for adding the original publication date when adding works via the add work form

Technical

The feature is currently completely optional and has no input validation

Testing

Ran with automated tests and linting, also would require user testing via trying the add new work form.

Screenshot

Screenshot 2024-04-25 at 9 46 30 PM Screenshot 2024-04-25 at 9 46 36 PM

Stakeholders

@FinixFighter

lijerry and others added 4 commits April 24, 2024 23:25
…l publication date, the commit adds functionality similiar to existing publication date function, the original publication date box is optional to fill in and only serves as an option when adding new works via the form.
@hornc
Copy link
Collaborator

hornc commented May 7, 2024

FYI there is a documented property first_publish_date on works here: https://openlibrary.org/type/work

The example from #7073 , https://openlibrary.org/works/OL17449W.json already has this property set. Unfortunately it's currently: October 28, 2007 , which is clearly wrong.

The language around the issue (and associates first publish date with the work, which is appropriate, but the code in this PR appears to be setting original_publish_date on the edition record.

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

Successfully merging this pull request may close these issues.

First time published date
3 participants