-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix postevent summary dashboard where calculating prod data causes…
… error (#90) Problem The postvent summary dashboard was getting incomplete (null) data from the db. This was causing the dashboard to throw an error when trying to calculate the data for the dashboard. Solution - Update dev seeder to generate incomplete data for the postevent summary dashboard to reproduce the error - Add checks to the postevent summary dashboard to handle incomplete data Ticket URL N/A Documentation N/A Tests Run - locally ran `yarn build`. No errors - Navigated in local dev environment to the postevent summary dashboard + `http://localhost:3000/medical/dashboards/postevent-summary` + The dashboard calculates without errors
- Loading branch information
Showing
3 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters