slideshare/USERFLOWS.md
Michael Mainguy 79060f0945 Update USERFLOWS.md to reflect completed features and design changes
- Mark aspect ratio selection as completed
- Mark live preview and slide saving as completed
- Mark slide editing features as completed
- Update slide editing flow to reflect layout cannot be changed once saved
- Add completed item for obvious exit/cancel editing option
- Document that changes auto-save to presentation

All core slide editing and presentation management features are now implemented
and working according to the user flow specifications.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 17:26:18 -05:00

2.1 KiB

User Flows I want the solution to support

Flow #1 - Presentation Management

Adding, removing, and editing existing presentations

Create New Presentation

  • User navigates to create new presentation
  • User enters presentation details (title, description)
  • User selects aspect ratio (16:9, 4:3, 16:10) for presentation
  • User selects a theme from available options
  • User creates presentation and is taken to editor

View All Presentations

  • User can view list of all saved presentations
  • User can see presentation metadata (name, description, theme, slide count)
  • User can access presentations from navigation

Edit Existing Presentation

  • User can open existing presentation for editing
  • User can navigate between slides in editor
  • User can access presentation settings and metadata

Delete Presentation

  • User can delete presentation from list view
  • User gets confirmation dialog before deletion
  • Presentation is removed from storage

Flow #2 - Slide Management

Adding, removing, and editing individual slides within presentations

Add New Slide

  • User clicks "Add Slide" from presentation editor
  • User can select layout for new slide (with themed previews)
  • User can add content to slide slots (text, images)
  • User can add presentation notes to slide
  • User can see miniature preview of slide live while editing
  • User can save slide (auto-saves presentation)

Edit Existing Slide

  • User can click on existing slide to edit
  • User can modify slide content in all slots
  • User cannot change slide layout once saved
  • User can exit slide editing mode without saving changes in an obvious way
  • User can edit presentation notes
  • Changes auto-save to presentation

Remove Slide

  • User can delete slides from presentation
  • User gets confirmation before slide deletion
  • Slide order adjusts automatically

Preview Slides

  • User can preview individual slides
  • User can view slides in presentation mode
  • User can navigate between slides in preview