xiao8579 / QuickCapture-Testing

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

[Exercise] Configure location editing preference #22

Open xiao8579 opened 4 years ago

xiao8579 commented 4 years ago

Description

We added a new project setting: Allow location edits. As a project author, you can enable or disable location editing option to define whether a captured record (point feature) can be modified after capture. When enabled, end-users will be able to update the location of the captured record on device within a certain amount of time, by default, it is limited to 6 seconds. Untitled

Testing

Steps

  1. Create new or open an existing QuickCapture project (sharing level: Owner) in web designer.
  2. Go to project Settings and choose General.
  3. Toggle on or off Allow location edits option, and save the project.
  4. Download the project to the mobile app.
  5. Tap a button to submit a record.

Verify

  1. If Allow location edits is ON, the Edit button will show when you capture a record from the mobile app, and you can edit the location of the record within a limited time (undoThreshold).
    • Tip: By default, undoThreshold is set to 6 seconds. To update this value, go to JSON editor in web designer and search undoThreshold.
  2. If Allow location edits is OFF, you cannot edit the location of a record from the mobile app once it is captured.
engelm1324 commented 4 years ago

This enhancement worked for me on IOS. I turned the location editing off on an App, and it worked as described.