feature/user-authentication #2
1 changed files with 2 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ docs/features/
|
||||||
### Workflow
|
### Workflow
|
||||||
1. **Create**: Copy `template.md` → `[feature-name].md`, fill in details
|
1. **Create**: Copy `template.md` → `[feature-name].md`, fill in details
|
||||||
2. **Plan**: Set status to `⏳ Planned`, add to `README.md` table
|
2. **Plan**: Set status to `⏳ Planned`, add to `README.md` table
|
||||||
3. **Develop**: Update status to `🚀 In Progress`, check off tasks
|
3. **Develop**: Update status to `🚀 In Progress`, **mark tasks as `[x]` when completed**
|
||||||
4. **Review**: Set status to `🔄 Code Review`, link PR in feature file
|
4. **Review**: Set status to `🔄 Code Review`, link PR in feature file
|
||||||
5. **Complete**: Set status to `✅ Completed`, document lessons learned
|
5. **Complete**: Set status to `✅ Completed`, document lessons learned
|
||||||
|
|
||||||
|
|
@ -460,6 +460,7 @@ docs/features/
|
||||||
|
|
||||||
### Best Practices
|
### Best Practices
|
||||||
- Create a feature file **before** starting development
|
- Create a feature file **before** starting development
|
||||||
|
- **Update task checkmarks as you work** - Mark tasks as `[x]` when completed in the feature file
|
||||||
- Update the file **as you work** (tasks, notes, decisions)
|
- Update the file **as you work** (tasks, notes, decisions)
|
||||||
- Be **specific** with tasks (not "implement X", but "create Y service", "add Z endpoint")
|
- Be **specific** with tasks (not "implement X", but "create Y service", "add Z endpoint")
|
||||||
- Document **design decisions** and **lessons learned**
|
- Document **design decisions** and **lessons learned**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue