You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,7 @@ The core domain in `packages/core/src/domain/` covers the entities the plan call
238
238
-`DocEditor` now keeps that selection-sync effect above its null guard so hook ordering stays valid even if future refactors ever allow the component to see a transient `bundle === null`
239
239
- roadmap lanes now show milestone target dates, completed/total/percent progress, dependency indicators from `relationshipsForItem()`, explicit date inputs, milestone reassignment controls, and inline invalid-range feedback while preserving date-only semantics through `item.update`; clearing Start or Due clears only that side of the range
240
240
- calendar now keeps the month grid and adds a derived agenda for upcoming item start/due dates plus active reminders; reminder agenda rows use the reminder's IANA timezone to decide the visible date, boundary filtering keeps reminders visible when their local display date and UTC date straddle the agenda start, agenda links use existing work-item routes, and the feature does not introduce a calendar-specific storage model
241
+
- calendar scheduled-work creation intentionally creates ordinary work items through the shared `CreateItemDialog` and `item.create` command, not a separate calendar-event entity; day-cell add buttons prefill the explicit cell `dueDate`, the toolbar opens the same dialog without carrying the hidden month `anchor` date, and the dialog exposes editable Start/Due date fields plus the existing type/status/priority/assignee controls
241
242
- bug triage now exposes a visible `New bug` action in the intake column, maps software-project `inbox` bugs into Intake, opens the shared create dialog with the correct intake status preselected, and limits Intake's planned-status fallback so custom workflows can still populate Ready; `buildBugTriageColumns()` is shared with overview so accepted Ready bugs do not reappear as intake pressure
242
243
- bug triage cards are now `<article>` surfaces with an internal item link and real form controls, not whole-card links, so triage buttons/selects are valid and testable; accept/decline/assign dispatch `item.update`, decline resolves to an existing canceled status or completed fallback before dispatching, snooze dispatches `reminder.create`, and duplicate linking opens a picker modal before dispatching `relationship.create` with `relatesTo`
243
244
- bug triage toolbar now includes severity and priority filters, cards can edit severity/priority plus plugin-owned source/context data stored under `moduleData.bug`, and the optional Workflow setting blocks Accept/Decline out of intake until a bug has either severity or priority
@@ -302,7 +303,7 @@ The core domain in `packages/core/src/domain/` covers the entities the plan call
302
303
- table bulk status/priority/assignee editing across selected rows, including selections hidden by a local filter
303
304
- overview route summaries, default root-to-overview routing for open projects, project create/open/demo/import landing on overview, future-only reminders, and triage-lane bug intake matching the bug board
304
305
- roadmap milestone progress, dependency indicators, date inputs, independent date clearing, and milestone reassignment controls
305
-
- calendar agenda rendering from item dates and timezone-local reminder dates
306
+
- calendar agenda rendering from item dates and timezone-local reminder dates, plus dated work-item creation from calendar day cells
306
307
- trash restore and confirmed permanent deletion for work items, documents, and attachments
307
308
- document soft-delete cleanup for document-scoped reminders and attachments, including reminder restoration from the document trash payload
308
309
- document permanent-delete cleanup for document-scoped reminders and attachments
@@ -477,6 +478,7 @@ The core domain in `packages/core/src/domain/` covers the entities the plan call
477
478
- adding table visible-row selection and bulk status/priority/assignee updates through existing `item.update` commands
478
479
- expanding roadmap lanes with target dates, progress, relationship-based blocked indicators, date controls, invalid-range feedback, and milestone reassignment
479
480
- adding a calendar agenda derived from item start/due dates and reminders
481
+
- adding calendar day-cell creation for dated work items through the shared create dialog
480
482
- turning bug triage into an actionable workflow with filters plus accept, decline, snooze, owner assignment, and duplicate-link actions
481
483
- adding backlog shared filters and table column visibility plus command-backed inline status, priority, assignee, milestone, and due-date edits
482
484
- adding focused core and UI regression coverage for saved-view filters, viewbar rendering, default board routing, backlog saved views, board saved views, and table inline/editable saved views
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The MVP implementation is in place. The current build supports:
14
14
-**Table** with accessible sortable header buttons, corrected priority/updated sorting, saved working views, shared filters, column visibility and saved column order, row selection that survives filter changes, bulk status/priority/assignee edits, inline status/priority/assignee/milestone/due-date edits, custom-field columns, and shared metadata badges
15
15
-**Docs** with Markdown editing, sanitized rendering, internal embeds, command-backed sections, reusable document templates, in-surface doc search, linked-work and backlink context panels, router-safe in-app navigation for preview links, stale document-route recovery, correct pane updates when switching documents, draft-preserving editor resets, shared confirmation for document deletion, and safe navigation to the next active document after deleting the open one
16
16
-**Roadmap / timeline** with date drag/resize, milestone lanes, milestone progress and target dates, dependency indicators, explicit date controls that clear each side of a range independently, milestone reassignment, invalid-range feedback, and shared zoom/anchor controls
17
-
-**Calendar** with accessible month navigation controls, month grid, date-based item visibility, and an agenda for upcoming start/due dates and timezone-aware reminders that stay visible around UTC/local day boundaries
17
+
-**Calendar** with accessible month navigation controls, month grid, date-based item visibility, explicit day-level scheduled-work creation through the shared work-item dialog, and an agenda for upcoming start/due dates and timezone-aware reminders that stay visible around UTC/local day boundaries
18
18
-**Bug triage** with severity, priority, source/context metadata, reproduction steps, expected/actual behavior, environment, affected version, shared work-card metadata, practical triage filters, accept/decline/snooze/assign actions, a searchable duplicate-link picker, configurable severity-or-priority intake gates, workflow-safe decline handling, and a visible new-bug entry point that defaults to the Intake lane without starving Ready in custom planned workflows
19
19
-**My work** filtered to the locally selected member with a real member select control, shared work rows, and assigned-to-me creation
20
20
-**Search** across items, docs, comments, and labels with shared search controls and grouped results
Copy file name to clipboardExpand all lines: docs/plans/July 2026 plan.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@ This combines the original saved-views slice and backlog/table parity slice into
418
418
419
419
**Intent:** Make planning across dates and milestones useful without becoming heavyweight scheduling software.
420
420
421
-
**Delivery note:** This scope was bundled into the July Planning Workflow milestone PR alongside table bulk actions, bug triage actions, calendar agenda, and the project overview route.
421
+
**Delivery note:** This scope was bundled into the July Planning Workflow milestone PR alongside table bulk actions, bug triage actions, calendar agenda, and the project overview route. A follow-up added calendar day-cell creation for dated work items through the shared create dialog instead of adding a separate calendar-event entity.
422
422
423
423
**Files:**
424
424
@@ -434,6 +434,7 @@ This combines the original saved-views slice and backlog/table parity slice into
434
434
-[x] Show explicit invalid-range feedback.
435
435
-[x] Support moving items between milestone lanes.
436
436
-[x] Add an agenda-style calendar list for upcoming start/due dates and reminders.
437
+
-[x] Add day-level scheduled-work creation from the calendar using normal work items with editable type/status/priority/assignee/start/due fields.
0 commit comments