mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

Track answered questions #130

Open dannycolin opened 4 years ago

dannycolin commented 4 years ago

Hey @WesleyBranton and @jhonatasrm,

I've stumbled upon a script developed by jscher2000 (https://github.com/jscher2000/My-SuMo-Questions) and I'd like to add a similar feature in Live Helper. The feature lets the users track if there's new replies on questions they answered.

I think it could be a very useful feature especially during the SUMO sprint when we need to track multiple questions we've participated in.

To implement it, we could create a tab menu in the popup and sidebar so the user can switch between the lists of followed and unanswered questions.

What do you think about this idea?

WesleyBranton commented 4 years ago

I like the idea. It's potentially a big undertaking to add it, but I wouldn't be opposed to it.

dannycolin commented 4 years ago

I like the idea. It's potentially a big undertaking to add it, but I wouldn't be opposed to it.

Cool. I'll tag it as P3 since it'll indeed need some UX work before writing any code for that feature. Hope I'd find the time to tackle the UX this month :).

jhonatasrm commented 4 years ago

I think is a great idea!

We can verify if the user is logged on the SUMO website using this, with that information is possible to see all the questions he participated by filtering... also we can get more info about the user.

I believe with all that info provided, we can do more things in the future. 🤔