EdmundTangg / pe

0 stars 0 forks source link

Adding of high valued price items #2

Open EdmundTangg opened 2 months ago

EdmundTangg commented 2 months ago

As seen, when I try to add an item, and input 99999999 for my buy price, it automatically rounds up to 100000000, which is not the exact price I input. This may cause confusion for the users.

image.png

soc-se-bot commented 2 months ago

Team's Response

Noted that it happens when adding buy price of 99999999 and above. However, while the buy price on list_items appears to be rounded up, when you sell or do any transactions with the item, it still takes in the correct price. image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: I disagree with the tester.

  1. The tester has already acknowledged that this is a bug (feature bug), which is due to inproper parsing of large numbers in their application.

  2. When I sell or do any transactions with the item, it takes in and displays the wrong price. Worse still, it sort of 'crashes', as seen in the picture below with nothing being displayed at all .

image.png

Hence, I stand my ground on this bug.


## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** This is a feature bug. The user enters a large number and the other features are not able to present the correct price or worse still, not displaying anything due to inproper parsing of large numbers. Hence, I stand my ground on this bug as [severity.Medium]