From 87b0f605697e31706db316c0993a549222e86bd8 Mon Sep 17 00:00:00 2001 From: Keith Smith Date: Sun, 1 Mar 2026 09:06:36 -0700 Subject: [PATCH] Update progress for Milestone 1 completion --- docs/PROGRESS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/PROGRESS.md b/docs/PROGRESS.md index 8076abf..5d20f54 100644 --- a/docs/PROGRESS.md +++ b/docs/PROGRESS.md @@ -16,3 +16,18 @@ Delivered: Git: - Branch: `milestone-0-restart-cpp` - Tag: `v0-m0-done` + +## Milestone 1 - Storage and CRUD + +Status: Completed + +Delivered: +- SQLite integration via Qt SQL (`QSQLITE`) +- Persistent profile database bootstrap (`profiles` table) +- Profiles CRUD (New / Edit / Delete) in `ProfilesWindow` +- Search-backed profile listing from storage +- Double-click connect opens `SessionWindow` tab with selected profile name + +Git: +- Branch: `milestone-1-storage` +- Tag: `v0-m1-done`