Document Milestone 2 scope and completion

This commit is contained in:
Keith Smith
2026-03-01 09:21:57 -07:00
parent f8a81ebe36
commit 01762422e9
2 changed files with 24 additions and 2 deletions

View File

@@ -54,3 +54,13 @@ OrbitHub uses a two-window model:
- Profiles CRUD
- Connect loads profile name into tab
- Tag: v0-m1-done
---
## Milestone 2
- Extend profiles schema (`host`, `port`, `username`, `protocol`, `auth_mode`)
- Replace prompt-based create/edit with a structured profile dialog form
- Connect loads full profile details into session tab
- Session lifecycle states in UI (`Connecting`, `Connected`, `Failed`) with non-blocking updates
- Tag: v0-m2-done

View File

@@ -14,7 +14,6 @@ Delivered:
- Cross-platform build command guide in `docs/BUILDING.md`
Git:
- Branch: `milestone-0-restart-cpp`
- Tag: `v0-m0-done`
## Milestone 1 - Storage and CRUD
@@ -29,5 +28,18 @@ Delivered:
- Double-click connect opens `SessionWindow` tab with selected profile name
Git:
- Branch: `milestone-1-storage`
- Tag: `v0-m1-done`
## Milestone 2 - Profile Details and Connect Lifecycle
Status: Completed
Delivered:
- SQLite schema migration for profile details (`host`, `port`, `username`, `protocol`, `auth_mode`)
- New `ProfileDialog` form for New/Edit profile workflows
- Profiles list now shows endpoint metadata and supports search by name or host
- Connect now loads complete profile details into `SessionWindow`
- Session tab lifecycle status updates (`Connecting`, `Connected`, `Failed`) via non-blocking timer flow
Git:
- Tag: `v0-m2-done`