Sylvain Duchesne 901fd659df NextGraph integration (WIP), broker banner, and feature-based architecture
- Add NextGraph data layer with @ng-org/orm, SHEX shapes (Event, UserProfile,
  Participation), session management, and FestipodDataContext with dual-mode
  operation (connected via NextGraph or local seed data)
- Add BrokerBanner and NgStatus components showing connection status
- Refactor to feature-based architecture: organize code by business domain
  (event, user, home, auth, workshop, meeting, notification) instead of
  technical layer. Modules only import from shared/, never from each other
- Collocate BDD features and step definitions with their modules: event-specific
  steps in event/steps/, user steps in user/steps/, shared generic steps remain
  in shared/steps/
- Set up multi-layer BDD structure (frontend/backend/e2e steps per module)
- Add project documentation (AGENTS.md, .project/knowledge/)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 12:19:45 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00
2026-01-18 11:53:42 +01:00

Festipod

A prototyping tool for the Festipod mobile app - an event discovery and networking platform.

What's Inside

  • Mobile App Mockups - 13 interactive screens with hand-drawn "sketchy" UI
  • User Stories - 26 stories across 5 categories (Events, Workshops, Users, Meetings, Notifications)
  • BDD Specifications - Cucumber feature files in French with test integration

Quick Start

bun install
bun run dev

Open http://localhost:3000

Navigation

Page Route Description
Gallery #/ Browse all mockup screens
Demo #/demo/{screen} Interactive screen preview
Stories #/stories User stories browser
Specs #/specs BDD specifications with test status

Commands

bun run dev              # Start dev server with HMR
bun run test:cucumber    # Run Cucumber tests
bun run features:parse   # Regenerate features from .feature files
bun run steps:extract    # Extract step definitions

Documentation

See docs/ for detailed documentation:

S
Description
No description provided
Readme 3.1 MiB
Languages
TypeScript 90.8%
Gherkin 6.3%
CSS 1.9%
Shell 0.8%
HTML 0.1%