Restructured portfolio variations so links go to actual portfolios, with reviews in a separate column.
index.njk (showing hiring manager evaluations)Each variation now has two pages:
index.njk — The actual portfolio (uses portfolio layout)
review.njk — Hiring manager evaluation (uses base layout)
Now uses a table format with separate columns:
| Variation | Focus | Score | Review |
|---|---|---|---|
| Variation 1 ⭐ | Head of Product Design | 82.3/100 | View review |
/portfolio/archive/portfolio-agentic-{id}/
/portfolio/archive/portfolio-agentic-{id}/review/
Best variation:
portfolio/coordinator.mjs — Generate both portfolio and review pagesportfolio/archive/index.njk — New table formatportfolio/regenerate-variations.mjs — Script to regenerate existing variationsExisting variations were automatically regenerated with the new structure using:
node portfolio/regenerate-variations.mjs
This script:
✅ Clear separation — Portfolio content vs evaluation
✅ Better UX — Main links go where expected (to portfolios)
✅ Organized — Reviews in dedicated space
✅ Scannable — Table format easier to compare variations
✅ Flexible — Can enhance portfolio content without changing reviews
Future enhancements will focus on the portfolio content (Phase 2):
Reviews remain static as evaluation records.