GuillaumeCz / sylow

Efficient, simple, encrypted personal data store and sharing system.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Make statistics section prettier #13

Open GuillaumeCz opened 6 years ago

GuillaumeCz commented 6 years ago

From @peakwinter on July 31, 2017 17:22

  1. There is a bug in the statistics section that shows the header above each content type, instead of only once in the table. screenshot from 2017-07-31 13-13-26

  2. We should look into a nice graphics / charts library that would allow us to show some simple visualizations in this section, above or alongside the content types table. Examples of pertinent visualizations: bar or pie chart of the number of each content type present in the database; number of servers contacted today vs. yesterday and the day before; number of documents by encryption type; number of authoritative entities created by month; number of non-authoritative entities created by month; etc. Ultimately it would also be cool to have a dropdown for selecting the type of visualization to display at a given time, so that the screen doesn't become overloaded with different widgets.

Copied from original issue: SylowTech/sylow#64

GuillaumeCz commented 6 years ago

PR #65 is for the first part of this issue.