= UseCase002 Implementation - Create wedding / wedding details = == Initiating actor == User / wedding organizer == Goal == Create or view wedding details and manage the core wedding information. == Scenario == === Step 1: User opens the wedding list === The user opens the list of weddings available in the system. === Step 2: User selects a specific wedding (wedding_id=1) === The user opens the details related to the wedding: * events * guests * attendance / RSVP === Step 3: Result === The system returns the wedding details in JSON format through prototype endpoints. == Demo screenshots == * Weddings list: [[Image(weddings.png, width=800)]] * Wedding events: [[Image(events.png, width=800)]] * Wedding guests: [[Image(guests.png, width=800)]] * Attendance overview: [[Image(attendance.png, width=800)]] * RSVP overview: [[Image(rsvp.png, width=800)]]