Document Milestone 2 scope and completion
This commit is contained in:
@@ -54,3 +54,13 @@ OrbitHub uses a two-window model:
|
|||||||
- Profiles CRUD
|
- Profiles CRUD
|
||||||
- Connect loads profile name into tab
|
- Connect loads profile name into tab
|
||||||
- Tag: v0-m1-done
|
- 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
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ Delivered:
|
|||||||
- Cross-platform build command guide in `docs/BUILDING.md`
|
- Cross-platform build command guide in `docs/BUILDING.md`
|
||||||
|
|
||||||
Git:
|
Git:
|
||||||
- Branch: `milestone-0-restart-cpp`
|
|
||||||
- Tag: `v0-m0-done`
|
- Tag: `v0-m0-done`
|
||||||
|
|
||||||
## Milestone 1 - Storage and CRUD
|
## Milestone 1 - Storage and CRUD
|
||||||
@@ -29,5 +28,18 @@ Delivered:
|
|||||||
- Double-click connect opens `SessionWindow` tab with selected profile name
|
- Double-click connect opens `SessionWindow` tab with selected profile name
|
||||||
|
|
||||||
Git:
|
Git:
|
||||||
- Branch: `milestone-1-storage`
|
|
||||||
- Tag: `v0-m1-done`
|
- 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`
|
||||||
|
|||||||
Reference in New Issue
Block a user