unicorn-fail / dreditor

The "Dreditor" browser extension for Drupal.org.
https://www.drupal.org/project/dreditor
GNU General Public License v2.0
72 stars 36 forks source link

Display latest user comments #284

Closed mootari closed 8 years ago

mootari commented 8 years ago

I am currently using a custom user script that loads a user's last 5 comments into his or her profile page via drupal.org's Rest API. This helps in determining e.g. if a maintainer is still active or what topics a user has been working on recently.

If you don't consider such an (optional) feature out of scope for dreditor I'd be happy to polish the script so that it can be integrated. By the way, a common wrong assumption is that the "Posts" tab provides the same feature. This is not the case, as it shows posts a user follows, ordered by the most recent updates - regardless of who or what caused the update.

Here is an example from my own profile page:

profile-comments
star-szr commented 8 years ago

Cool feature! In general we are trying not to add features like this to Dreditor that would probably be best implemented on Drupal.org directly and be of benefit to more folks (and more devices). Thanks for the offer though 👍