Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trevnels/armchair

A new FRC scouting and analysis platform built around the Glicko-2 rating system, modified in a manner similar to Statbotics's EPA.
https://github.com/trevnels/armchair

Last synced: 2 days ago
JSON representation

A new FRC scouting and analysis platform built around the Glicko-2 rating system, modified in a manner similar to Statbotics's EPA.

Awesome Lists containing this project

README

        



armchair

# armchair

An alternative frontend for browsing [Statbotics](https://www.statbotics.io/) data, optimized for both desktop and mobile use.

The current implementation is very rough, but will be cleaned up and optimized as I have time.

![image](https://github.com/trevnels/armchair/assets/25140503/eb0ac76f-2e17-4600-9bc6-28a997312788)

## To Do
- [x] UI Design
- [x] Initial frontend implementation
- [x] Game data parsing for each season's objectives
- [ ] Datagrid with pretty graphs, etc. (WIP)
- [ ] Match predictions, event insights, monte-carlo ranking prediction

## Tech Stack
*Very much subject to change*

- Next.js & React
- shadcn/ui (plus Lucide icons)
- TanStack Table