Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary iterations of the items added. #923

Closed
Pavana-karanth opened this issue Oct 4, 2023 · 3 comments
Closed

Unnecessary iterations of the items added. #923

Pavana-karanth opened this issue Oct 4, 2023 · 3 comments
Assignees
Labels

Comments

@Pavana-karanth
Copy link

What happened?

When items and expenditure percentage is entered and calculated, for item 1 it gives item 1's calculation and for irem 2 it gives item 1 and item 2's calculations again, the iterations are unnecessary. They only confuse the consumers more.

How can we reproduce this bug?

adding an item one after another is giving wrong format of output.

input- food, 10
output seen: "you have 90% right now"
calculation: Food 1000

input- travel, 20
output seen: "you have 70% right now"
calculation: Food 1000
Travel 2000

Expected output calculation:
Food 1000
Travel 2000

overall output calculation:
Food 1000
Food 1000
Travel 2000

Desktop Information (Optional)

No response

Urgency (Optional)

None

@Pavana-karanth Pavana-karanth added the bug Something isn't working label Oct 4, 2023
@Kushal997-das
Copy link
Owner

@Pavana-karanth For which project you are talking about ?

@Pavana-karanth
Copy link
Author

for the budgeting app in basic category of web development!

@Kushal997-das Kushal997-das added Hold I’m waiting for additional responses before proceeding. Assigned and removed bug Something isn't working labels Oct 6, 2023
@Kushal997-das Kushal997-das removed the Hold I’m waiting for additional responses before proceeding. label Oct 11, 2023
@Kushal997-das
Copy link
Owner

The Issue Going to close soon if you do not send PR within 31ST OCT 12 PM IST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants