Browse Source

updated todo list

main
Steven 1 year ago
parent
commit
808415a6d7
  1. 11
      README.md

11
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

Loading…
Cancel
Save