Create Education Collection
See original GitHub issueAfter the call with Dr Zatakia last evening, we want to initially aim this app primarily at education. A good point made by a few collaborators on the call was that we should generate a few “fun” facts about Coronavirus - that is, facts and suggestions aimed to simply calm and inform users, not aggravate an already highly-stressful situation.
I would suggest that, for the time being, we create an array of these facts that we just randomly select when rendering the component the displays the survey to fill out. In client/models/
(which will be visible when my last PR merges in) just create a data object Facts
(or something like that) that’s easily randomly indexable (like associate a numeric id with it).
A long-term solution to how to architect this could be:
We would be to store these facts in a MongoDB cluster (or any type of database, I just suggest MongoDB since we are using that with Radiks) and create a backend service to query from UI <–> service <–> database, or just a simple Lambda function, hosted on AWS along with our Radiks server and associated MongoDB cluster. This would be an additional cost associated with our project.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:5 (5 by maintainers)
Top GitHub Comments
We will create something in a google doc. Then when it’s all done, should we push that info to a .js file with an array that can be queried.
Closed by #148