Saving notes and todo updates
This commit is contained in:
11
TODO.md
11
TODO.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user