You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Users can only contribute an indefinite resource. This can cause the map to be cluttered with resources that are no longer available and need to be manually removed.
Describe the solution you'd like
Users can submit a temporary resource. This calls for the following adjustments to the current contribute resource form & map:
contribute resource form changes
A pill selector (user is asked whether or not this is a temporary resource)
If temporary resource is true, start date and time & end date and time inputs are shown.
When user clicks on the input box, a modal for selecting date and time rage is shown.
When user completes the inputs or clicks outside of the modal, the inputs are shown with the chosen date and time ranges.
map
temporary taps have a unique pin type on the map
Describe alternatives you've considered
we considered using a separate resource type of "temporary"
Reviewing this, I think we can maybe break this out into two stories:
This story, but limit it to adding the visual elements that allow submitting and displaying a temporary resource.
A separate data story to enable adding the necessary data properties to represent a temporary resource, and updating the site to read and write those properties.
Is your feature request related to a problem? Please describe.
Users can only contribute an indefinite resource. This can cause the map to be cluttered with resources that are no longer available and need to be manually removed.
Describe the solution you'd like
Users can submit a temporary resource. This calls for the following adjustments to the current contribute resource form & map:
Describe alternatives you've considered
we considered using a separate resource type of "temporary"
Additional context
Mobile temporary resource flow
Desktop modal
The text was updated successfully, but these errors were encountered: