Skip to content
New issue

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

As an admin user, I want to be able to Enter the aggregate number of surgeries during a time range. #133

Open
aliirz opened this issue Jun 20, 2023 · 1 comment
Assignees
Labels

Comments

@aliirz
Copy link
Contributor

aliirz commented Jun 20, 2023

This will allow us to calculate the rate of infections in our dashboard.

Proposed Solution
The UI for this feature would be a simple form with a time range picker and a text field to enter the number of surgeries. The form would be available to admin users inside the app.

Implementation Plan
The implementation plan for this feature would be as follows:

  1. Create a new form component for the app.
  2. Add the form component to the app.
  3. Create a model in the DB.
  4. Add validation to the form to ensure the user enters a valid number of surgeries.
  5. Save the number of surgeries in the database.
  6. Update the ETL to include this metric.
@aliirz
Copy link
Contributor Author

aliirz commented Jun 20, 2023

@hasanmehmood @bushramustafa

Please validate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants