feat: task management admin UI at /admin/tasks #7
No reviewers
Labels
No labels
agent
blocked
agent
new
agent
review
agent
working
complexity
high
complexity
low
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/trippin!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "spec/task-mgmt-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements the task queue admin UI for issue #3.
What's in this PR
queue.ts:restartTask,listTasks,getTask— all writes still go throughqueue.tsas the sole writer/admin/tasks: filter by type, status, run_after; paginated table (100/page); empty-state copy/admin/tasks/:id: sameTaskListPagecomponent with drawer open/admin/tasks/:id/index.json: returns task row or 404restartTask, 302 back to detailTests
Validation
just checkandjust test::unitspass.just validatepasses except the pre-existingdeno auditfailure (same 8 vulnerabilities onmainbefore this change).Closes #3
spec: task management admin UI (#3)to feat: task management admin UI at /admin/tasks