docs: update roadmap and tasklist for phase 1 completion

This commit is contained in:
Username
2026-02-24 12:01:16 +01:00
parent a8960e2027
commit 6efa9591dc
2 changed files with 14 additions and 8 deletions

View File

@@ -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

View File

@@ -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