tomastrajan / medium-enhanced-stats

Google Chrome Extension for enhanced Medium stats! Get insight into total view count with new table summary row...
https://chrome.google.com/webstore/detail/medium-enhanced-stats/jnomnfoenpdinfkpaaigokicgcfkomjo
MIT License
68 stars 13 forks source link

Better Medium notifications #4

Open tomastrajan opened 6 years ago

tomastrajan commented 6 years ago

Currently, Medium notifications are just a single indicator with a number of total new notifications and a list of all these notifications after user click the button.

It would be great to have 4 different notification indicators for every notification type. The reasoning behind this is that the "response" notification is much more important that the "claps" notification.

The implementation would be similar as stats-total.js a script that is loaded and runs on every medium page. The script will load notifications and replace old indicator with the new ones. New script can be called notifications.js and can be added to manifest.json file in the content_scripts property so that it runs on every Medium page.

madhankumar028 commented 5 years ago

This feature is something interesting, I am interested to work on this one. But I would like to know how we are going to differentiate these 4 notification types.

Are we going to group the notifications based on type inside the notification list as tabs or some other thing is in your mind? Do share your insight?