docs: update SESSION-LOG and ROADMAP for tasks 1.07 and 1.08

This commit is contained in:
AI Assistant
2026-02-19 06:44:21 +02:00
parent a49dbb2ced
commit 35305e4389
2 changed files with 37 additions and 1 deletions

View File

@@ -157,7 +157,7 @@
**Status:** ✅ Done. Renamed `encryptedPassword``password` in type. Added `company: CompanyId` field. Form now has company selector (Beletage/Urban Switch/Studii/Grup). Password strength meter with 4 levels (slabă/medie/puternică/foarte puternică) based on length + character diversity (upper/lower/digit/symbol). Meter updates live. Build ok, pushat.
### 1.08 `[LIGHT]` IT Inventory — Link assignedTo to Address Book
### 1.08 `[LIGHT]` IT Inventory — Link assignedTo to Address Book
**What:** Change `assignedTo` from free text to an autocomplete that links to Address Book contacts (same pattern as Registratura sender/recipient).
**Files to modify:**
@@ -165,6 +165,8 @@
- `src/modules/it-inventory/components/` — equipment form
- `src/modules/it-inventory/types.ts` — Add `assignedToContactId?: string`
**Status:** ✅ Done. Added `assignedToContactId?: string` field to InventoryItem type. Form now shows autocomplete dropdown filtering Address Book contacts (searches by name or company). Up to 5 suggestions shown. Clicking a contact pre-fills both display name and contact ID. Placeholder "Caută după nume..." guides users. Build ok, pushed.
---
### 1.09 `[STANDARD]` Address Book — vCard Export + Registratura Reverse Lookup