Saving notes and todo updates

This commit is contained in:
Scott Idem
2026-01-06 15:51:19 -05:00
parent 0e93514262
commit 076ac1e662
2 changed files with 19 additions and 23 deletions

11
TODO.md
View File

@@ -65,18 +65,19 @@ This is a list of tasks to be completed before the next event/show/conference.
### 4. Person Management
- [ ] **Enhance:** Improve the existing person management components under `/core/person`.
- [ ] **Enhance:** Improve the existing person management components under `/core/people`.
- [ ] **UI:**
- [ ] Create a dedicated page for creating new person records.
- [ ] Add search and filtering capabilities to the person list.
- [x] Implement searchable person list (`Comp_person_search`).
- [ ] Create a dedicated page/form for creating and editing person records.
- [x] Implement User-Person linking UI in the detail page.
### 5. User Management
- [x] **Route:** Create a new route at `/core/users`.
- [x] **UI:**
- [x] Create a `+page.svelte` to list all users.
- [ ] Create a `[user_id]` dynamic route to view and edit user details, including permissions.
- [ ] Implement a component to link users to person records.
- [x] Create a `[user_id]` dynamic route to view and edit user details, including permissions.
- [x] Implement logic to link users to person records.
### 6. Shared Lookup Lists