|
| 1 | +# Release Status |
| 2 | + |
| 3 | +Current public showcase: |
| 4 | + |
| 5 | +https://iron-mark.github.io/Hackathon-Smart-Profile-Management-System/ |
| 6 | + |
| 7 | +## Current Release |
| 8 | + |
| 9 | +- Latest documented checkpoint: `v2.1.1` |
| 10 | +- GitHub release: https://github.com/Iron-Mark/Hackathon-Smart-Profile-Management-System/releases/tag/v2.1.1 |
| 11 | +- Release commit: `09573665db005f4a1114dcaf9606886a7cfbc73f` |
| 12 | +- Public runtime model: static GitHub Pages app with browser-local demo storage |
| 13 | + |
| 14 | +## What The Release Captures |
| 15 | + |
| 16 | +- Faculty credential upload, admin review, approval tracking, and faculty status visibility. |
| 17 | +- Seeded reviewer accounts plus browser-local public registration. |
| 18 | +- Browser-local submissions, audit logs, upload metadata, profile data, and small file previews. |
| 19 | +- Generated sample credentials only. Public reviewers should not upload real IDs, transcripts, licenses, or faculty records. |
| 20 | +- Optional local Clerk sign-in/sign-up showcase; admin access remains the seeded admin demo account. |
| 21 | +- Optional local OpenAI experimentation; missing keys use deterministic demo fallbacks. |
| 22 | +- Public SEO/AEO/GEO sources through landing-page facts, FAQ JSON-LD, `answers.md`, `llms.txt`, sitemap, robots, and social preview metadata. |
| 23 | +- Local Web Vitals panel backed by the official `web-vitals` package. |
| 24 | + |
| 25 | +## Verification Gate |
| 26 | + |
| 27 | +Run the local gate before tagging, publishing, or claiming a release is current: |
| 28 | + |
| 29 | +```bash |
| 30 | +npm ci |
| 31 | +npm test -- --run |
| 32 | +npm run lint |
| 33 | +npm run security:scan |
| 34 | +npm run seo:check |
| 35 | +npm run links:check |
| 36 | +npm run build |
| 37 | +npx playwright test |
| 38 | +``` |
| 39 | + |
| 40 | +For GitHub Pages-style local QA, use the build preview commands in `docs/demo-checklist.md`. |
| 41 | + |
| 42 | +## Last Recorded Live Evidence |
| 43 | + |
| 44 | +The `v2.1.1` checkpoint was previously verified against GitHub Pages with: |
| 45 | + |
| 46 | +- Full live Playwright suite: `17 passed` |
| 47 | +- Landing page and app deep links returning HTTP 200 through static fallbacks |
| 48 | +- Generated sample files returning HTTP 200 |
| 49 | +- `answers.md`, `llms.txt`, `sitemap.xml`, `robots.txt`, and `og-image.png` returning HTTP 200 |
| 50 | +- Mobile landing and faculty dashboard smoke checks |
| 51 | +- No required backend secrets for the public build |
| 52 | + |
| 53 | +Treat these as release evidence for the historical checkpoint. Re-run the verification gate before making a fresh current-state claim. |
| 54 | + |
| 55 | +## Release Safety Notes |
| 56 | + |
| 57 | +- This repository is a static public demo, not production authentication, authorization, audit logging, or document storage. |
| 58 | +- Uploaded demo files and account state stay in the visitor's current browser. |
| 59 | +- Clerk Organizations are showcase context only and do not grant admin access. |
| 60 | +- Browser-exposed OpenAI keys are for local experimentation only; production use would require a server-side proxy. |
| 61 | + |
| 62 | +## Future Release Checklist |
| 63 | + |
| 64 | +1. Confirm the worktree is clean except intended release changes. |
| 65 | +2. Run the full verification gate. |
| 66 | +3. Build and test with the GitHub Pages base path from `docs/demo-checklist.md`. |
| 67 | +4. Merge the verified branch into the publish branch. |
| 68 | +5. Wait for GitHub Pages deployment to finish. |
| 69 | +6. Re-run the live Playwright suite against the public URL. |
| 70 | +7. Confirm public assets and sample files return HTTP 200. |
| 71 | +8. Tag only the verified commit. |
0 commit comments