ucsb-cs156-s24 / proj-courses-s24-4pm-1

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-1/
0 stars 0 forks source link

EPIC: Add frontend for Jobs that don't have one #6

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

Have you updated the title?

As a...

admin

I can...

launch all jobs for which there are currently swagger endpoints

So that...

launching jobs is more convenient

Discussion

On the admin menu, there is a Manage Jobs item:

image

That leads to this page:

image

However, at least one of these (Update Grade Data) is not implemneted:

image

Implementing that can be an issue.

In addition, you can look at the jobs endpoints on Swagger:

image

If there are any remaining jobs for which there is an endpoint on swagger, but NOT a way for the admin to launch it from the menu, adding those can be an issue to work on.

Acceptance Criteria

Implementation Todos

Look at the code for existing jobs to see how to implement this.