minor: update TASKS

This commit is contained in:
2025-09-25 15:33:37 -04:00
parent e041408715
commit 3f0d4dbb4e

View File

@@ -143,10 +143,9 @@ Use GitHub-style checkboxes to mark task completion:
- [x] Design reusable content block system <!-- Completed: TheSection.fragment.gql and TheSections.vue -->
- [x] Implement Template CPT integration <!-- Completed: Template CPT created -->
- [x] Create dynamic section rendering system <!-- Completed: TheSections.vue handles dynamic rendering -->
- [ ] Build content editor interface <!-- Missing: Admin content editing interface -->
- [x] Implement section preview in admin <!-- Priority: Low - Enhanced admin experience -->
- [ ] Create additional section components (Hero, Gallery, CTA, etc.) <!-- Priority: Medium - Expand content flexibility -->
- [ ] Implement section preview in admin <!-- Priority: Low - Enhanced admin experience -->
- [ ] Add section styling and layout options <!-- Priority: Medium - Design flexibility -->
- [ ] Add shared section settings (container width, color theme, etc.) <!-- Priority: Medium - Design flexibility -->
### ACF Extended Pro Preview System
- [x] Configure ACF Extended Pro preview templates <!-- Completed: ACF Extended Pro installed -->
@@ -157,9 +156,9 @@ Use GitHub-style checkboxes to mark task completion:
- [x] Test real-time preview functionality
### Content Features
- [ ] Implement image uploads with point-of-interest cropping
- [ ] Create automated URL redirect system
- [x] Implement image uploads with point-of-interest cropping
- [ ] Implement virtual pages (redirect to first child)
- [ ] Create automated URL redirect system
- [ ] Build content search and filtering
- [ ] Create content categorization system
- [ ] Handle richtext content display on frontend <!-- Priority: High - Hijack links for Nuxt navigation, use NuxtImg for images -->