Skip to content

fix(report): clarify plan comparison — negative remaining and Used% column - #91

Closed
PanAchy wants to merge 1 commit into
developfrom
fix/plan-comparison-report-clarity
Closed

fix(report): clarify plan comparison — negative remaining and Used% column#91
PanAchy wants to merge 1 commit into
developfrom
fix/plan-comparison-report-clarity

Conversation

@PanAchy

@PanAchy PanAchy commented Jun 7, 2026

Copy link
Copy Markdown
Owner

Before: Remaining hid negative values (overage looked like surplus) and column was just a vague percent. Now: Remaining shows negatives directly, column renamed to Used percent. The tester of PR 88 flagged this in issue 87.

… % column

The previous report was confusing when usage exceeded the plan limit:
- Remaining hid the negative sign via Math.abs (showed 55.9 when actually -55.9)
- The column header was ambiguous (just '%')

Now:
- Remaining shows negative values directly when over budget
- Column renamed to 'Used %' showing the usage ratio (105.6% vs -5.6%)
@PanAchy PanAchy closed this Jun 7, 2026
@PanAchy
PanAchy deleted the fix/plan-comparison-report-clarity branch June 7, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant