docs: update roadmap and tasklist for phase 1 completion
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
## Phase 1 — Foundation (current)
|
## Phase 1 — Foundation (current)
|
||||||
|
|
||||||
- [x] Project scaffold
|
- [x] Project scaffold
|
||||||
- [ ] Basic TUI layout (channels, chat, status)
|
- [x] Basic TUI layout (channels, chat, status)
|
||||||
- [ ] Mumble server connection
|
- [x] Mumble server connection
|
||||||
- [ ] Text chat (send/receive)
|
- [x] Text chat (send/receive)
|
||||||
|
- [x] Channel/user tree display
|
||||||
|
|
||||||
## Phase 2 — Voice
|
## Phase 2 — Voice
|
||||||
|
|
||||||
|
|||||||
15
TASKLIST.md
15
TASKLIST.md
@@ -1,12 +1,17 @@
|
|||||||
# Task List
|
# Task List
|
||||||
|
|
||||||
|
## Completed
|
||||||
|
|
||||||
|
- [x] Wire TUI to MumbleClient (connect on startup, display state)
|
||||||
|
- [x] Implement text message send/receive in chat log
|
||||||
|
- [x] Channel tree population from server data
|
||||||
|
|
||||||
## Active
|
## Active
|
||||||
|
|
||||||
- [ ] Wire TUI to MumbleClient (connect on startup, display state)
|
- [ ] Audio pipeline integration with MumbleClient
|
||||||
- [ ] Implement text message send/receive in chat log
|
- [ ] PTT wiring (key events -> audio.capturing toggle)
|
||||||
|
|
||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
- [ ] Audio pipeline integration with MumbleClient
|
- [ ] Channel join/navigation (select channel in tree, move into it)
|
||||||
- [ ] PTT wiring (key events -> audio.capturing toggle)
|
- [ ] Reconnection handling on disconnect
|
||||||
- [ ] Channel tree population from server data
|
|
||||||
|
|||||||
Reference in New Issue
Block a user