US-EPA-CAMD / easey-ui

Project Management repo for EPA Clean Air Markets Division (CAMD) Business Suite of applications
MIT License
0 stars 0 forks source link

Research: Emissions views cut off zero's and decimal points #6447

Open esaber76 opened 5 days ago

esaber76 commented 5 days ago

When viewing emissions data in the various views, some of the columns cut off leading zero's and decimal points plus trailing zero's.

Image

This should be 01 not 1.

Image

This should be 008 and 003 not 8 and 3.

Image

This should be 1.00 not 1.

Image

This should be 116626000.000 and 1.000 not 116626000 and 1.

annalbrecht commented 1 day ago
  1. Need to review the database and see if the data is correct there and if the UI is truncating the zeros.
  2. Analyst should document which columns are affected.
  3. A new development ticket(s) should be created based on the results.