-
Notifications
You must be signed in to change notification settings - Fork 9
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
Survey Progress Field #1238
Survey Progress Field #1238
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1238 +/- ##
==========================================
+ Coverage 54.51% 54.54% +0.03%
==========================================
Files 598 599 +1
Lines 18356 18376 +20
Branches 2833 2837 +4
==========================================
+ Hits 10007 10024 +17
- Misses 7698 7701 +3
Partials 651 651 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran this locally and everything worked as expected 🌈
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* survey repository changes & frontend * openApi spec * more openapi spec changes * migration fixes * wip: fix migration where survey table does not have progress_id * set survey status when creating or editing surveys * cleanup * include description in planning ui options * planning chip on survey page * add survey progress chip to survey list page * adjust colors of progress chip * add survey_progress to tests * linter * cleanup and fixes * linter * make progress required * wip: validation not yet working on survey form for progress component * include progress in yup schema * create index for progress id in survey table * linter * fix incorrect name: progress -> progress_id * cleanup * address PR comments * update seed * update comments in codes repository * update returns types in codes repository --------- Co-authored-by: Al Rosenthal <[email protected]> Co-authored-by: Nick Phura <[email protected]>
Links to Jira Tickets
Description of Changes
Testing Notes