-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add form page for optional metadata #146
Comments
This is related to #130. |
Available Metadata properties
Checked Properties already have a form field in the ui.
Fields
|
The above list is based on this list and responses from the api on the /metadata endpoint. |
The list you link to is a good start, please update it if you find any information in the API responses that is not documented. |
@nuest General setup is alright! I've removed two of the suggested fields (type, metadata license) as these should be set by the system, not the user. (I actually am not sure what "type" is for - is that "workspace" or "compendium"?) |
I had some issues with the implementation of the keywords and languages arrays. I tried to do it relatively analog to the authors in the required metadata section with formik. This unfortunately led to my PC crashing. Currently consulting with @NJaku01 over the problem. |
Would it be to much if the Languages are checked agianst a list of the ISO 639-1 codes? |
Yes, that validation of user input would be good. Maybe there even is a React module that does this? If you have to implement this yourself, I suggest a link to the Wikipedia page and then letting the use enter the code, and then create a new issue for a more advanced "user enters first letters of language an then gets suggestions for matching languages and codes". |
For the pilot publication process, it would be most important that the author can edit the DOI before publishing the candidate, see also #130
The text was updated successfully, but these errors were encountered: