Files
ProjectE/drizzle/meta/_journal.json
T
bot-hermes b814a4788d feat: add 5 PM features — custom statuses, Gantt, quick-add, automations, notifications
- Custom workflow statuses: per-project configurable status definitions
  replacing the fixed task_status enum. Each project defines its own
  workflow with drag-to-reorder, color coding, and category mapping.
- Gantt/timeline view: full project roadmap with task bars, dependency
  arrows, milestone diamonds, zoom levels (day/week/month), and drag
  to reschedule.
- Natural-language quick-add: NLP parser extracts dates, priorities,
  projects, labels, and recurrence from free text. Floating bar with
  'n' shortcut and live parsed preview.
- Automation rules: no-code trigger-action system per project. Triggers
  on status change, task creation, due date approaching. Actions set
  status/priority, add labels, create notifications.
- Notification center: in-app bell icon with unread badge, slide-out
  panel, real-time SSE updates, mark read/all read. Replaces raw
  activity feed dropdown.

Schema: adds status_definitions, automation_rules, notifications tables.
Migrations: 0007, 0008, 0009. 41 NLP parser tests pass.
2026-08-19 10:54:29 +00:00

76 lines
1.5 KiB
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1785317538917,
"tag": "0000_outstanding_zuras",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1785323079216,
"tag": "0001_warm_eternity",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1785324000000,
"tag": "0002_steep_black_widow",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1785325253083,
"tag": "0003_amazing_saracen",
"breakpoints": true
},
{
"idx": 4,
"version": "7",
"when": 1785455000000,
"tag": "0004_add_owner_id_to_domains",
"breakpoints": true
},
{
"idx": 5,
"version": "7",
"when": 1785557679802,
"tag": "0005_search_vector_trigger",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1786392464857,
"tag": "0006_minor_doctor_octopus",
"breakpoints": true
},
{
"idx": 7,
"version": "7",
"when": 1786800000000,
"tag": "0007_custom_task_statuses",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1786900000000,
"tag": "0008_automation_rules",
"breakpoints": true
},
{
"idx": 9,
"version": "7",
"when": 1786920000000,
"tag": "0009_notifications",
"breakpoints": true
}
]
}