• V1.1 b2cf2b2bb7

    V1.1 Stable

    Matthew released this 2025-08-21 06:19:06 -07:00 | 0 commits to main since this release

    🚀 Agent Task Tracker v1.1

    Tasks now live in a clear, stacked board that matches real workflows.

    New

    • Stacked Task Board layout (top to bottom): Waiting On, Assigned to You, Workload Tasks, Completed.
      The Rollover section appears when overdue items exist.
    • Workload Tasks column with its own Add button, new items here are flagged for workload (isWorkload true).
    • Drag and drop between columns with optimistic UI updates, changes are persisted on save.

    🔁 Behavior details

    • Moving to Waiting On sets status: "waiting", clears isWorkload.
    • Moving to Assigned to You sets status: "pending", clears isWorkload.
    • Moving to Workload Tasks sets status: "pending", sets isWorkload: true.

    🧹 Fixes and polish

    • Renamed the main list from To-Do to Assigned to You.
    • Removed a duplicate handleDragOver definition, eliminated compile errors.
    • Rewrote handleDrop with proper try, catch, finally, improved reliability.
    • Unified persistence for moves, now using a full PUT /tasks/{agentId}/{selectedDate}/{taskId} payload for all columns.

    ⚙️ Notes

    • Dev console warnings about Tailwind CDN, in-browser Babel, and Sentry 403 are expected in development.
      For production, use Tailwind with PostCSS or CLI, and precompile scripts.
    Downloads