yelloweq / bootcamp-covid-app

Test for cloning, committing and pushing to repo
2 stars 2 forks source link

Create and display heatmap #5

Open yelloweq opened 3 years ago

yelloweq commented 3 years ago

Using the fetched data we need to implement a heatmap, and decide on a method of displaying it, for instance, the initial rotating globe idea or only showing the heatmap after selecting an area by clicking or typing in the address / postcode

Edit: First we need to be able to have a separate heatmap page to ensure everything is working, we can then try thinking about integrating the solution into out product.

snim2 commented 3 years ago

So, remember you're working in iterations here, so one thing you might want to do is to split the rotating globe into a later issue. The idea would be to start with something simple, then iterate to make it more complex in later sprints.