Skip to content
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

bulk upload results e2e scaffolding #8281

Closed
wants to merge 1 commit into from
Closed

bulk upload results e2e scaffolding #8281

wants to merge 1 commit into from

Conversation

bobbywells52
Copy link
Collaborator

BACKEND PULL REQUEST

Related Issue

  • Why is this being done? Link to issue, or a few sentences describing why this PR exists

Changes Proposed

  • Detailed explanation of what this PR should do

Additional Information

  • decisions that were made
  • notice of future work that needs to be done

Testing

  • How should reviewers verify this PR?

DATABASE PULL REQUEST

Related Issue

  • Why is this being done? Link to issue, or a few sentences describing why this PR exists

Changes Proposed

  • Detailed explanation of what this PR should do

Additional Information

  • decisions that were made
  • notice of future work that needs to be done

Testing

  • How should reviewers verify this PR?

DEVOPS PULL REQUEST

Related Issue

  • Why is this being done? Link to issue, or a few sentences describing why this PR exists

Changes Proposed

  • Detailed explanation of what this PR should do

Additional Information

  • decisions that were made
  • notice of future work that needs to be done

Testing

  • How should reviewers verify this PR?

FRONTEND PULL REQUEST

Related Issue

  • Why is this being done? Link to issue, or a few sentences describing why this PR exists

Changes Proposed

  • Detailed explanation of what this PR should do

Additional Information

  • decisions that were made
  • notice of future work that needs to be done

Testing

  • How should reviewers verify this PR?

Screenshots / Demos

  • For large changes, please pair with a designer to ensure changes are as intended

setupRunData,
} from "../utils/setup-utils";

const patients = [generatePatient(), generatePatient()];

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable patients.
const specRunName = "spec02a";
const currentSpecRunVersionName = `${testNumber()}-cypress-${specRunName}`;

const patientToCsv = (patient) => {

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable patientToCsv.
Copy link

sonarcloud bot commented Nov 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant