Skip to content
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

Vioscreen state transforms #304

Open
10 tasks
wasade opened this issue Mar 1, 2021 · 0 comments
Open
10 tasks

Vioscreen state transforms #304

wasade opened this issue Mar 1, 2021 · 0 comments

Comments

@wasade
Copy link
Member

wasade commented Mar 1, 2021

The raw vioscreen FFQ data come down from the Viocare API in structured JSON objects. Each aspect of the FFQ (food components, percent energy, etc) is structured somewhat differently. One of the key steps in the process of formally representing the FFQ data in the microsetta database is to transform these “raw” representations, into forms that are suitable for SQL table structures. This issue is scoped to cover the process of transforming these JSON objects into to-be-defined Model objects.

The specific models that should be created are:

  • VioscreenUser
  • VioscreenSession
  • VioscreenDietaryScores
  • VioscreenFoodComponents
  • VioscreenFoodConsumption
  • VioscreenMPEDs
  • VioscreenPercentEnergy
  • VioscreenSupplements
  • VioscreenEatingPatterns
  • VioscreenFFQ (a composite model reflecting the individual pieces)
@wasade wasade added this to the Full Vioscreen representation milestone Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant