bobbylite / bobbylite/hermes-admin-dashboard
Dashboard: cannot delete cron jobs
- 主要言語
- 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