ucsb-cs156-m23 / proj-happycows-m23-10am-4

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-4/
0 stars 1 forks source link

FEATURE: Added API Endpoints for individual Update health and cow milking jobs #92

Closed MPriston closed 1 year ago

MPriston commented 1 year ago

Overview

In this new and revised PR, we introduce the changes requested on PR #81 and introduce new API endpoints that will allow the admin to specify a common when running the milking of the cows and updating cow health jobs

DEPENDENCIES

In order for this PR to be merged PR #91 needs to be merged first!! (Update... it was merged)

Screenshots (Optional)

image image image image

Validation (Optional)

  1. Download this branch.
  2. Run the project.
  3. Go to this swagger.
  4. Test new API Endpoints.

Tests

Linked Issues

Closes #44

MPriston commented 1 year ago

Decided to create a new PR from the previous #81