a3e89e65c9
- Fix US-6: Rename to "M'inscrire/me désinscrire à un atelier" and remove
non-atelier scenarios
- Fix US-9: Add missing scenario for "Ajouter une photo personnelle"
- Fix US-13: Add scenarios for "Modifier" and "Supprimer" événement,
plus "Retirer une organisation"
- Fix US-14: Mark all scenarios as non-implemented (no atelier screen)
- Fix US-15: Distinguish événement vs atelier scenarios, remove unclear ones
- Fix US-16: Implement 4 scenarios for MeetingPointsScreen
- Fix US-22: Implement 5 scenarios for ShareProfileScreen (parrainage)
- Fix US-23: Implement 3 scenarios for profile sharing
Add missing scenarios from user story descriptions:
- US-1: Programme détaillé, zone partage collective
- US-2: Programme détaillé des ateliers
- US-4: Icône ajouter commentaire
- US-5: Interactions Date/Heure/Lieu
- US-7: Recherche Mobilizon
- US-8: 4 scenarios for macro-événement
- US-12: Vue carte des événements
- US-20: Profils publiques
Add new step definitions:
- l'écran contient un bouton {string}
- l'écran contient un champ {string}
- l'écran contient un texte {string}
- l'écran contient un avatar
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Festipod Documentation
This documentation is split into three parts:
1. Festipod Mobile App
The mobile application being designed - an event discovery and networking platform. This section covers:
- App concept and target users
- User stories (26 stories across 5 categories)
- Screen mockups (13 screens)
- Feature specifications (Cucumber/Gherkin)
2. Prototyping Tool
The web application built to visualize and document the Festipod project. This section covers:
- Architecture and navigation
- Gallery, Demo, Stories, and Specs pages
- Component library (Sketchy UI)
- Build and development setup
3. Cucumber Integration
Technical documentation for the BDD testing framework. This section covers:
- Test architecture and configuration
- World class and state management
- Step definitions (navigation, form, screen)
- Running tests and generating reports
Quick Start
# Install dependencies
bun install
# Start development server
bun run dev
# Run Cucumber tests
bun run test:cucumber
# Parse feature files
bun run features:parse
Open http://localhost:3000 to view the prototyping tool.