-
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-262: Create Survey Blocks table #1081
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1081 +/- ##
=======================================
Coverage 64.34% 64.34%
=======================================
Files 440 440
Lines 13510 13510
Branches 2150 2150
=======================================
Hits 8693 8693
Misses 4287 4287
Partials 530 530
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
database/src/migrations/20230830143800_create_survey_site_strategies.ts
Outdated
Show resolved
Hide resolved
database/src/migrations/20230830123800_create_survey_block_tables.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.
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.
🥦
Kudos, SonarCloud Quality Gate passed! |
* Creates new tables: survey_block, survey_stratrum, site_strategy, survey_site_strategy * Amends the survey deletion procedure to delete blocks as well as stratum records upon survey deletion
Links to Jira Tickets
Description of Changes
survey_block
, which stores blocks for surveyssurvey_stratrum
, which stores stratum for surveys (in particular, those that have "Stratum" as a site selection strategy)site_strategy
, which stores a codeset of survey site selection strategies; at the moment, those are Random, Stratified, and Systematic.survey_site_strategy
, which stores the particular strategies associated with a given survey