bobbylite / bobbylite/hermes-admin-dashboard

Dashboard: cannot delete cron jobs

Aberta
#2 0 comentários 0 reações 0 responsáveis Ver no GitHub
enhancement priority: low
Linguagem predominante
TypeScript
Estrelas
0
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

## 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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Direção de pesquisa

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.

Escrita pelo modelo de indexação a partir do texto da issue.

Avaliação

Stack de tecnologia
typescript
Domínio
backend-api-design, frontend
Tipo de issue
Funcionalidade
Dificuldade
3/5
Tempo estimado
1-2 dias
Status de atividade
Ativa
Clareza
Claramente especificada
Facilidade para iniciantes
65/100

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.