From eecbc71b53ff92fd1e5523cf73dfa930876cb295 Mon Sep 17 00:00:00 2001 From: Donald Burr Date: Wed, 21 Oct 2015 03:53:33 -0700 Subject: [PATCH] Add TODOs --- web_app/js/sif_tools.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -// Tweets by @sifen_trackbot +// 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;