RobluScouting / RobluTodo

A central location for feature requests, proposed designs, and discussion regarding the future of Roblu.
1 stars 0 forks source link

[Feat]: Stats form & stats metrics #37

Open widavies opened 2 years ago

widavies commented 2 years ago

The stat form is a new type of form that enables "statistical metrics". These metrics take "series" as inputs. In other words, a stat form works at a team level. Stats forms can take data points across all matches for that team and display them as a computed value or graphs. Also allow stats to work for a single match (or multiple) to compare teams. Like a mode where a user can select a list of teams to include and analyze. Another idea would be to set filters which define what is included in a graph or stat metric.

Some stats metrics:

github-actions[bot] commented 2 years ago

Community Note:

aidan-mundy commented 2 years ago

Not sure that "forms" is the right name for this... Maybe "layouts"? Forms implies that they are filled out or submittable, whereas this is really just the layout of your statistics screen.

widavies commented 2 years ago

Yeah, good point. I like the name "views", just like in SQL, you can create a view that isn't data by itself, but presents data in a certain way