# HG changeset patch # User Zerotorescue # Date 1292543460 -3600 # Node ID 51d85a84b40c203ee3e8d5b26f3d54276b64458b # Parent 110007a6ede98a47947390a61239791e5e7c59e9 Added a public to-do list to help me keep track of things I discussed or had planned to implement and to let you know what will come. diff -r 110007a6ede9 -r 51d85a84b40c Todo.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Todo.txt Fri Dec 17 00:51:00 2010 +0100 @@ -0,0 +1,9 @@ + * 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 \ No newline at end of file