-
Notifications
You must be signed in to change notification settings - Fork 7
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 checklists to ETL #29
Comments
This was referenced Jun 26, 2023
Closed
Will pair with someone today to setup a checklist on a form and look at the data produced |
Barebones Query :
|
Expected table structure for an ETL table with observations
suggested by @petmongrels |
ashusvnath
pushed a commit
that referenced
this issue
Jul 12, 2023
Paired with @petmongrels . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following items have not yet been moved to ETL, and should be
Solution
Assuming there is one form associated with checklist_item_detail which is the case for now.
In ETL we need to create only two tables which covers checklist and checklist item both. The table for checklist with only have the common fields and foreign key fields, with checklist_detail.name becoming the table name. In future if we have multiple checklist support then we will have one table for each checklist detail.
One table for checklist item and observations like we have for the forms. The checklist item detail name goes as a column.
The text was updated successfully, but these errors were encountered: