You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(landing): thumbnail-grid video picker + 2 new demos + Design URL fix (#187)
* docs(landing): add requirements & estimation demo + fix Design URL
- New 'Requirements & estimation' video tab between Slack and Design
(https://youtu.be/YBwdTes0Fno) covers AI-drafted requirements,
AI-PERT + Monte Carlo cycle-time forecasts, and the collaborative
editor with version history.
- Corrects the Design phase tab to the re-uploaded URL
(https://youtu.be/lV71qhmfzzw); previous URL went stale after #186.
- Final tab order: Setup → Slack triage → Requirements & estimation
→ Design phase → Inside the virtual world.
- README demo grid + linkbar updated to match.
Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
* feat(landing): thumbnail-grid video picker + add Dev & retrospective demo
The tabbed selector overflowed past 4 videos; replaces it with an
active player plus a responsive thumbnail grid (2/3/6-up across
mobile/tablet/desktop) so the strip scales as we add more demos.
- Refactor video metadata into a typed 'videos' array; both the active
player iframe and the thumb cards are driven by a single source.
- Active thumbnail gets a primary border; idle thumbs show a play-icon
overlay on hover.
- iframe carries a :key so switching videos forces a clean remount.
- Add the sixth demo: 'Development & retrospective'
(https://youtu.be/YjRihN_SKaw) covering dev, automated code review,
post-deploy retrospective, and the Learning Agent feedback loop.
- README demo grid + linkbar mirror the same six videos.
Side effect: every thumbnail is now pre-rendered into static HTML, so
all six demos are crawlable instead of only the default tab's iframe.
Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
---------
Signed-off-by: Arun Rajkumar <mickyarunr@gmail.com>
0 commit comments