DB:
- get NFL from nflseedr/universe R package
- format the data and define all the tables we need
- get URLs of all the stuff we need for images (likely also in the R package)
- make summary tables for model ingestion
MODEL: 5. Run the stan models and output into final fact tables 6. make it easy to update the models and keep track of which data is using which model
API: 7. Create FastAPIs for each of the data tables
WWW: 8. write the front end in CSS and HTMX 9. connect tables to the website logic