We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
yogesh-hackx
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: