-
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
SIMSBIOHUB-159: Move project_type to survey_type #1074
Conversation
…to survey_type, and drop project_type.
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1074 +/- ##
==========================================
+ Coverage 64.60% 64.67% +0.07%
==========================================
Files 433 433
Lines 13193 13199 +6
Branches 2138 2137 -1
==========================================
+ Hits 8523 8537 +14
+ Misses 4147 4137 -10
- Partials 523 525 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Openshift URLs for the PR Deployment: |
…to SIMSBIOHUB-159
Add/Fix a few indexes in recent migrations.
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, looks good 🌤️
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.
☀️
database/src/migrations/20230822115400_move_project_type_to_survey.ts
Outdated
Show resolved
Hide resolved
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.
🏂
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
Code looks good!
Links to Jira Tickets
https://apps.nrs.gov.bc.ca/int/jira/browse/SIMSBIOHUB-159
Description of Changes
Primary Changes
Migrations
API/APP
Other Changes
Migrations
Seed
Testing Notes
Project type should no longer appear anywhere at the project level.
Surveys should now have a new survey type field in the UI.