Category: Covid
-
Covid Data–more enhancements to GUI–and Post Mortem–part 6
Once we have all data from the backend set,it is a matter of time to have more display options. For example,I have added % of the current day vs previous day. Also a display into table . https://ignatandrei.github.io/WFH_Resources/covidDataTable . Post Mortem Is better to grab data from the source,if possible Is better to have…
-
Covid Data – making the application – part 4
Now I need an application. The first version was a simple html file with Data Tables ( https://datatables.net/ ). You can find at https://ignatandrei.github.io/WFH_Resources/output.html . It is a simple table with search / filter and sorting. The next,with help from Bogdan we have started an Angular application,deployed at https://ignatandrei.github.io/WFH_Resources within the docs folder : http://github.com/ignatandrei/wfH_Resources/docs…
-
Covid Data–transforming – part 3
I figured out that from data ( .md files and .js files) I need to have a proper data to be processed by the application. Since the application will be a static web app,the easy way is to be a generated js file to be imported into the application. 1. MD to js So now…
-
Covid Data- making a database–part 2
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…
-
Covid Data–part 1
In this days of Covid I needed 2 things: Put somewhere the list of free resources Gather the data about Covid from different countries,in order to understand the evolution of the disease Because I am a programmer the easy way to have a database is on GitHub – and I figure that with the docs…