docs(roadmaps): mark Pre-Launch Signup and Marketplace as complete, move to completed/ folder
This commit is contained in:
parent
038cf30aca
commit
03ad80a615
@ -3,7 +3,11 @@
|
|||||||
> **Scope:** A product-agnostic marketplace/store module in `platform-service` that any ByteLyst app can use to publish, discover, purchase, review, and install user-created templates.
|
> **Scope:** A product-agnostic marketplace/store module in `platform-service` that any ByteLyst app can use to publish, discover, purchase, review, and install user-created templates.
|
||||||
>
|
>
|
||||||
> **Date:** 2026-03-01
|
> **Date:** 2026-03-01
|
||||||
> **Status:** Proposal
|
> **Status:** ✅ COMPLETE (2026-03-02)
|
||||||
|
> **Module:** `src/modules/marketplace/` — 4 files (types.ts, repository.ts, routes.ts, marketplace.test.ts)
|
||||||
|
> **Cosmos Containers:** `marketplace_listings`, `marketplace_reviews`, `marketplace_installs`, `marketplace_certifications`, `marketplace_reports`, `marketplace_votes`
|
||||||
|
> **Routes:** Catalog, listing CRUD, reviews, installs, certification workflow, reports, admin
|
||||||
|
> **Tests:** 32 Vitest tests
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -1,9 +1,11 @@
|
|||||||
# Pre-Launch Signup System — Design & Roadmap
|
# Pre-Launch Signup System — Design & Roadmap
|
||||||
|
|
||||||
> **Service:** `platform-service` (port 4003)
|
> **Service:** `platform-service` (port 4003)
|
||||||
> **Module:** `src/modules/waitlist/`
|
> **Status:** ✅ COMPLETE (2026-03-02)
|
||||||
|
> **Module:** `src/modules/waitlist/` — 4 files (types.ts, repository.ts, routes.ts, waitlist.test.ts)
|
||||||
> **Cosmos Container:** `waitlist` (partition key: `/email`)
|
> **Cosmos Container:** `waitlist` (partition key: `/email`)
|
||||||
> **Status:** Planning
|
> **Routes:** Public signup, status check, unsubscribe; Admin invite, batch invite, list, update
|
||||||
|
> **Tests:** 24 Vitest tests covering dedupe, position, CAPTCHA, webhooks
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user