You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Migrated Project Journey mock DB records to use `key` as the only ULID primary key SSoT.
7
+
- Updated note, item, template, type, activity, and repository relationships to use `projectKey`, `ownerKey`, `noteKey`, `typeKey`, and `templateKey`.
8
+
- Updated the Admin DB Viewer to display actual table field names, shorten ULID values to their first 10 characters, and expose the full key through hover/title text.
9
+
- Added Project Journey search across note names, note types, item titles, item details, system guidance, status labels/icons, linked tool contexts, and suggested tool text.
10
+
- Polished Add Item so user-created items can be titled before creation, default to Not Started unless a different status is selected, become selected immediately, and never create disabled system-owned blank rows.
11
+
12
+
## Validation Notes
13
+
- DB Viewer relationship checks now report key-based relationships and continue to show no missing-link or table-bleed diagnostics for valid seed data.
14
+
- Search filters the Summary Table and the selected Note Tree where applicable, and visible Statistics counts are recomputed from the filtered item set.
15
+
- Search clear restores the prior navigation/filter state, including a navigation-click state where no Summary Table row was selected.
- Summary Table sorting, Skipped status, Open/Total formulas, System Generated filter, system template SSoT, and ownership fields.
30
-
- User-created generated note/type/item IDs remain ULID-style and editable/deletable as scoped.
31
-
- System-created items remain template-backed and non-deletable.
32
-
- DB Viewer field casing, Key column, full-key hover titles, read-only behavior, relationship summaries, and no table bleed diagnostics.
33
+
- Project Journey `key`-based mock DB SSoT and key-based relationships across notes, note types, items, templates, and activity.
34
+
- DB Viewer actual field casing, 10-character ULID display, full-key hover titles, read-only behavior, relationship summaries, and no table bleed diagnostics.
35
+
- Project Journey Search filters Summary Table and Note Tree content, recomputes visible counts, and restores the prior navigation/filter state on clear.
36
+
- Add Item creates immediately editable user-created items with pre-entered titles, default Not Started status, and no disabled blank system-created rows.
0 commit comments