Feature Thoughts for Gaptcha v1.1
This post is my list of features/bugs/etc for the next version of Gaptcha. There's no guarantee that everything I mention in this list will make it to the next version, but this is my central point for listing any thoughts. This post will be updated as I think of more or tick things off.
- Update function for any Gaptcha image.
- Clean up the database procs, and name them decently.
Generate a random encryption key in Application_Start() instead of being hard-coded. This is now done. Generate random filenames for Gaptcha images. This is now done. Delete image files when deleting a Gaptcha entry. This is now done. - Warn when overwriting an image (if #4 not completed).
- Allow multiple descriptions per image (just to shake things up a little :)
- Allow image exclusion. (If two images could be misconstrued as having the same description, mark them so that Image A will never appear if Image B has been selected).
More config options settable on a per-blog bases. Currently some of the settings are put in the communityserver.config file, but you can't override them on each blog. This is now done.
This is also a good place for any of my faithful readers to leave feedback on problems or feature requests - feel free to do so. Also any suggestions for actual Gaptcha images that people think I should make :)