comparison Todo.txt @ 87:f0420f4ffe07

Todo-list update.
author Zerotorescue
date Thu, 06 Jan 2011 20:25:35 +0100
parents 6b60f7a1410c
children bca5a75bf022
comparison
equal deleted inserted replaced
86:feb9bc9704ad 87:f0420f4ffe07
1 * Functionality to keep track of restocked items 1 * Functionality to keep track of restocked items
2 - 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) 2 - 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)
3 Might also need an undo button 3 Might also need an undo button
4 - 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) 4 - 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)
5 * Restock from vendor (similar to ATSW reagent buying) (medium) 5 * Restock from vendor (similar to ATSW reagent buying) (medium)
6 * Show a window displaying the possible moves when automatically refilling from the (guild) bank 6 * Show a window displaying the possible moves when automatically refilling from the (guild) bank. (medium)
7 * Window containing a list of items that were unqueueable when a group is queued (low) 7 * Window containing a list of items that were unqueueable when a group is queued (low)
8 * Enchanting -> scroll self-learning (low) 8 * Enchanting -> scroll self-learning (low)
9 * Local item count display (bags or AH), thresholds and alerts (high) 9 * Local item count display (bags or AH), thresholds and alerts (high)
10 - Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box 10 - Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box
11 * Verify AuctionLite support 11 * Verify AuctionLite support. (medium)
12 * Check which libraries are really used, delete others 12 * Check which libraries are really used, delete others. (high)
13 * Remember position of the summary window. (low)