|
One of the metrics I'm interested in as a user is how many of my answers have been accepted. I've raised a request and implemented a GM script to track my answers on Stack Overflow sites (see here for details and some screenshots). What I'd like to see is a summary of the accepted answer count on the profile page and bronze, silver, and gold badges for providing answers that are accepted. For example a bronze badge for your first accepted answer, a silver for 50 accepted, and gold for 150 accepted answers. It would also be nice to have a badge for accepted answers in a particular tag, for example a silver tag badge for 25 accepted answers with the |
|
This is a fine idea, Rich, and it is also a good candidate for a simple example of how to extend badges with your own modules. Hernâni and I will discuss this one, and maybe we can make a module with annotated source to help people learn how to do it. An example module would be great. As well as annotating the source, it would be helpful to provide a tutorial/worked example to walk through the process. For example how to integrate UI changes and handle any DB updates
(15 May '10, 17:50)
Rich Seller
|
|
I've had a go at implementing this for myself. I've implemented it as a separate module. The module contains 3 files. An empty The
The
|