xtablo-source/supabase/migrations
Arthur Belleville 2b09dd4093
Add due_date field to tasks and implement roadmap feature
- Add due_date column to tasks table with Supabase migration
- Update database types and tasks_with_assignee view
- Add DatePicker to TaskModal for setting due dates
- Display due dates on KanbanTaskCard, list view, and Etapes section
- Enable Roadmap tab on both Tasks page and Tablo Details page
- Add RoadmapView components with timeline grouped by Etape
- Highlight overdue dates in red across all views

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-24 10:07:47 +01:00
..
20251105074514_remote_schema.sql Add migrations + tests 2025-11-06 08:38:38 +01:00
20251115211024_create_tasks_table.sql Add task management 2025-11-15 22:58:18 +01:00
20251116093421_create_notifications_table.sql Add db migrations + tests 2025-11-16 20:34:33 +01:00
20251116175557_update_notif_trigger.sql Add db migrations + tests 2025-11-16 20:34:33 +01:00
20251116185449_fix_actor_notif_trigger.sql Add db migrations + tests 2025-11-16 20:34:33 +01:00
20251116211132_remove_notice_and_add_translation.sql Translate notifications 2025-11-16 22:28:07 +01:00
20251117213349_add_parent_tasks.sql First version of parent tasks 2025-11-18 09:53:29 +01:00
20251122000000_deprecate_tablo_status.sql Ship ship ship the new features (tasks, etapes, notifs) 2025-11-22 17:22:57 +01:00
20251122000001_fix_tests_after_status_deprecation.sql Ship ship ship the new features (tasks, etapes, notifs) 2025-11-22 17:22:57 +01:00
20251124211154_add_beta_plan.sql Add beta plan + upsell modals + block past_due users 2025-11-24 23:09:14 +01:00
20251124212932_add_created_at_to_profiles.sql Add beta plan + upsell modals + block past_due users 2025-11-24 23:09:14 +01:00
20251201163807_add_is_freemium_available.sql Onboarding + freemium 2025-12-01 19:34:30 +01:00
20251202203228_fix_tablo_status.sql Onboarding 2025-12-02 21:42:35 +01:00
20260224000000_add_due_date_to_tasks.sql Add due_date field to tasks and implement roadmap feature 2026-02-24 10:07:47 +01:00