Add task creation form. (#9)
Reviewed-on: #9 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
a683a071d1
commit
b0916990fb
6 changed files with 286 additions and 16 deletions
|
|
@ -80,6 +80,8 @@ tasks (id, title, description, status, created_at, updated_at, completed_at)
|
|||
- `just check` - Validate all changes (primary validation command)
|
||||
- `just fmt` - Format code (resolve formatting errors)
|
||||
|
||||
ALWAYS USE `just check` TO VALIDATE YOUR CHANGES INSTEAD OF LANGUAGE SPECIFIC COMMANDS.
|
||||
|
||||
## Current Phase: Core MVP Backend ✅
|
||||
|
||||
**Status**: Backend implementation completed
|
||||
|
|
@ -98,4 +100,4 @@ See `/plan/future_improvements.md` for architectural enhancement opportunities.
|
|||
2. **Phase 3**: Project organization and hierarchical structure
|
||||
3. **Phase 4**: Smart views and anti-overwhelm features
|
||||
4. **Phase 5**: Recurring tasks and advanced scheduling
|
||||
5. **Phase 6**: PWA features and offline capability
|
||||
5. **Phase 6**: PWA features and offline capability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue