This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Olivia Brooks 6b341f5b1f Reapply "Update gamelog.ron"
This reverts commit 8ba0e95b74.
2025-04-23 12:21:59 -04:00
2025-03-28 18:40:04 -04:00
2025-04-22 15:39:22 -04:00
2025-04-22 15:39:22 -04:00
2025-04-23 12:21:59 -04:00
2025-03-25 08:15:21 -04:00
2025-04-09 20:33:42 -04:00

= miller
:toc:

// Hello people reading the README source :)

== Prelude

For my stats course (4U Data Management) I have to interpret a bunch of data generated in class.
In an effort to not spend ages mindlessly using a calculator every summative check-in, I have started this project.

I figured, that since I already had to digitize every note, that I was required to make by hand, from during the game, that I might as well employ a format of my own. This format, would allow me to use code to interpret the monotonous mathematics for me. Even if I don't fully complete the code, it would ease the burden by completing some of the math for me.

== Goals

* [ ] Auto Ranking system?
* [ ] Data Visualizer?
* [ ] Dynamic Web Page?
** Server Side Events?
** IDK frontend web at all.
** plotly.rs?
** charming.rs?
** WASM?

=== Gamelog
* [*] Data Format
** [*] Support recording multiple games
** [*] Periods
*** Quarters
*** Overtime
** [*] Teams
*** Iowa
*** Syracuse
*** Texas A&M
*** Colorado
*** Nebraska
*** Boise State [deprecated]
*** Arizona State
*** South Carolina
** [*] Downs
*** First - Fourth
*** Kickoff
*** PAT (Point After Touchdown)
**** One
**** Two
**** Failed
** [*] Score
** [*] Terrain Position
*** [*] Yards
*** [*] In (Inches)
*** [*] GL (Goal Line)
** [*] Penalty
** Out?
** [*] Plays

=== Miller:
* [ ] Mathematics
** [*] Avg. Terrain Gain
** [*] Avg. Terrain Loss
** [*] Avg. Terrain Delta
** [*] Avg. Offence Plays per quarter
** [*] Avg. Offence Plays per game
** [*] Avg. Penalties per game
* [ ] Play Trend Analysis
** [ ] Most Frequent Play
** [ ] Least Frequent Play
** [ ] Most Effective Play (Greatest Terrain Gain given sufficient data)
Description
PS Football Stats Calculator
Readme MIT 1 MiB
Languages
Rust 100%