changeset 74:e837f5681fbb

Update todos
author contrebasse
date Sat, 14 May 2011 20:59:30 +0200
parents a77fd9d06ba4
children 3d344a2d8fdf
files ProspectingData.lua ReagentMaker.lua data.lua
diffstat 3 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ProspectingData.lua	Sat May 14 20:55:49 2011 +0200
+++ b/ProspectingData.lua	Sat May 14 20:59:30 2011 +0200
@@ -1,5 +1,7 @@
 local addonName, A = ...
 
+-- @todo: complete prospecting items
+
 -- "Recipe" data
 -- [itemID] = {
 --     {reagentID, numberNeeded}
--- a/ReagentMaker.lua	Sat May 14 20:55:49 2011 +0200
+++ b/ReagentMaker.lua	Sat May 14 20:59:30 2011 +0200
@@ -5,8 +5,6 @@
 -- @todo add support for dez ?
 -- @todo add support for hidden recipes, removing filtering
 -- @todo add support for cross tradeskill, like mining + forge/ingé
--- @todo use milling and prospecting for chars that really know them
--- @todo show a #, * or ? for item makable by milling or prospecting (hard to know how many are craftables)
 -- @todo when a reagent can not be crafted and the recipe has many reagents, do like ReverseEngeneering and go to this recipe (with a one step return button)
 -- @todo scroll to the selected recipe on opening (usefull also for the previous todo)
 -- @todo shift+clic on a reagent name while the serachbar is focused fills the serachbar with the reagent name (idem with the crafted item)
--- a/data.lua	Sat May 14 20:55:49 2011 +0200
+++ b/data.lua	Sat May 14 20:59:30 2011 +0200
@@ -1,11 +1,7 @@
 local addonName, A = ...
 
--- @todo: complete jewelcrafting items
 -- @todo: enchants, elementals, prospecting
-
 -- @todo improve scanning
--- @todo be sure that skillName is unique, or use something else
--- @todo add support for multi-reagents recipes
 
 A.data = {}