view Todo.txt @ 76:958aba5f3297

Moved the group functions to the item data class. Added a new subgroup under the general config group called ?extra? which will provide features such as database character removal and perhaps guild selecting. Added a new custom .Print function to the addon object which takes two parameters: (string)text, (Color)color. The latter can be retrieved from the addon.Colors var (e.g. addon.Colors.Red). The ItemId parameter of the ItemData class constructor is now optional.
author Zerotorescue
date Sat, 25 Dec 2010 22:07:07 +0100
parents ac1189599769
children c0bf2ddb5288
line wrap: on
line source
 * Functionality to keep track of restocked items
	- Simple implementation: whenever items are queued increment a number specific to each item by the queued amount and display that as an additional column in the summary (make optional) (medium)
		Might also need an undo button
	- Advanced implementation: record queueing with exact time and date and show a nice linechart for each item. Probably would have to write a new lib for the symbols. (low)
 * Restock from vendor (similar to ATSW reagent buying) (medium)
 * Window containing a list of items that were unqueueable when a group is queued (low-medium)
 * Enchanting -> scroll self-learning (low)
 * Local item count display (bags or AH), thresholds and alerts (high)
	- Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box
 * Verifiy Cauldron support
 * Verify AuctionLite support