Windows Phone Marketplace Requests Custom Statuses

Thanks to the UserVoice team for enabling custom statuses on! I have added a few additional statuses (I’m still working out exactly what makes the most sense), but the biggest change is to the Declined status.

Previously, when a request was marked as Declined, all voting was closed. I was using this status for several different reasons:

  • To show that the request was off-topic, either because it belonged on the Windows Phone Suggestion Box or because it was a feature/enhancement request to an existing application.
  • To show that the request was too general in nature. (I’m still working on the best way to handle these.)
  • To show that the company in question has officially announced they have no current plans to develop a Windows Phone version.

As you can imagine, using this status for the last reason is actually a problem. Since voting was closed, you couldn’t continue to show your support of the request. This has now changed so that when a request is marked as Declined, you can still vote on it. This allows me to clearly indicate the company has no plans for a Windows Phone version while still allowing everyone to continue voting for the request.

image

In addition, I have created an Off-Topic status and moved all of the real off-topic requests into this status instead of using the Declined status. This also makes it easier to find requests that are actually declined as opposed to off-topic, as you can see below.

image

This should make the site a bit easier to navigate and (hopefully) a bit easier to manage as well.

This article is part of the GWB Archives. Original Author: Scott Dorman

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.