Items on the waiting list.
- New front page layout and information
- Creator/Character pages (via search and relation)
- remove.association API method
Stream extension bugs (0.1.4.8)- User statistics on /timeline
Insert tracking (partially the additions API method)Variation data/field sizing (which titles are most complete)Cron jobs to remove invalid @repliesApply new stream parsing class- Reflections view (similar to associations)
- Stream item editing (context, timestamp, message)
Various involvement level, but I’m terrible at judging what to do first versus what will accomplish the largest gain. So let’s see if we can be vocal. Some of the more important issues are items 1, 4, 7, and 8, because they affect currently operating methods (although a front page is needed for aesthetics… important, but I’m terribly inefficient. New items would be 11, 9, 5, 3, and 2. These tend to take the longest time because they lack API methods and the interface (having a method makes things quicker). So what’s left? Items 6 and 10, both which have existing methods, but need interfaces.
Now let’s take a look at the important ones, in terms of time-consumption (I’m sitting here wasting time writing this.. lol).
- Front page: This will take a while given that styling is not my forte in any situation (even if my life was on the line).
- Extension: I actually enjoy this, and though development goes very quick, there is a tendency to over-progress for the good of time. Still, these are quick fixes.
- Data completion rating: This would be 1-2 days for the proper db scheming, but it only requires GET methods. Given this would be useful for editors, I’m sure they could work with a very basic XSL overlay (hopefully).
- Removing phantom @: Right, this would be rather quick, since it is all in the DB and there is no need to have proper classes etc to perform maintenance (nothing would get finish otherwise).
Taking care of @replies, the extension, and the front page seem to be the most immanent and reasonable on time.
Updated 2009 Aug 28: crossed items which have been taken care of.