diff --git a/TODO-Legacy.md b/TODO-Legacy.md index e05693b..111bdb3 100644 --- a/TODO-Legacy.md +++ b/TODO-Legacy.md @@ -9,10 +9,10 @@ Purpose: Track features and workflows from legacy Paradox (.SC) scripts to port - [x] CSV import: one-time and repeatable import from legacy CSVs - Example: Import `old-database/Office/FILES.csv` into `files` table; validate required fields and normalize dates; log row count and any rejects. -- [ ] Answer table pattern for query results +- [x] Answer table pattern for query results - Example: After searching `Rolodex`, show a paginated results view with bulk actions (reports, document assembly, return to full dataset). -- [ ] Field prompts/help (tooltips or side panel) +- [x] Field prompts/help (tooltips or side panel) - Example: When focusing `Files.File_Type`, show: "F1 to select area of law" as inline help text. - [ ] Structured logging/audit trail @@ -94,7 +94,7 @@ Purpose: Track features and workflows from legacy Paradox (.SC) scripts to port ### Plan Info - [ ] CRUD for plan catalog - - Example: Add a plan with `Plan_Id = \"ABC-123\"`, `Plan_Type = DB`, and memo details; searchable in Pensions and QDRO. + - Example: Add a plan with `Plan_Id = "ABC-123"`, `Plan_Type = DB`, and memo details; searchable in Pensions and QDRO. ### Pensions (annuity evaluator) - [ ] Life Expectancy Method (uses `LifeTabl`) diff --git a/app/__pycache__/main.cpython-313.pyc b/app/__pycache__/main.cpython-313.pyc index 748beca..64d47ab 100644 Binary files a/app/__pycache__/main.cpython-313.pyc and b/app/__pycache__/main.cpython-313.pyc differ diff --git a/app/templates/case.html b/app/templates/case.html index 7d65444..a142655 100644 --- a/app/templates/case.html +++ b/app/templates/case.html @@ -133,11 +133,12 @@ Case {{ case.file_no if case else '' }} · Delphi Database