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

@@ -3,13 +3,13 @@
## 🚨 CRITICAL WORKFLOW REQUIREMENTS ## 🚨 CRITICAL WORKFLOW REQUIREMENTS
### Before Starting ANY Work Session: ### Before Starting ANY Work Session:
1. **ALWAYS read `PLANNING.md`** - Contains current project status, decisions, and context 1. **ALWAYS read `.claude/PLANNING.md`** - Contains current project status, decisions, and context
2. **Check `TASKS.md`** - Review all pending tasks and their priorities 2. **Check `.claude/TASKS.md`** - Review all pending tasks and their priorities
3. **Mark completed tasks immediately** - Update task status as you complete work 3. **Mark completed tasks immediately** - Update task status as you complete work
4. **Add newly discovered tasks** - Document any new tasks you identify during work 4. **Add newly discovered tasks** - Document any new tasks you identify during work
### Task Management Protocol: ### Task Management Protocol:
- Update `TASKS.md` with progress and completion status - Update `.claude/TASKS.md` with progress and completion status
- Add context and notes for future sessions - Add context and notes for future sessions
- Prioritize tasks based on current project phase - Prioritize tasks based on current project phase
- Document dependencies and blockers - Document dependencies and blockers

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] 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] 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 --> - [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) - [ ] Implement virtual pages (redirect to first child)
- [ ] Build content search and filtering - [ ] Build content search and filtering
- [ ] Create content categorization system - [ ] Create content categorization system
- [ ] Handle richtext content display on frontend <!-- Priority: High - Hijack links for Nuxt navigation, use NuxtImg for images -->
### Missing Core Components ### Missing Core Components
- [x] Create TheContributor node component <!-- Not needed: Contributor is backend-only, not publicly displayed --> - [x] Create TheContributor node component <!-- Not needed: Contributor is backend-only, not publicly displayed -->