timotheeg / nestrischamps

A web-based OCR and restreamer system for NES Classic Tetris players
MIT License
48 stars 12 forks source link

Adding a daily average score metric to the progress charts #122

Closed TheRealTomelloSoulMan closed 2 years ago

TheRealTomelloSoulMan commented 2 years ago

Added a new column in the database query for getProgress() in ScoreDAO.js and a new field for its data in progress.ejs to show a line displaying the average score in dark green. Only displayed in the 18 and 19 progress charts.

ntc-average