-
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-15: Submit Request to Resubmit or Remove Observations, Summary Results or Documents #1033
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1033 +/- ##
==========================================
- Coverage 68.10% 67.99% -0.11%
==========================================
Files 387 392 +5
Lines 12001 12126 +125
Branches 2038 2063 +25
==========================================
+ Hits 8173 8245 +72
- Misses 3333 3380 +47
- Partials 495 501 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Openshift URLs for the PR Deployment: |
app/src/components/attachments/list/AttachmentsListItemMenuButton.tsx
Outdated
Show resolved
Hide resolved
app/src/features/surveys/view/summary-results/components/FileSummaryResults.tsx
Outdated
Show resolved
Hide resolved
…o SIMSBIOHUB-15
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@KjartanE Looks good, and seems to work as expected. I did push a commit to wrap the resubmit buttons in system role guards (to match the submit buttons/statuses being hidden, for now). Actually, a really good tech debt ticket might be to add a new type of guard to check for the environment, or even a feature flag env var. Then we could hide elements of the UI based on something other than role. Created a ticket: https://apps.nrs.gov.bc.ca/int/jira/browse/SIMSBIOHUB-79 |
Overview
Links to Jira tickets
Description of relevant changes
PR Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud