**Scenario :** As a citizen, I have visited home page to get some stats Given that I am on the home page as a citizen, When I visit the page, Then I should see visualizations dashboard below the search bar **Visualizations** - [ ] India-level Stats - [ ] Pie-chart - [ ] Total active cases - [ ] Total confirmed cases - [ ] Total deceased cases - [ ] Total recovered cases - [ ] Bar graph - [ ] State-wise no. of total cases vs. no. of cases resolved x-axis : state names y-axis : numeric values like 1000, 2000, 3000... graph output : 2 bars showing total cases and resolved cases for each state - [ ] Trend projection graph for upcoming 6 months based on last 2 months data if cases increase at the current rate per day x-axis : Duration [2 weeks, 4 weeks, 6 weeks, 8 weeks ... ] y-axis : projected no. of cases - [ ] Our Data-level stats - [ ] Bar chart - [ ] State-wise hospital count - [ ] State-wise No. of testing facilities contact data available
Scenario : As a citizen, I have visited home page to get some stats
Given that I am on the home page as a citizen,
When I visit the page,
Then I should see visualizations dashboard below the search bar
Visualizations
India-level Stats
Pie-chart
Bar graph
x-axis : state names
y-axis : numeric values like 1000, 2000, 3000...
graph output : 2 bars showing total cases and resolved cases for each state
Trend projection graph for upcoming 6 months based on last 2 months data if cases increase at the current rate per day
x-axis : Duration [2 weeks, 4 weeks, 6 weeks, 8 weeks ... ]
y-axis : projected no. of cases
Our Data-level stats