Brendan O'Connell
Brendan O'Connell
https://github.com/thoth-pub/thoth/issues/595 https://github.com/thoth-pub/thoth/issues/582
Resolves https://github.com/thoth-pub/thoth/issues/582
If a `Work` in Thoth has a `work_status` of `ACTIVE`, require `publication_date`.
SciELO metadata was previously added to Thoth using ONIX, but future ingests will use JSON, which contains additional metadata not contained in ONIX. - [x] Create new model based on...
[Crossmark](https://www.crossref.org/documentation/crossmark/) metadata will soon be included in Thoth export for [Crossref DOI deposit](https://github.com/thoth-pub/thoth/wiki/CrossRef-DOI-Deposit) for non-Chapter `Works` (e.g. `MONOGRAPH`, `EDITED BOOK`, etc.); see https://github.com/thoth-pub/thoth/pull/603 Although Crossref allows Chapter-level Crossmark metadata (see...
Addresses https://github.com/thoth-pub/thoth/issues/324 Known bug: When a user views a Canonical Location and exits the modal without making changes by clicking Cancel, X, or outside of the modal, and then opens...
Allow reviews to be attached to a Work in Thoth. Reviews are supported in ONIX as part of the Cited Content composite.
Add a new table for Prize with a one to many relationship between Work and Prize (i.e. one Work can have many Prizes). Fields to be determined, but ONIX could...
Certain objects in the Thoth UI, for example Imprints, have a Confirm Deletion modal dialogue: Implement `ConfirmDeleteComponent` for all objects in Thoth to ensure a consistent user experience.
Entering a DOI as a `landingPage` causes a dissemination error with Crossref, which does not allow DOIs to serve as landing pages. We could either address this by preventing DOIs...