view Todo.txt @ 89:a12d22ef3f39

AceSerializer has been enabled again as it?s used when exporting/importing groups. All other unused libraries are now really removed. Adjusted debug function to format only when a debug channel is available. Fixed moving from guild banks, checking if items are locked is different then with banks. Now unregistering the item locking event so it doesn?t continue to try to move every time an item is switched after the automated cycle has finished. (geeezus, this description is a total overkill) Fixed item queueing. Queue all when there?s a group without any items inside no longer crashes. Removing cached container data after closing a container.
author Zerotorescue
date Fri, 07 Jan 2011 22:19:03 +0100
parents f0420f4ffe07
children bca5a75bf022
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. (medium)
 * 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. (medium)
 * Check which libraries are really used, delete others. (high)
 * Remember position of the summary window. (low)