-
Notifications
You must be signed in to change notification settings - Fork 3
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
select resource type on start page #314
Conversation
Visit the preview URL for this PR (updated for commit 24280f0): https://cioos-metadata-form--pr314-264-select-resource-wcj7va35.web.app (expires Thu, 21 Mar 2024 23:48:34 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 57eda2a7622dc877ccadb675a0532261c52b09fd |
The issue mentions that this depends on #240. These changes have yet to be merged. I had a question regarding what do we want to happen when a resource type is selected. This may be sorted by merging PRs associated with issue 240? There were also comments on selecting what wording to be used (ie. 'Resource type' etc). |
I feel like this touches on a number of open questions...
|
The intention with this would be to select the type of record we are filling out, not necessarily the resource type field. for example, we might select a biological type which would hide/show some fields but still select 'dataset' as the resource type |
I guess this is where the 'resource type' wording confusion comes in... |
replaced by #322 |
This PR solves issue #264
So far all that's been done is the addition of radio buttons on the start page allowing users to select 'Resource Type' from three options, 'Oceanographic', 'Biological', 'Model'. The selection updates the
record
object with the fieldresourceType
.