alacer / cco-dashboard

0 stars 0 forks source link

Angular Code Base: Trends Page Not Displaying Properly #40

Closed krseibel closed 9 years ago

krseibel commented 9 years ago

The trends page is not displaying properly: the data should be pre-sorted newest to oldest (currently, oldest to newest). The graphs should display the entire data trend, and not just the data on the page (the graphs display only a month or two of data, which is the data on page 1 of the table). Oddly, navigating to the next page of data allows the graph to expand the time range, but the initial view still needs to incorporate all of the data.

screen shot 2015-07-21 at 7 38 08 am screen shot 2015-07-21 at 7 43 05 am

krseibel commented 9 years ago

The graphs are now OK, but the table needs to display data from most recent to oldest (i.e., the first row should show the date 6/28/15 given the data we have right now).

krseibel commented 9 years ago

This is still not right. The table on the trends page needs to have the data sorted in descending order by date. The comments column right now appears centered--it needs to be left-aligned.

krseibel commented 9 years ago

And Date should be left-aligned.

krseibel commented 9 years ago

And, the Comments field in the dashboard table should be left-aligned as well.