MVP User Workflow

🔄 OGV Model Converter – MVP User Workflow (Anonymous-Only) 🎯 Goal: Allow users to upload, convert, preview, and download/share 3D models without login , with license handling and basic expiry control.

**👣 User Flow Steps

  1. Landing Page / Upload Page**

• User visits the site (no login required) • Sees a clear CTA: “Upload a 3D model to convert and download/share”

2. File Upload

• User selects a file and can also preview it • File is held temporarily — not stored in DB yet

3. License Selection (Required)

• Dropdown with options: ◦ MIT ◦ GPL-3 ◦ CC-BY 4.0 ◦ Unknown • License must be selected (no default)

Tooltip/warning

encourages users to verify license type

4. Conversion Format Selection

• User chooses target format • Preview of the converted model is shown

5. Auto-Assigned Expiry (based on license)

• License: MIT / GPL / CC →24-hour expiry

• License: Unknown →1-hour expiry

• User cannot manually change expiry

6. Upload Confirmation