nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

Distorted weight graph if there are extreme weight fluctuations #3535

Open nus-pe-bot opened 6 months ago

nus-pe-bot commented 6 months ago

image.png Steps:

  1. weight 4 1
  2. weight 4 5000
  3. Graph shown as per screenshot above, where axis has negative values, which is wrong as weight has no negative values. The 1kg weight also seems as though it is on -9kg. While mentioned in DG that your future enhancement is to limit weight adding to 1 per day, this issue will still occur even if I add step 2 on another day.

Instead, I think you can restrict the weight to be 0 - 200kg, since most people won't weigh up to 5000kg.

Low instead of very low severity because it affects readability of the weight, though it is a rare scenario.


[original: nus-cs2103-AY2324S2/pe-interim#2948] [original labels: type.FunctionalityBug severity.Low]

dillontkh commented 6 months ago

Team's Response

While we agree with the issues stated, they are design considerations and not issues with the functionality of FitBook.

They are valid issues, but fixing them is less important than the work done in the current version of the product.

Duplicate status (if any):

--