bobbylite / bobbylite/hermes-admin-dashboard

Dashboard: cannot delete cron jobs

未关闭
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement priority: low
主要语言
TypeScript
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

## Problem
The dashboard displays scheduled cron jobs but there is no way to delete/remove a cron job from the UI. Users have to fall back to the CLI/API to remove a job.

## Expected behavior
- Each cron job row/card has a delete action (with a confirmation prompt to avoid accidental deletion).
- Deleting a job in the dashboard actually removes it from the scheduler (calls the backend's remove endpoint) and updates the UI list immediately.
- Errors from the backend (e.g. job not found) are surfaced to the user instead of failing silently.

贡献指南

这个仓库没有索引到贡献指南

调研方向

Look for the dashboard component that lists cron jobs, likely in a file like `src/components/CronJobList.tsx` or similar. Identify the backend endpoint for removing a cron job (probably a DELETE request). Add a delete button to each job row, implement the API call, handle success/error responses, and update the UI state. Test by running the dashboard and verifying jobs can be deleted with confirmation.

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
backend-api-design, frontend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
描述清楚
新手友好度
65/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。