ucsb-cs156-f24 / proj-courses-f24-01

https://ucsb-cs156-f24.github.io/proj-courses-f24-01/
1 stars 0 forks source link

FEATURE: Allow Admin to Purge Job Log #9

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

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:

RealWeston34 commented 1 day 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.

RealWeston34 commented 1 day ago

Link to pull request: https://github.com/ucsb-cs156-f24/proj-courses-f24-01/pull/20