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

Round sum in board column total value #3476

Closed
FelixMalfait opened this issue Jan 16, 2024 · 2 comments · Fixed by #3484
Closed

Round sum in board column total value #3476

FelixMalfait opened this issue Jan 16, 2024 · 2 comments · Fixed by #3484
Assignees
Labels
scope: front Issues that are affecting the frontend side only

Comments

@FelixMalfait
Copy link
Member

FelixMalfait commented Jan 16, 2024

Here's how bad a large number or number with cents currently looks like on the opportunities board:
Screenshot 2024-01-16 at 09 52 56

Instead we shouldn't display cents and use K,M,B formatting (kilo, million, billion).

Let's keep a precision of 3 decimals.
Ex:
900
1.25k
5.35k
10.3k
102k
1.35m
15.2m
500m

@FelixMalfait FelixMalfait added the scope: front Issues that are affecting the frontend side only label Jan 16, 2024
@jeet1desai
Copy link
Contributor

Hello @FelixMalfait, Please assign it to me, I'd love to work on it.

@FelixMalfait
Copy link
Member Author

@jeet1desai thanks!

charlesBochet added a commit that referenced this issue Jan 17, 2024
* #3476 round sum total amount in board

* Fix issues

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: front Issues that are affecting the frontend side only
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants