You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: