minor: update tasks

This commit is contained in:
2025-09-25 13:34:51 -04:00
parent cab4a8fe55
commit dfa2cec646
2 changed files with 5 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ Use GitHub-style checkboxes to mark task completion:
- [x] Configure GraphQL schema for ACF fields <!-- Completed: wpgraphql-acf plugin configured -->
- [x] Test GraphQL queries for all content types <!-- Completed: Basic .gql files created -->
- [x] Set up GraphQL authentication and permissions <!-- Completed: JWT auth configured with includes/graphql/auth.php -->
- [ ] Customize MediaItem GraphQL type to include center (x/y) fields <!-- Priority: High - Image cropping and point-of-interest support -->
---
@@ -161,6 +162,7 @@ Use GitHub-style checkboxes to mark task completion:
- [ ] Implement virtual pages (redirect to first child)
- [ ] 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 -->
### Missing Core Components
- [x] Create TheContributor node component <!-- Not needed: Contributor is backend-only, not publicly displayed -->