From 6bb16619f9fd025ac80bbfe6abe8899d373e04b0 Mon Sep 17 00:00:00 2001 From: Carlee Bissett Date: Wed, 18 Mar 2026 13:42:54 -0500 Subject: [PATCH] Add MVP document --- README.md | 6 ++++++ docs/mvp.md | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/mvp.md diff --git a/README.md b/README.md index a9049b4779..88df52b667 100644 --- a/README.md +++ b/README.md @@ -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 + Test Docker Compose Test Backend Coverage diff --git a/docs/mvp.md b/docs/mvp.md new file mode 100644 index 0000000000..65f242ac7c --- /dev/null +++ b/docs/mvp.md @@ -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