Open github-actions[bot] opened 1 week ago
The current behavior deletes an entry from the job log if it is running. Once completed, the entry will be added to the job log with a new id.
Link to pull request: https://github.com/ucsb-cs156-f24/proj-courses-f24-01/pull/20
See also: #48 which is related!
User Story
Discussion
At present, the job log grows without bound.
It would be helpful to have a button on the Admin Jobs page labelled "[Purge Job Log]" that would remove all records from the job log table.
Acceptance Criteria
Implementation Todos
Backend:
Frontend:
["/api/jobs/all"]
so that the list of jobs will be refreshed (as it should then be empty).