Update README: mark TUI client as done
This commit is contained in:
@@ -68,11 +68,11 @@ npm run dev
|
|||||||
- [x] Slash commands (registration, autocomplete)
|
- [x] Slash commands (registration, autocomplete)
|
||||||
- [x] Incoming webhooks (create, execute)
|
- [x] Incoming webhooks (create, execute)
|
||||||
- [x] Example bots (modbot, welcome bot)
|
- [x] Example bots (modbot, welcome bot)
|
||||||
|
- [x] TUI client (Bubbletea, vim-style, voice support)
|
||||||
- [ ] Push notifications (backend VAPID keys needed)
|
- [ ] Push notifications (backend VAPID keys needed)
|
||||||
- [ ] Roles & permissions system
|
- [ ] Roles & permissions system
|
||||||
- [ ] REST API documentation (OpenAPI/Swagger)
|
- [ ] REST API documentation (OpenAPI/Swagger)
|
||||||
- [ ] WebAuthn passkeys (future)
|
- [ ] WebAuthn passkeys (future)
|
||||||
- [ ] TUI client (Phase 5)
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ dumpsterChat/
|
|||||||
├── cmd/
|
├── cmd/
|
||||||
│ ├── server/ # Main API + WebSocket gateway
|
│ ├── server/ # Main API + WebSocket gateway
|
||||||
│ ├── migrate/ # Database migration CLI
|
│ ├── migrate/ # Database migration CLI
|
||||||
│ └── tui/ # Terminal client (Phase 5)
|
│ └── tui/ # Terminal client (Bubbletea)
|
||||||
├── internal/
|
├── internal/
|
||||||
│ ├── auth/ # Registration, login, sessions, profiles
|
│ ├── auth/ # Registration, login, sessions, profiles
|
||||||
│ ├── channel/ # Channel CRUD handlers
|
│ ├── channel/ # Channel CRUD handlers
|
||||||
|
|||||||
Reference in New Issue
Block a user