-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use storysource addon * Initial TestQueueCard * Refactor test card and form * Use TestCard.scss * Change accordion to collapsible card * Add Covid AoE form * Update symptoms and save form edits * Add submit and validation * Update card styling * Revert demo changes to single card * Add test date and time validation style * Update test result radio group style * Update card styling, add submit loader, correction alert * Update timer styling * Fix lint warnings in timer * Revert timer and close button style change * Fix error summary display logic * Add unordered list for error summary * Add submit modal * Update CovidAoEForm and check if completed * Add testCardRefactorEnabled feature flag * Start test without AOE modal * Revert explicit null aoe fields * Organize disease specific components * Remove from queue and fix adding from manage patients * Fix active patient added again after submit * Save AOE responses * Reposition close button * Update test timer design * Cleanup and refactor * Fix dirty state update and test results comparison * Update validation messages * Update tests with timer changes * Move files and use feature flag on submit loader * Add required asterisks * Prevent patient re-add after page refresh * Fix fade out transition on test card * Check for active mutations before updates from backend * Remove useMemo on options hooks with complex object dependencies * WIP test card frontend tests * Scroll to active patient and update test * Update test snapshots for new timer * Update test for handling deleted device * Revert "Use storysource addon" This reverts commit 6883490. * Fix eslint import order * fix snap * fixed frontend test and fixed crash when sysmptomOnSet date was set * update snapshots * fix linting * address sonar feedback * follow up fix * add MultiplexResultInputGroup tests * add CovidResultInputGroup tests * clean console.log * refactor all userEvents to use the user.setup object in testcard.test.tsx * added more test coverage * Hide AOE for flu only devices * disable new test card in e2e and improve testing * turn off new test card in stg demo training and e2e * more direct ignore coverage * update snapshot * add more coverage and fix error message logic * add more test coverage * update snaps * Revert storybook react-docgen config * Cleanup comments and unused variables * Move modals to individual files * Use covid AOE for devices w/o disease info * Fix AOE symptoms boolean quote bug * Fix track AOE test and snapshots * Fix check if AOE answers completed * Update snapshot * Update test to use async find instead of get * Enable test card refactor in training * set fixed date for now on test-queue test * Reset startTestPatientId in error catch * Update accessibility attributes * Filter rsv devices on test card * Update snapshots --------- Co-authored-by: Zedd Shmais <[email protected]>
- Loading branch information
1 parent
5140abc
commit 9275f36
Showing
50 changed files
with
12,299 additions
and
140 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ simple-report: | |
- https://demo.simplereport.gov | ||
twilio: | ||
enabled: false | ||
features: | ||
testCardRefactorEnabled: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ simple-report: | |
- https://stg.simplereport.gov | ||
experian: | ||
enabled: true | ||
features: | ||
testCardRefactorEnabled: false |
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
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
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
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
Oops, something went wrong.