developer-job-simulation/javascript-crm

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

DataDrivenEngineer opened this issue · 4 comments

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

Hi,
After cloning the repository on my laptop it's just showing a blank screen with only "My Customers" written on it. Could you please help regarding this...

oss11

Thank you for this project, being a beginner, it was a learning experience
Screenshot 2022-04-29 171839

you have to run the backend also, how else will it fetch data

@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.