roadmap
roadmap copied to clipboard
New maDMP feature - Related Identifiers
Fixes #2815.
Changes proposed in this PR:
- Add new
related_identifierstable and corresponding model and tests - Add link to uc3-citation gem
- Add 2 new flags to the config/initializers/_dmproadmap.yml file to:
- enable related identifiers - determine whether or not the user can add related identifiers on the Project Details page
- enable citation lookups - whether or not the system will use the uc3-citation gem to fetch citations for DOIs when a related identifier is saved
- updated read-only view of the Project Details page to display related identifiers (if applicable)
- updated pdf download options to allow user to select whether or not to display related works as an appendix of the PDF (if applicable)
- updated API V1 to display related identifiers (if applicable)
NOTE THAT THIS PR IS LIKELY OUT OF DATE WITH DMPTOOL
The DMPTool has had many updates since this PR was first created so an eval of these changes should be done to ensure that any bug fixes are included