Complete initial V3 CRUD migration for Journals and Badges, fix Journals New Entry button, and update TODO integration roadmap.
This commit is contained in:
21
TODO.md
21
TODO.md
@@ -28,6 +28,27 @@ This is a list of tasks to be completed before the next event/show/conference.
|
||||
|
||||
---
|
||||
|
||||
## Aether API CRUD V3 Integration
|
||||
|
||||
- [ ] **Core API Wrappers:**
|
||||
- [x] Implement GET list and search wrappers (`get_ae_obj_li_v3`, `search_ae_obj_v3`).
|
||||
- [ ] Implement Create (POST) wrappers (`create_ae_obj_v3`, `create_nested_obj_v3`).
|
||||
- [ ] Implement Update (PATCH) wrappers (`update_ae_obj_v3`, `update_nested_obj_v3`).
|
||||
- [ ] Implement Delete (DELETE) wrapper (`delete_ae_obj_v3`).
|
||||
- [ ] Implement single object GET wrapper (`get_ae_obj_v3`).
|
||||
- [ ] **Authentication & Security:**
|
||||
- [ ] Standardize JWT usage in headers for all V3 calls.
|
||||
- [ ] Update file download logic to support JWT in URL parameters.
|
||||
- [ ] **Module Migration:**
|
||||
- [x] **Journals:** Partially migrated (List and Search).
|
||||
- [x] **Events - Badges:** Partially migrated (List and Search).
|
||||
- [ ] Complete migration for Journals (Create, Update, Delete).
|
||||
- [ ] Complete migration for Events - Badges (Create, Update, Delete).
|
||||
- [ ] Migrate Core modules (Accounts, Sites, People).
|
||||
- [ ] Migrate IDAA modules.
|
||||
|
||||
---
|
||||
|
||||
## Codebase Standardization
|
||||
|
||||
### 1. Naming Conventions
|
||||
|
||||
Reference in New Issue
Block a user