-
Notifications
You must be signed in to change notification settings - Fork 32
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 the ability to use different layers in a map for viewing and submitting reports #511
Comments
@CTLocalGovTeam could you please assess this for 9.4 release? Thanks |
As indicated in the shared webmap, we understand that there will be 2 different layers representing the same features one for submitting the report (with add capability) and the second to view the reported features (with query capability). The reporter application is designed to show features on the map, a list of features, a button to submit reports, and my submission list in a new panel. For all this to act in unison all 4 items are related to a feature layer with both query and add capability. In the current implementation application is failing/breaking when we are configuring such webmaps , to overcome this issue we are proposing the following approach:
Please let us know your thoughts on this. |
As discussed on the call we checked the feasibility to use the different layers for query and applyEdits, here are details regarding its impact:
Please let us know your thoughts on how to proceed with this ticket |
• Currently to submit a report all field needs to be visible in the view and query capability needs to be enabled to view the report.
• This presents security concerns as information like phone number and e-mail can be queried from the service.
• It is possible to create a view of a service where query is disabled, but adding records is enabled.
• We can also create view of a service where query is enabled, but the sensitive fields are disabled/invisible.
• This request would allow us to specify which layer is used to display records in the map and pop-up and a different layer used to submit new reports and new comments.
Here is an example app, map , layers and survey xlsx that we are hoping to support this new workflow for
Citizen Problem Reporter app:
https://localdeployment.maps.arcgis.com/apps/CrowdsourceReporter/index.html?appid=31758ff487e5485893234eba01c79b77
Web Map:
https://localdeployment.maps.arcgis.com/home/item.html?id=3d0cd75e700a4eda962663d2da393940
Non Editable View (Personal Info fields disabled):
https://localdeployment.maps.arcgis.com/home/item.html?id=390746c7baf04df9bff478f9d14f4e70
Editable View (Add Only, Query disabled):
https://localdeployment.maps.arcgis.com/home/item.html?id=64663876c422481ebb3278eda1440c1b
Survey form (Inspiration for all the supported capabilities)
Submit New Request (arcgis.com)
The text was updated successfully, but these errors were encountered: