candy02058912 / udacity-mentor-userscripts

Udacity Tampermonkey Userscripts to make mentors lives easier.
MIT License
3 stars 0 forks source link

new feature: highlight active students #6

Open topunix opened 4 years ago

topunix commented 4 years ago

When a student sends 5 or more messages, the student becomes "active". But there is no visual notification of this, so it would be useful if an indication existed, such as a star next to the student's name or a background color, etc. After the last day of the month, the indication will need to reset (disappear).

This task can be accomplished by counting (summing) the message number alert next to the student's name. The counter will need to reset at the end of the month.