Loquacity - Alive again
Posted: February 17th, 2008 | Author: telcor | Filed under: Loquacity | No Comments »After a very long hiatus, I’m working on Loquacity development again. This past year has taught me something: don’t shoot for the stars. Having a road map is very useful, but it must be realistic according to the resources at hand.
Since there is only one developer, myself, I need to restructure my goals and the road map to reflect that. Hence, many features I’ve planned for Loquacity 1.0 will not be. What I am considering is:
- cleaning the current code
- fix known bugs
- removing code/features that don’t work
- make the installer work near flawless
- release
Along with the above, I need to remove people from the project that never did anything. This is more a management type thing, only on Berlios.
To start, I’ve fixed a nasty bug in the Comment admin interface. The SQL statement to retrieve the comments was very broken; a junior level mistake that caused a match of LIKE “%”. Of course, that won’t work.
Deleting comments is much faster now, as some redundant queries were removed.
In the interests of improving the speed of Loquacity, I’ve begin keeping a list of Database tables that need indexes added. These changes will be implemented in the Upgrader and base Database schema.