Implement task detail view (GET /tasks/:id)

t-1o2g8gugkr1.3·WorkTask·
·
·
·Omni/Jr.hs
Parent:t-1o2g8gugkr1·Created3 months ago·Updated3 months ago

Dependencies

Description

Edit

Add task detail page:

  • GET /tasks/:id route with Capture for task ID
  • Show full task info: title, type, status, priority, namespace, parent, dependencies, description, timestamps
  • Dependencies shown as clickable links to their detail pages
  • Status update form: dropdown with all statuses + Submit button
  • If task has parent, show link to parent
  • If task is epic, show list of child tasks
  • 404 page if task not found

Timeline (0)

No activity yet.