Record Milestone 0 completion progress

This commit is contained in:
Keith Smith
2026-03-01 08:56:13 -07:00
parent 285a81d9b5
commit b43fb6fb1a

17
docs/PROGRESS.md Normal file
View File

@@ -0,0 +1,17 @@
# OrbitHub Progress
## Milestone 0 - Restart in C++/Qt Widgets
Status: Completed
Delivered:
- Fresh C++17/Qt6 Widgets scaffold with CMake
- `ProfilesWindow` (`QMainWindow`) with search, profile list, and New/Edit/Delete controls
- Double-click in Profiles opens a `SessionWindow`
- `SessionWindow` (`QMainWindow`) with `QTabWidget`
- Placeholder tab content showing `OrbitHub Native Surface`
- `main.cpp` wiring for application startup
Git:
- Branch: `milestone-0-restart-cpp`
- Tag: `v0-m0-done`