kjeverson / NFLDraftTracker

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

Dynamically track current pick on start/refresh/stop of the application #12

Closed kjeverson closed 5 months ago

kjeverson commented 5 months ago

Make it so the current pick doesn't have to be hardcoded on the main bigBoard.js file. Should be relatively easy to loop through database entries and determine which pick hasn't happened yet.