Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Full Stack FastAPI Template

# Wedding Platform

A platform for couples, planners, and vendors to organize wedding communication, tasks, and documents.

git status

<a href="https://github.com/fastapi/full-stack-fastapi-template/actions?query=workflow%3A%22Test+Docker+Compose%22" target="_blank"><img src="https://github.com/fastapi/full-stack-fastapi-template/workflows/Test%20Docker%20Compose/badge.svg" alt="Test Docker Compose"></a>
<a href="https://github.com/fastapi/full-stack-fastapi-template/actions?query=workflow%3A%22Test+Backend%22" target="_blank"><img src="https://github.com/fastapi/full-stack-fastapi-template/workflows/Test%20Backend/badge.svg" alt="Test Backend"></a>
<a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/full-stack-fastapi-template" target="_blank"><img src="https://coverage-badge.samuelcolvin.workers.dev/fastapi/full-stack-fastapi-template.svg" alt="Coverage"></a>
Expand Down
23 changes: 23 additions & 0 deletions docs/mvp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# MVP (Minimum Viable Product)

## Problem
Wedding planning communication is scattered across email, text, and multiple tools.

## Solution
A centralized platform for couples, planners, and vendors to:
- manage tasks
- communicate in threads
- track priorities
- store documents

## Users
- Couple
- Planner
- Vendor

## Core Features
- Role-based dashboards
- Task management with priority
- Threaded messaging
- Vendor-specific views
- Document storage
Loading