I am considering resurrecting an old hobby project of mine, but since my time is limited I am having trouble deciding how to proceed. I already have an extensive backlog of bugs and feature requests that I probably should be doing, but on the other hand there is also a big need for some serious refactoring to make up for old sins.
Initially I only created the project for fun and technical challenge, but now that there are actually other people out there using the software, I feel somewhat obligated to listen to their input and implement the changes and improvements they request.
Previously I used an internal todo.txt file and a public Bugzilla database to keep track of issues and ideas, but there was never any democracy involved in selecting which features I would implement or which bugs I would fix. If someone nagged me about a bug or feature, they were more likely to get it fixed—if it was significant and not too boring—but most of the time I would just add stuff I came up with that I wanted to try out or I thought would be useful.
I realize this is not an ideal way to run a (democratic) open source project, so I am wondering, how should I decide which features to implement and what should be on my backlog for the next release?
Should I set up a voting system for feature requests and bug fixes (i.e like the one Stack Overflow has) or should I stick with the "dictator" model? Other suggestions?
I don't mind offering some public service by adding features requested by users, but since this is a hobby project I think it should be something I look forward to picking up when I get home from work, not something I keep putting off because I don't want to do it. One of the reasons the project has been lying dead for so long is because I have felt there was so much (boring) work to be done before I had anything I could actually be proud of that I would rather spend my time on other things.
This may sound a bit selfish, but I know similar issues are common to many one-man software projects, so I would like some feedback on how do best handle it.
