feat(certs): Export All Certifications button on overview page#378
Open
artemisclaw82 wants to merge 2 commits intosecurity-alliance:developfrom
Open
feat(certs): Export All Certifications button on overview page#378artemisclaw82 wants to merge 2 commits intosecurity-alliance:developfrom
artemisclaw82 wants to merge 2 commits intosecurity-alliance:developfrom
Conversation
|
@artemisclaw82 is attempting to deploy a commit to the Security Alliance Team on Vercel. A member of the Team first needs to authorize it. |
Adds a single button on the certs overview page that generates one XLSX file containing all 6 SEAL certifications, each on its own worksheet. - New component: ExportAllCerts (fetches cert-data.json, generates XLSX) - New build script: generate-cert-data.js (extracts MDX frontmatter to JSON) - Build pipeline updated to generate cert-data.json before vocs build - Includes any user responses stored in localStorage from individual certs - Reuses existing ExcelJS formatting (SEAL purple headers, dropdown validation, frozen headers, auto-filters) Closes #TBD
262a579 to
5f43142
Compare
Collaborator
|
plz change to undrafted / ready to review or whatever |
scode2277
reviewed
Mar 3, 2026
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
scode2277
approved these changes
Mar 4, 2026
Collaborator
scode2277
left a comment
There was a problem hiding this comment.
Good to go imo @mattaereal!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a single "Export All Certifications (XLSX)" button on the certs overview page that generates one Excel workbook containing all 6 SEAL certifications, each on its own worksheet.
What's New
ExportAllCertscomponent — Button on the overview page. Fetches pre-generated cert data, builds a multi-sheet XLSX client-side using ExcelJS.generate-cert-data.jsbuild script — Extracts section/control data from all SFC MDX frontmatter intocert-data.json(served fromdocs/public/).generate-cert-dataruns beforevocs build(andvocs dev).Behavior
seal-certifications-all-YYYY-MM-DD-HH-MM-SS.xlsxFiles Changed
components/cert/ExportAllCerts.tsxcomponents/index.tsdocs/pages/certs/overview.mdxutils/generate-cert-data.jsdocs/public/cert-data.jsonpackage.jsonDisclosure
This contribution was authored with AI assistance and is pending human review before marking as ready.
Contributor:
dickson