What to build
The Comments/Edit page is a stub with a TODO. Implement an UpdateComment command in Application and wire the page via direct ICommandHandler injection (the backlog's IMessageHandler wording predates the mediator removal). A user can edit their own comment; the change persists and renders on the map/list.
Acceptance criteria
Blocked by
None (can start immediately).
What to build
The Comments/Edit page is a stub with a TODO. Implement an
UpdateCommentcommand in Application and wire the page via directICommandHandlerinjection (the backlog'sIMessageHandlerwording predates the mediator removal). A user can edit their own comment; the change persists and renders on the map/list.Acceptance criteria
record UpdateCommentCommand : ICommand[<TResult>]+sealedhandler with constructor DI, page model injectsICommandHandler<UpdateCommentCommand, ...>directly.Blocked by
None (can start immediately).