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

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

FEATURE: Let degradation rate be set in steps of 0.001 (instead of 0.01) #14

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

User Story

Discussion

Mattanjah de Vries has asked for this change specifically:

By the way, I noticed that the degradation rate has a minimum value of 0.01. Could we make that 0.001? That will give me better control, I think.

Acceptance Criteria

Implementation Todos

This is likely a change only to the CommonsForm and the associated tests, possibly just this line in /frontend/src/main/components/Commons/CommonsForm.js

/CommonsForm.js

  step="0.01"
github-actions[bot] commented 1 year ago

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