xiao8579 / QuickCapture-Testing

Repo for feedback and issues during QuickCapture testing events.
0 stars 0 forks source link

Sketch based capture #73

Open xiao8579 opened 2 years ago

xiao8579 commented 2 years ago

Description

QuickCapture now supports to capture sketch-based features on the map. Instead of capturing streaming-based features which have to honor the user's device locations or locations of external GPS, user can capture data by sketching manually on the map.

Test

Enable map sketch for buttons

  1. Sign in to QuickCapture designer, please use our quickcapturedev website: https://quickcapturedev.arcgis.com/projects (if the privacy error page shows, go ahead and click to proceed to the website anyways)
  2. Create a new project, or use an existing project from the project gallery.
  3. Select a point button in the project.
  4. On the Data tab, select Map sketch under the Capture mode image
  5. Select a line button in the project.
  6. On the Data tab, select Map sketch under the Capture mode.
    1. Select a polygon button in the project.
  7. On the Data tab, select Map sketch under the Capture mode.
  8. Save the project.

Sketch features on the mobile app Sketch points:

  1. Download and open the project to the mobile app.
  2. Click on the point sketch button.
  3. Verify the map page is opened automatically.
  4. Start sketching multiple points by tapping on the map.
  5. Use the sketching toolbar to redo/undo, delete a point, clear the entire sketch, and pan the map. image

Sketch line:

  1. Click on the line sketch button.
  2. Verify the map page is opened automatically.
    1. Start sketching a line by tapping on the map.
  3. Move the drawing vertex to adjust the shape of the line.
  4. Add a vertex between two adjacent vertices.
  5. Use the sketching toolbar to redo/undo, delete point, clear the entire sketch, and pan the map.

Sketch polygon:

  1. Click on the line sketch button.
  2. Verify the map page is opened automatically.
    1. Start sketching a polygon by tapping on the map.
  3. Move the drawing vertex to adjust the shape of the polygon.
  4. Add a vertex between two adjacent vertices.
  5. Use the sketching toolbar to redo/undo, delete a point, clear the entire sketch, and pan the map.

Feedback

We'd like to hear your feedback and thoughts o the sketching feature. Specially,

  1. Did you find the sketching toolbar intuitive? Does it help you better sketch the feature you want?
  2. Did you encounter any pain points while sketch? Are there any ideas or suggestions to further improve the current workflow?
hdises-sup commented 2 years ago

Adding vertexes is not intuitive for lines and polygons but it once the workflow is known than it's great! :)

geo-nerd commented 2 years ago

When first joining the map to sketch a feature, the drawing option is automatically selected. I find the panning option to be what I am naturally looking for as a starting option, not the sketch because I frequently need to zoom in/out or adjust the screen based on where I am.

pjdohertygis commented 2 years ago

Confirming what someone else posted earlier - if photos were enabled on a button and I copy that button, then enable map sketch, I still see the photo icon on the button. E77EBF48-1E9B-42DA-9E24-4A6ABCF7CC7B

pjdohertygis commented 2 years ago

It also looks like one of our device variables (Location USNG) is not coming through with sketch.

image image

xiao8579 commented 2 years ago

Will add a fix for this, thanks @pjdohertygis!