From 808415a6d7db42317b03f806f087884220e53c9a Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 28 Nov 2023 01:46:11 -0800 Subject: [PATCH] updated todo list --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7387c38..3f70752 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ To load the Tampermonkey script: * Modify the *countiesToWin[]* array to contain the countyId's you wish to win the bid on. ## Wishlist / Todo - [] Bidcap for any row (only bid up to X for this county) - [] Sitewide bidcap (if any county bid exceeds X only bid up to X for that county) + [] Sitewide bidcap checkbox (if any county bid exceeds X only bid up to X for that county) [x] Save button to persist changes (instead of waiting for refresh code to run) [x] Save settings to local storage [x] Retrieve settings from local storage @@ -30,15 +29,19 @@ To load the Tampermonkey script: 3 - Only watch tied bid [] save to analytics checkbox [x] expose countyId, tie, margin/clicksToWin data - [x] county bidcap + [x] county bidcap - store and read from settings + [] county isBidCapEnabled - store and read from settings + [] use isBidCapEnabled when processing each oversight + [] use bidcap when processing each oversight [] enable apply, enableBidcap, bidCap, action inputs and persist values the values at a row level [] Option to sell leads that don't fit your criteria but you can't return on the secondary market. [x] Store tie values for statistical analysis over time. [] Implement tieCounty code + [] Implement watchCounty code [x] Auto login if on signin page [x] Add verticle scroll overflow to awLog div [] Figure out session timout/no longer refreshing/ not loaded issue (screensaver?, tab no focus?, os?, browser?) - [] Refactor injection and alwayswin array code in main + [x] Refactor injection and alwayswin array code in main