From 3f1cf292c6b335d8b0a5c31a39e3ca83831d4e89 Mon Sep 17 00:00:00 2001 From: Eric Nickell Date: Tue, 11 Jan 2011 07:30:47 -0800 Subject: [PATCH] Added todo.txt --- todo.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 todo.txt diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..9bb96b7 --- /dev/null +++ b/todo.txt @@ -0,0 +1,33 @@ +TODO: + +1. Deal with gems. +2. Normalize to gear level. I think this means to normalize to iLvl purps. +3. Change model to one that generates lines in the tooltip rather than computes a value. +4. Enable all vectors, but only report "interesting" ones. What's interesting? + * All vectors for the current class. + * (Variant) All vectors for the current class where gear is appropriate type. + + +Q: Points to move to a readme. SageGearLevel (SGL)... + * SGL helps players quickly assess whether an item is an upgrade for that + character, for an alt, or for a raidmate. + * SGL alerts players to best reforging, gem, and enchant choices. + * SGL assesses overall gear level in a class- and spec- specific manner. + +Q: When to display a vector's results for an item. + * Whenever the vector is for the current toon's class, and might be remotely appropriate. + * + +Q: What additional info should be shown? + * Reforge info + + +Q: Information a player wants to know about gear for the current toon: + + +Q: Information a player wants to know about gear for an alt: + + +Q: Information a player wants to know about gear for a raidmate: + * When: Items which drop? Items while in a raid? + -- 1.7.9.5