Skip to content

[Easy] Feature request: display revenue numbers in a human readable format #3

Open
@DataDrivenEngineer

Description

@DataDrivenEngineer

Difficulty

Easy

What you need to do

Read description of the issue below and try to fix it.

Hints

  1. Read issue description below carefully and ensure that you understand it
  2. Run the app and ensure that you can reproduce the issue. 'Reproducing issue' means that when you run the app locally, you see the same behavior as described in the issue.
  3. Begin by exploring the code to understand which parts of code are responsible for displaying revenue numbers. Remember: the more thoroughly you understand the code, the more elegant and lightweight solution you will be able to come up with.

Issue description

'Revenue YTD' column displays numbers unformatted, which is very hard for humans to read - see the image below:

unformatted-numbers

Expected behavior

'Revenue YTD' column displays numbers formatted to separate thousands groups with a space.
For example, number 1234567890 should be displayed as 1 234 567 890

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions