First,I need to understand how to store the data. For the resources,I was thinking to have a simple way for the people to edit data and to add resources ( yes,I know – I am counting too much on the kindness of people)
So I figure out the a .md file will be enough clear to do it. As an example,see : https://github.com/ignatandrei/WFH_Resources/blob/master/Learn/DigitalLibrary.md
or,in the raw form,https://raw.githubusercontent.com/ignatandrei/WFH_Resources/master/Learn/DigitalLibrary.md
For the data about how many cases of covid are,I was thinking about JSON – see https://github.com/ignatandrei/WFH_Resources/blob/master/obj/allData.js
Now,about having the data updated :
For the resources,it is enough to someone to edit the .md file and make a pull request.
For the data about Covid per country,it will be presented later in the CI / CD deployment
Leave a Reply