Friday, May 19, 2006

What do they want this time???

This post/link is for everyone who has ever tried to figure out what their website users really wanted. I present to you the FeatureVoter. As you can see, it gives your own users the option to either submit new feature requests or vote up someone else's feature request. This way, you can tell what your users really want the most, so you can give it to them before your competitors do :)


See the Live Version

To download the app (it's in python), click here.

To install the app, simply unzip it in the directory that you want it and alter the settings file appropriately. It's all fairly intuitive, but I'll go over it quickly...

web_root = (the URL of the the installation location)
admin_user = (the admin password for the feature voter itself, default feature_admin
admin_pass = (the admin password for the feature voter itself)
db_host = (wherever your mysql db is, usually localhost)
db_name = (name of your mysql database)
db_user = (username for your mysql database)
db_password = (password for your mysql database)

the feature_header and the feature_footer are whatever you want to go before and after the feature voter table in HTML... and example is provided.

After setting that up, just go to your base url and then admin.py in order to set up the database tables that the app will need, then point your user at your base url + features.py/

No comments: