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

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

EPIC-SPLIT: Add frontend for Update Courses Database Job #10

Open MeDotE opened 2 months ago

MeDotE commented 2 months ago

Split from issue #5

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 Criteria