diff --git a/web_app/js/sif_tools.js b/web_app/js/sif_tools.js
index 203962c..a0d11aa 100644
--- a/web_app/js/sif_tools.js
+++ b/web_app/js/sif_tools.js
@@ -20,7 +20,13 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-//
+// TODO:
+// =====
+// * account for 1.2x bonus when feeding cards of the same attribute
+// (maybe also the super (1.5) and ultra (2.0) success bonuses too?)
+// * @sifen_trackbot update code gets "stuck" sometimes - not sure if the problem
+// is in the twitter fetcher or elsewhere
+// * needs a lot more error/bounds checking
// Set to 0 to disable debugging, 1+ to enable debugging (higher = more verbose)
var DEBUG_LEVEL = 0;