feature/user-authentication #2

Merged
lasserh merged 31 commits from feature/user-authentication into main 2026-06-07 13:17:55 +02:00
Showing only changes of commit 7ac5f1259b - Show all commits

View file

@ -447,7 +447,7 @@ docs/features/
### Workflow
1. **Create**: Copy `template.md``[feature-name].md`, fill in details
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
5. **Complete**: Set status to `✅ Completed`, document lessons learned
@ -460,6 +460,7 @@ docs/features/
### Best Practices
- 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)
- Be **specific** with tasks (not "implement X", but "create Y service", "add Z endpoint")
- Document **design decisions** and **lessons learned**