diff --git a/ROADMAP.md b/ROADMAP.md index 80e174a..b90b559 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -209,18 +209,19 @@ --- -### 1.12 `[LIGHT]` Registratura — Increase Linked-Entry Selector Limit +### ✅ 1.12 `[LIGHT]` Registratura — Increase Linked-Entry Selector Limit -**What:** The linked-entry selector in `registry-entry-form.tsx` shows only first 20 entries (`.slice(0, 20)`). Add a search/filter field to find entries by number or subject, and remove the 20 limit. -**Files to modify:** `src/modules/registratura/components/registry-entry-form.tsx` +**What:** Added search/filter input (by number, subject, sender) to the linked-entry selector. Removed `.slice(0, 20)` cap. Also improved chip labels to show truncated subject. +**Commit:** `cd4b0de` +**Status:** Done ✅ --- -### 1.13 `[LIGHT]` Word XML — Remove POT/CUT Auto-Calculation +### ✅ 1.13 `[LIGHT]` Word XML — Remove POT/CUT Auto-Calculation -**What:** The xlsx says POT/CUT auto-calculation is "not needed". The toggle exists but the auto-injection code in `xml-generator.ts` should be removed. Keep the fields, just remove the auto-compute logic. -**Files to modify:** `src/modules/word-xml/services/xml-generator.ts` -**User action needed:** Confirm this should be removed. +**What:** Removed `computeMetrics` entirely from `XmlGeneratorConfig`, `generateCategoryXml`, `generateAllCategories`, `downloadZipAll`, `useXmlConfig`, `XmlSettings`, and `WordXmlModule`. Fields kept; auto-injection removed. +**Commit:** `eaca24a` +**Status:** Done ✅ --- diff --git a/SESSION-LOG.md b/SESSION-LOG.md index c554a48..29c6287 100644 --- a/SESSION-LOG.md +++ b/SESSION-LOG.md @@ -4,7 +4,28 @@ --- -## Session — 2026-02-19 (GitHub Copilot - Claude Sonnet 4.6) [continued] +## Session — 2026-02-19 (GitHub Copilot - Claude Sonnet 4.6) [continued 2] + +### Completed + +- **Task 1.12: Registratura — Linked-Entry Selector Search** ✅ + - Added search input (by number, subject, sender) to `registry-entry-form.tsx` + - Removed `.slice(0, 20)` cap — all entries now searchable + - Chip labels now show truncated subject alongside entry number + - Commit: `cd4b0de` + +- **Task 1.13: Word XML — Remove POT/CUT Auto-Calculation** ✅ + - Removed `computeMetrics` from `XmlGeneratorConfig` type, `generateCategoryXml`, `generateAllCategories`, `downloadZipAll`, `useXmlConfig`, `XmlSettings`, `WordXmlModule` + - Removed POT/CUT auto-injection logic entirely; fields can still be added manually + - Removed unused `Switch` import from `xml-settings.tsx` + - Commit: `eaca24a` + +### Notes + +- Phase 1 (13 tasks) now fully complete ✅ +- Next: **Phase 2** — Hot Desk module (new module from scratch) + +--- ### Completed