20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
# Frontend Agent Task List
|
|
> Use this file to track steps for complex features or bug fixes.
|
|
> **Status:** 🔵 Active - Launcher Stabilization complete.
|
|
|
|
## 📋 Active Task: Badge Rendering Fix
|
|
- [x] **Step 1:** Investigate `event_badge_template` table for corrupted numeric IDs. (Confirmed Fine / Database Integrity OK)
|
|
- [ ] **Step 2:** Verify Pydantic model alignment in backend for Badge types.
|
|
- [ ] **Step 3:** Implement field editing for "Full Name", "Title", "Affiliations" using `Element_ae_crud_v2`.
|
|
- [ ] **Step 4:** Coordination (Handshake with Backend regarding MariaDB schema integrity).
|
|
- [ ] **Step 5:** Finalize & Commit.
|
|
|
|
## 🚧 Upcoming High Priority
|
|
- **CRUD v2 Refactor:** Implement V3 API alignment for `Element_ae_crud_v2.svelte`.
|
|
- **Temp Cleanup:** Auto-removal of native `.tmp` files older than 24h.
|
|
|
|
## 📝 Session Notes (Feb 11, 2026)
|
|
- **Resolved:** Launcher Session Selection Hang.
|
|
- **Pattern:** Implemented "Navigation Shield" and "Side-Effect Purge" to stop reactivity loops.
|
|
- **Linter:** Fixed missing Lucide icon imports.
|