view Todo.txt @ 86:feb9bc9704ad

Added tag v0.2.1-BETA for changeset e01e6642df57
author Zerotorescue
date Thu, 06 Jan 2011 20:10:07 +0100
parents 6b60f7a1410c
children f0420f4ffe07
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)
 * Show a window displaying the possible moves when automatically refilling from the (guild) bank
 * Window containing a list of items that were unqueueable when a group is queued (low)
 * 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
 * Verify AuctionLite support
 * Check which libraries are really used, delete others