-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/doi form #455
Feature/doi form #455
Conversation
c3c9c8d
to
8e6e615
Compare
334b7b4
to
1ca4123
Compare
For the creators and contributors when filling out affiliations: List of formats can also be pre filled based on what users fill in into For List of geolocations we will restrict the fields a list of countries and other fields will be refined |
or for the list of geolocations we can use https://nominatim.org/release-docs/develop/api/Search/ as an autocomplete to fill in the Note: @hannyle if you think we need to split the changes I suggested into multiple issues then let us do that. |
I can include the autocomplete fields of affiliations in this PR. For other features: |
Ok I will create issues about those |
0706c54
to
b7410e9
Compare
87ce99b
to
4bf6eb5
Compare
There seems to be problem within Affiliations field: 2021-11-03.08-54-49.mp4There also seems to be inconsistency when rendering ror.org affiliation data. In some cases other affiliation fields do not populate and some times they do. 2021-11-03.08-59-48.mp4Also, clear button position seems to be a bit off but I think this could be fixed later |
--> Good catch. I was planning to fix this but totally missed it at the end. I will fix it in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Saving of DOI form should be tested.
58ddf28
to
48e22af
Compare
Right, it's due to my mistake in refactoring the hidden static field |
--> These issues should be fixed with the latest commits. |
--> Saving DOI form is included in cypress test now. |
When publishing a folder from draft list was there meant to be possibility add DOI information? |
I think in this case, user can click |
src/components/NewDraftWizard/WizardForms/WizardFillObjectDetailsForm.js
Outdated
Show resolved
Hide resolved
Apart from recent requests I did I'd say this looks great to me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and looks good.
Also added some missing information: #522
subject scheme should be fixed
will merge, as this got big enough. Anything else, to be addressed with follow up PRs |
Description
creators
,contributors
andformats
fields (Check this comment: Feature/doi form #455 (comment))FormAutocompleteField
,FormArray
, andFormTextField
Related issues
#407
Type of change
Changes Made
FormAutocompleteField
FormAutocompleteField
when user deletes some searching characters or enters some non-word ([
,(
,)
) charactersFormArray
component so when user removes a certainfield
, data of the rest of the fields render correctlyCreators
>Affliliations
: user can search forname of the place of affiliation
as an autocomplete field from ROR api.FormTextField
Contributors
>Affiliations
Formats
, the field(s) would be pre-filled withfileTypes
that are submitted fromRun
andAnalysis
objects (if exists)"nameType": "Personal"
as a hidden static field forcreators
andcontributors
(back-end needs it)currentFolder
before publishing.FormArray
Testing
Mentions