-
Notifications
You must be signed in to change notification settings - Fork 8
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
Provide support to edit feature location during report creation process #1038
Comments
Users might still drop a point on the wrong location if search is disable. Moreover, if the user has location enabled, search bar lets them report an issue at their location which is an added convenience. |
@sumitzarkar For this approach, we're planning to add a 'next' button to the following page, and the user can use the option to confirm the added location before proceeding to the form as opposed to taking them to the form immediately after adding a location. Also, related to this we will be updating designs to include 'cancel' button to be consistent with the user experience across the pages in the report creation workflow. I'll share the designs and updates as its ready. |
This ticket is not assigned to us, if we are planning this for R01 please assign this to me |
Issue with the Editor widget
Possible Solution
Could please check with the JS API Team if we are missing anything using which we can control this behavior in the Editor widget directly? Also, please let us know your thoughts on the Possible solution |
@chris-fox @skrishn I think its risky to mix ootb widget use and view model use. Sounds like the user is ok with the experience when on larger form factors. So one possibility to consider would be to not go into the fullscreen mode on mobile and just stack the map and editor area. That way they can have the same ability to edit the feature after it's been placed. Then add the ability to expand/collapse the edit form in places like this: If we think some users and use cases are that much better in full screen on mobile that could be supported with a config option to enable/disable mobile full screen. |
@sumitzarkar, @jmhauck, Would the the idea of a next page button work better if we used the FeatureForm widget instead of the Editor widget? I know in a previous call we discussed the use of the FeatureForm widget and the limitations of not being able to add attachments, but I believe this is something that is on the road map. I don't love the split map/form UI on a mobile device and since this really is a mobile first application I would like to see what we can do to keep the current experience we have for mobile. |
@chris-fox @jmhauck @skrishn @azizaparveen
Please let us know if this works |
We need some more time to think about this and issue #749, going to move to R2. |
Customer reported
"When configuring the Reporter InstantApp, I cannot see it is possible to disable the address search when creating a report.
This becomes an issue particularly when the application is used on a mobile device (or smaller screen). On an iphone, I notice that once an address is searched for when creating a report, a point is automatically dropped, and the screen immediately switches to the report fields for data entry. This is fine and well if the point is in the correct location. But often it is not, and the user is not able to confirm the searched location or move it once the search operation is run. Therefore, the potential that reports will be submitted in incorrect locations is high (especially when location services on a device are turned off or a report is created when the user is not at the location of the report). For my particular use case, reports are being submitted for rural areas on a national forest and often the search is inaccurate (e.g. users may search for 'Lost Lake" and there may be multiple. Or "Baker Draw" may place a point quite a distance from where the report should be located).
On a larger screen size, the map is still shown once the report fields appear, and the point can be moved. Unfortunately, a majority of users in my case are expected to use the app on a mobile device.
It would be beneficial if when configuring the application, the search option can be disabled and/or allow the user to see the map location of the point and confirm/move the point if needed before moving to the report fields for data entry."
The text was updated successfully, but these errors were encountered: