Update backlog and briefing for topic-actions handoff

By specifier.
This commit is contained in:
Chris Troutner
2026-08-28 10:44:20 -07:00
parent b8a10d3706
commit 20cc2e0399
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -159,9 +159,9 @@ follows in `roomsDb`; the DB and client need query/render support.
|---|---------|-------------|------------|--------|
| 2.1 | Topic list / discovery | read | D, C | ✅ |
| 2.2 | Topic feed page | read | D, C | ✅ |
| 2.3 | Post a topic message | `0x6d0c` | C, I, D | 🟡 partial (I/D store; no C UI) |
| 2.4 | Follow a topic | `0x6d0d` | C, I, D | 🟡 partial |
| 2.5 | Unfollow a topic | `0x6d0e` | C, I, D | 🟡 partial |
| 2.3 | Post a topic message | `0x6d0c` | C, I, D | 🟡 spec'd → coder (task `topic-actions`) |
| 2.4 | Follow a topic | `0x6d0d` | C, I, D | 🟡 spec'd → coder (task `topic-actions`) |
| 2.5 | Unfollow a topic | `0x6d0e` | C, I, D | 🟡 spec'd → coder (task `topic-actions`) |
---