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: When cows are sold, the selling prices is adjusted based on cow health #70

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

User Story

Discussion

Currently, the cow prices is the price at which cows are both bought and sold. Instead, we want cows to be sold at a fraction of the cow price based on cow health.

Formula: Selling Price = Cow Price * Cow Health

Acceptance Criteria

Implementation Todos

github-actions[bot] commented 1 year ago

Copied from https://github.com/ucsb-cs156/proj-happycows/issues/70