You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a new form component for the app.
Add the form component to the app.
Create a model in the DB.
Add validation to the form to ensure the user enters a valid number of surgeries.
Save the number of surgeries in the database.
Update the ETL to include this metric.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: