-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added data flow related to issue #22
- Loading branch information
1 parent
c34d2e9
commit 2997441
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Data flow from Data Collection to Central Datastore | ||
|
||
**Aim** | ||
To establish the flow of data from [the data collection tool](./006-odk.md) we identified to the central datastore that has the data model we proposed [here](../information-mapping/001-data-model.md). | ||
|
||
![data model](../information-mapping/assets/data-model.png) | ||
|
||
**Suggested procedure** | ||
1. While building a form for data collection on ODKBuild, specificy the entity for which the data is to be collected. | ||
2. Add input fields for the attributes required for an entity. Eg: When collecting data related to a school, add input fields for school name, address, zone, number of teachers and students etc. | ||
3. Mark all these fields as required. | ||
4. After received submissions, extract school level information from them and transfer the information to central datastore. | ||
5. When data for all the entities reaches the datastore, further analysis and mapping can be done. |