icipe-official / icipe-official/vectoratlas-software-code
Add DOI to dataset entity and upload form
Open
@andykitch is already working on this.
Since Feb 10, 2023.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 8
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 11
Description
A new optional field needs to be added to the upload data form, for DOI (if known). This should write to a new field in the dataset entity for DOI. If a dataset exists with the given DOI, the upload should fail with a sensible error message.
AC's:
- The upload form contains an optional field for DOI (if known)
- Requests with this field filled out will write this value to the new dataset.DOI field in the db
- If a dataset already exists with that DOI, the upload fails with a sensible message.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.