## Goal Users can create goals and the AI generates a detailed timetable with phases, milestones, and daily actions. ## Checklist - [ ] Functional test: Alex creates "Pass JLPT N4 in 60 days", Ima generates a timetable - [ ] Goal model (title, category, deadline, status, daily_time_minutes) - [ ] Milestone model - [ ] DailyAction model - [ ] Goal CRUD API - [ ] Timetable generation service (AI-powered, mocked in tests) - [ ] Action scheduling service - [ ] Goal store (Zustand) - [ ] Frontend: Goal creation form - [ ] Frontend: Goal detail + timetable view ## Branch `feat/goals`
Goal
Users can create goals and the AI generates a detailed timetable with phases, milestones, and daily actions.
Checklist
Branch
feat/goals