Yesterday, I added the top5 most viewed/reacted/commented articles, today I did something similar for tags.
From each tag statistics card, you can get the top 5 tags in terms of the inspected attribute:
- Top 5 most viewed tags
- Top 5 most reacted tags
- Top 5 most commented tags
- Top 5 tags with most views per article
- Top 5 tags with most reactions per article
- Top 5 tags with most comments per article
You also get for each of these, how many articles you posted with a given tag.
I also made the UI a bit more consistent. I realized today that for the articles analytics, I always followed the views-reactions-comments order in the grid layout, while for the tag analytics the opposite.
Now they both follow the same.
I almost forgot that today I also added a progress bar. Based on the READMEs I picked @ngx-loading-bar/core and it was super simple to add it to my project;
Feel free to try and leave any suggestions you might have.