-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: simplify readme, move details to docs
- Loading branch information
1 parent
22e5b92
commit 6a56671
Showing
4 changed files
with
103 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Users | ||
|
||
## Campaign managers | ||
|
||
Campaign managers select an Area of Interest (AOI) and organize | ||
field mappers to go out and collect data. They need to: | ||
|
||
- Select an AOI polygon by creating a GeoJSON or by tracing a polygon in a Web map | ||
- Choose a task division scheme (number of features or area per task, | ||
and possibly variations on what features to use as the preferred splitting lines) | ||
- Provide specific instructions and guidance for field mappers on the project. | ||
- Provide a URL to a mobile-friendly Web page where field mappers can, | ||
from their mobile phone, select a task that is not already "checked out" | ||
(or possibly simply allocate areas to the field mappers). | ||
- See the status of tasks (open, "checked out", completed but not validated, | ||
requires rework, validated, etc) in the Web browser on their computer | ||
|
||
## Field mappers | ||
|
||
Field mappers select (or are allocated) individual tasks within a project | ||
AOI and use the ODK mobile app to gather data in those areas. They need to: | ||
|
||
- Visit a mobile-friendly Web page where they can see available tasks on a map | ||
- Choose an area and launch ODK Collect | ||
with the form corresponding to their allocated area pre-loaded | ||
|
||
## Validators | ||
|
||
Validators review the data collected by field mappers and assess its quality. | ||
If the data is good, the validators merge the portion of the data that belongs | ||
in OpenStreetMap to OSM. | ||
If it requires more work, the validators either fix it themselves | ||
(for minor stuff like spelling or capitalization mistakes that don't seem to be systematic) | ||
or inform the field mappers that they need to fix it. They need to: | ||
|
||
- Access completed data sets of "submissions" as Comma Separated Values | ||
and/or OSM XML so that they can review it. | ||
- Mark areas as validated or requiring rework | ||
- Communicate with field mappers if rework is necessary | ||
- Merge good-quality data into OSM (probably from JOSM). | ||
- Mark areas as completed and merged. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters