[Easy] Feature request: display revenue numbers in a human readable format
DataDrivenEngineer opened this issue · 4 comments
DataDrivenEngineer commented
Difficulty
Easy
What you need to do
Read description of the issue below and try to fix it.
Hints
- Read issue description below carefully and ensure that you understand it
- 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.
- 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:
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
Shiganshina commented
lakshay007 commented
lakshay007 commented
you have to run the backend also, how else will it fetch data
DataDrivenEngineer commented
@Shiganshina hi, basically what @lakshay007 said. You have to start backend first. Pls refer to readme, there are instructions on how to run the app locally.
Please also consider joining our discord to ask for help there if needed - the link is also in the readme to this repo.