-
77a45715c0
feat(projects): add project edit dialog with dropdown menu and archive confirmation
bot-hermes
2026-07-29 19:23:45 +00:00
-
bfada34ead
feat: add time tracking UI with timer and clock icon on kanban cards
bot-hermes
2026-07-29 19:22:36 +00:00
-
-
-
a6ac7c3fb6
feat(habits): add habit edit dialog with dropdown menu and delete confirmation
bot-hermes
2026-07-29 19:22:29 +00:00
-
-
-
1a0704e0f2
feat(settings): add Tags management tab with create/edit/delete UI
bot-hermes
2026-07-29 19:22:27 +00:00
-
-
-
28d01f3839
feat(kanban): inline task creation in columns
bot-hermes
2026-07-29 19:21:41 +00:00
-
-
3708505b00
fix: remove completionMode/color/icon from habits route (not in schema)
bot-hermes
2026-07-29 18:50:32 +00:00
-
f5121f3b8d
fix: rewrite /api/tasks, /api/habits, /api/projects to use Drizzle ORM instead of PocketBase stub
bot-hermes
2026-07-29 18:48:10 +00:00
-
0de8f3837f
fix: restore domainId prop to TasksKanbanView and TasksListView
bot-hermes
2026-07-29 15:26:02 +00:00
-
bc27e3e4bc
fix: wrap tasks page in RealtimeProvider to prevent useRealtimeContext error
bot-hermes
2026-07-29 15:23:54 +00:00
-
dbce018ce5
fix: use sql tagged template for pg_notify instead of db.execute
bot-hermes
2026-07-29 13:07:03 +00:00
-
83befd6a84
fix: activity.ts pg_notify syntax and graph-service.ts sections empty inArray
bot-hermes
2026-07-29 13:03:55 +00:00
-
4089d7464c
fix: use whitelist sort columns in domains route to fix TypeScript error
bot-hermes
2026-07-29 12:59:20 +00:00
-
f5463f21b0
fix: rewrite /api/domains route to use Drizzle ORM instead of PocketBase stub
bot-hermes
2026-07-29 12:57:06 +00:00
-
700d1456ac
fix: remove .unref() from middleware setInterval (Edge Runtime incompatibility)
bot-hermes
2026-07-29 12:47:39 +00:00
-
ed3d3ae8d1
fix: rename [id] to [domainId] in domains API route to resolve Next.js param conflict
bot-hermes
2026-07-29 12:44:41 +00:00
-
326af9fd48
fix: rename [id] to [projectId] in projects API route to resolve Next.js param conflict
bot-hermes
2026-07-29 12:39:08 +00:00
-
4f0010fe40
Merge rrule import fix
bot-hermes
2026-07-29 12:30:17 +00:00
-
-
30e775a809
fix(worker): use CJS-compatible rrule import for Node ESM runtime
Hermes Coding Manager
2026-07-29 08:30:10 -04:00
-
33f1009946
Merge v2 full rewrite (P1-P6)
bot-hermes
2026-07-29 12:25:13 +00:00
-
-
813c97a016
chore(integration): fix lint warnings (react-hooks/exhaustive-deps, react/no-unescaped-entities, unused-vars)
Hermes Coding Manager
2026-07-29 08:16:22 -04:00
-
0aef472252
chore(integration): drop dead 'cli' script referencing removed packages/cli
Hermes Coding Manager
2026-07-29 08:10:08 -04:00
-
d7320be5e3
chore(integration): drop broken @project-e/cli, add eslint config
Hermes Coding Manager
2026-07-29 08:09:59 -04:00
-
e604ff290b
Phase 6: MCP + Webhooks + Worker + Polish
Hermes Coding Manager
2026-07-29 08:06:13 -04:00
-
-
41f514bf15
Phase 5: Calendar + Dashboard + Search
Hermes Coding Manager
2026-07-29 08:06:12 -04:00
-
-
71e81fb77a
Phase 4: Notes + Graph + Wikilinks
Hermes Coding Manager
2026-07-29 08:06:12 -04:00
-
-
c8ca0c5c43
Phase 3: Habits + Projects
Hermes Coding Manager
2026-07-29 08:06:10 -04:00
-
-
8dcf4ef0b8
Phase 2: Tasks
Hermes Coding Manager
2026-07-29 08:06:07 -04:00
-
-
7307332ff3
Phase 1: Foundation (schema + auth + realtime + shell)
Hermes Coding Manager
2026-07-29 08:06:04 -04:00
-
-
e5b7d9e2ee
feat: Phase 6 - MCP + Webhooks + Worker + Polish
mbatchelder
2026-07-29 08:03:28 -04:00
-
-
eba1d78fb9
feat: Phase 5 - Calendar + Dashboard + Search
mbatchelder
2026-07-29 07:32:47 -04:00
-
-
40a26d2672
feat: Phase 4 - Notes + Graph + Wikilinks
mbatchelder
2026-07-29 06:56:23 -04:00
-
-
064a46f97d
feat: Phase 3 - Habits + Projects CRUD API, frontend, completions, sections
mbatchelder
2026-07-29 06:37:37 -04:00
-
-
1fcd12fc14
fix: exclude __tests__ from typecheck to avoid jest/next types conflict
mbatchelder
2026-07-29 06:18:05 -04:00
-
d7762143bb
test: add Vitest API tests for tasks routes
mbatchelder
2026-07-29 06:14:44 -04:00
-
b6e2ab415e
feat: Phase 2 - Tasks CRUD API, kanban/list UI, dialogs, activity feed, keyboard shortcuts
mbatchelder
2026-07-29 06:12:35 -04:00
-
-
b3ff23a5f0
feat: Phase 1 foundation - schema, auth, realtime, shell
mbatchelder
2026-07-29 05:53:13 -04:00
-
-
c5e996326c
Merge PR #9: Full UX audit fixes
bot-hermes
2026-07-28 22:00:19 +00:00
-
-
e21028a64c
fix: search route - in-process substring match for cross-entity search
bot-hermes
2026-07-28 21:54:50 +00:00
-
-
9ddab4e5a5
fix: round 3 UI gaps - habit edit dialog, domain edit, empty states, domain name resolution
bot-hermes
2026-07-28 15:02:01 +00:00
-
a06d34264d
fix: compute project progress, task_count, completed_count in detail API
bot-hermes
2026-07-28 14:41:07 +00:00
-
945dd8904a
fix: allow null due_date in task schema for PATCH updates
bot-hermes
2026-07-28 14:20:03 +00:00
-
b76ba9f5c0
fix: notes page default domain should be empty (fetched from API)
bot-hermes
2026-07-28 13:57:20 +00:00
-
80834ef121
fix: notes page fetches domains on mount for domain name resolution
bot-hermes
2026-07-28 13:54:18 +00:00
-
640994c9c1
fix: projects page re-fetches on refreshKey change
bot-hermes
2026-07-28 13:45:55 +00:00
-
b45248be87
fix: resolve domain UUIDs in tasks list view
bot-hermes
2026-07-26 01:25:41 +00:00
-
af7d05be0f
fix: 7 UX bugs across dashboard, tasks, projects, calendar, settings
bot-hermes
2026-07-26 01:22:41 +00:00
-
953a947874
fix: resolve 15+ UX issues across the full app
bot-hermes
2026-07-25 02:22:01 +00:00
-
73335484f8
feat: migrate from PocketBase to PostgreSQL with Drizzle ORM
mbatchelder
2026-07-24 07:08:29 -04:00
-
6c438eab32
feat: add admin CLI for project management
mbatchelder
2026-07-24 07:02:11 -04:00
-
ec33544172
fix: calendar, habits, analytics PB 0.25 compat (#6)
bot-hermes
2026-07-19 19:39:41 -04:00
-
-
a21c1606c9
fix: calendar filter, habit service, PB 0.25 field compat
bot-hermes
2026-07-19 23:39:20 +00:00
-
-
e76f60e4de
fix: PB 0.25 compat — empty filter/sort and created/updated fields (#5)
bot-hermes
2026-07-19 11:03:46 -04:00
-
-
327c5bf733
fix: handle empty filter param and add created/updated fields for PB 0.25 compat
bot-hermes
2026-07-19 15:03:15 +00:00
-
-
a45a2a0bb2
fix: add apps/web/public/.gitkeep for Docker build
bot-hermes
2026-07-19 00:10:16 +00:00
-
22da26d6e9
fix: resolve Zod v4 record type error and worker TS compilation (#1)
bot-hermes
2026-07-18 20:04:57 -04:00
-
-
301f4ea5ce
fix: resolve Zod v4 record type error and worker TypeScript compilation
bot-hermes
2026-07-19 00:03:43 +00:00
-
-
4c1cc50231
feat: update ProjectE application
mbatchelder
2026-07-18 19:05:52 -04:00
-
8f55626e03
refactor: migrate to monorepo structure with Docker, PocketBase, and e2e tests
mbatchelder
2026-07-16 06:19:58 -04:00
-
ec14645a4b
chore: initial prototype — UI shell with mock data on vinext/Cloudflare stack
mbatchelder
2026-07-13 06:38:40 -04:00