kjeverson / NFLDraftTracker

NFL Draft Tracker using Python, Flask, and SQLite
0 stars 0 forks source link

Mock Draft Ability #11

Open kjeverson opened 4 months ago

kjeverson commented 4 months ago

Currently if I want to do a mock, I have to copy and paste the database to restore it to the pre-draft state when I'm done. Not a fan of this, create something that does it for me or can rollback the database or something. Also add some sort of AI (Decision Tree) to control what other teams pick so you don't have to do it manually.