Rounding errors
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2
- Forks
- 5
- Avg merge
- 42m
- Merged PRs (30d)
- 1
Description
When creating or updating a product, rounding errors on the price can occur. I had it with 0.58 turning into 0.57 and 0.57 into 0.56.
Possibly similar to https://github.com/ZeusWPI/Tab/issues/94
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the product create and update paths that handle prices, then reproduce the reported 0.58-to-0.57 and 0.57-to-0.56 changes; done means prices retain the intended cents during both operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100