Skip to content

Generate dashboard reminders from waiting follow-up dates #50

Description

@alexeygrigorev

Context

The live Operations Home now shows waiting tasks and follow-up metadata from work-engine tasks, and the backend supports status=waiting, waitingFor, and followUpAt. The next step is to turn those fields into first-class reminders instead of relying only on dashboard filtering.

Related: #10, #48.

Acceptance Criteria

  • Waiting tasks with followUpAt <= now create or surface a follow-up-due reminder.
  • Follow-up reminders are visible on the Operations Home without hiding the underlying task/workflow risk.
  • Future waiting tasks remain visible as waiting/tracked work but do not outrank due follow-ups.
  • Operator can resolve a follow-up by either moving the task back to todo or setting a next followUpAt.
  • Reminder behavior is covered by backend tests and frontend model/rendering tests.

Notes

This should build on the waiting task state added in commit d981f47 and avoid a separate reminder-only tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Must havebackendBackend/APIfrontendFrontend UIportalShared portal shell and UXwork-engineDataTasks task execution engine

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions