Skip to content

Conversation

@PRAteek-singHWY
Copy link
Contributor

Summary

Adds the next step of the MyOpenCRE flow by introducing a CSV upload UI for mapping custom standards to OpenCRE.

What’s included

  • CSV file upload UI on the MyOpenCRE page
  • Client-side validation to allow CSV files only
  • Feature flag:
    • ✅ Enabled for local execution
    • ❌ Disabled on hosted OpenCRE (Heroku) to prevent resource abuse
  • Clear user messaging when upload is disabled
  • No backend or import logic yet (UI scaffold only)

Scope

  • Frontend only
  • No API changes
  • No import processing yet

Context

This PR continues the work started in:

This PR intentionally keeps the upload action stubbed; backend import and notifications will follow in subsequent PRs.

Why feature-flagged?

Heroku does not have sufficient resources to safely support full standard imports.
Local execution allows full imports without impacting hosted OpenCRE.

Screenshots

image image

@PRAteek-singHWY
Copy link
Contributor Author

⚠️ This PR depends on:

Please review after the above PR is merged.

@PRAteek-singHWY PRAteek-singHWY deleted the myopencre-csv-upload-ui branch December 18, 2025 18:20
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