aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index 78325db..4c2ccba 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -99,8 +99,8 @@ Smaller features first to enable early MVP validation.
**Goal**: Create, edit, and delete cards
### Server API
-- [ ] Card CRUD endpoints (GET, POST, PUT, DELETE)
-- [ ] Add tests
+- [x] Card CRUD endpoints (GET, POST, PUT, DELETE)
+- [x] Add tests
### Frontend
- [ ] Card list view (in deck detail page)