generated from pascalmartineau/wp-skeleton
minor: update tasks
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
## 🚨 CRITICAL WORKFLOW REQUIREMENTS
|
||||
|
||||
### Before Starting ANY Work Session:
|
||||
1. **ALWAYS read `PLANNING.md`** - Contains current project status, decisions, and context
|
||||
2. **Check `TASKS.md`** - Review all pending tasks and their priorities
|
||||
1. **ALWAYS read `.claude/PLANNING.md`** - Contains current project status, decisions, and context
|
||||
2. **Check `.claude/TASKS.md`** - Review all pending tasks and their priorities
|
||||
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
|
||||
|
||||
### 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
|
||||
- Prioritize tasks based on current project phase
|
||||
- Document dependencies and blockers
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user