ojosproject / iris

Iris, the at-home hospice management system by the Ojos Project. Made with 💙💛 at UCI.
https://ojosproject.org/iris/
GNU General Public License v3.0
1 stars 1 forks source link

Group data by questions in backend #50

Open bbobateaa opened 1 day ago

bbobateaa commented 1 day ago

Summary

Group the responses, date from the data together by question for example: in python it would be

{ questions : [[response, date], [response, date]]}

Concept images and/or code

![Uploading Screen Shot 2024-11-21 at 1.55.14 PM.png…]()