8

I just earned the badge. I was the 84th to get this one.

Today the URL uses the badge Id to identify a given badge like this:

https://stackoverflow.com/help/badges/891?page=1

Id 891 points to asp.net-mvc-3.

Now I'd like to see who has the silver version of this badge. I tried changing the Id part to 890 or 892, but it's not sequentially. I'd have to guess the Id till I find the silver asp.net-mvc-3 badge.

A URL format like this can solve it:

https://stackoverflow.com/help/badges/asp.net-mvc-3?type=silver&page=1

I think it's doable.


Another possibility would be to show the other related versions/types of a badge as links. For example:

In the bronze badge page, offer a link to the silver and gold   versions.
In the silver badge page, offer a link to the bronze and gold   versions.
In the gold   badge page, offer a link to the bronze and silver versions.
3
  • 3
    The names of tags can change. Ids tend not to.
    – Makoto
    Commented Aug 8, 2013 at 4:33
  • @Makoto I'm pretty sure if the name of the tag changes it creates a new badge. When I merged a couple of tags here on Meta it re-awarded the new badge to everyone and revoked the old badge from everyone, which suggests that the badge is linked permanently to the ID. But then again, titles change and those are in the URL. ;)
    – animuson StaffMod
    Commented Aug 8, 2013 at 4:40
  • 2
    That's not going to be simple as far as I can tell, and not sure it's worth the effort. You can see the tag badges "grouped" in this page and quickly reach the bronze, silver and gold versions: i.sstatic.net/Ly5I7.png Commented Aug 8, 2013 at 7:09

1 Answer 1

3

Although the size of the page is probably starting to warrant something a little more robust than in-browser search, wouldn't searching in the silver tag badges list be easier than URL manipulation anyway?

I'm not sure I see the immediate benefit to changing the URLs, but I do think it would be reasonable to have links to the different levels on relevant badge pages.

5
  • Nice Tim... didn't know this was possible. I tried it at first but it only showed me the general silver badges. Using tab=tags&filter=silver allows searching for the badge easily. Commented Aug 8, 2013 at 4:47
  • Yeah, the navigation there is a little less obvious than it should be. It would be nice if the tag subfilter was more directly exposed.
    – Tim Stone
    Commented Aug 8, 2013 at 4:48
  • I see. You first have to click Badges, then click the silver tab, then click the Silver badge to get to the list of all Silver badges. The same applies to the Gold badge. Commented Aug 8, 2013 at 4:52
  • @LenielMacaferi in the main badges page there is a section "Tag Badges" where you can reach what Tim posted in one click. :) Commented Aug 8, 2013 at 7:11
  • @ShaWizDowArd Oops... that's even easier. There are so many options that we get confused at times. Thanks for sharing. Commented Aug 8, 2013 at 15:25

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .