feat: Virtual page redirect, breadcrumb & menu items
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m5s

This commit is contained in:
2025-09-25 21:27:41 -04:00
parent 3f0d4dbb4e
commit e9c92840fc
12 changed files with 155 additions and 134 deletions

View File

@@ -71,7 +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 -->
- [x] Customize MediaItem GraphQL type to include center (x/y) fields <!-- Priority: High - Image cropping and point-of-interest support -->
---
@@ -157,7 +157,7 @@ Use GitHub-style checkboxes to mark task completion:
### Content Features
- [x] Implement image uploads with point-of-interest cropping
- [ ] Implement virtual pages (redirect to first child)
- [x] Implement virtual pages (redirect to first child)
- [ ] Create automated URL redirect system
- [ ] Build content search and filtering
- [ ] Create content categorization system