Releases: American-Soccer-Analysis/asa-shiny-app
Releases · American-Soccer-Analysis/asa-shiny-app
v1.2
New Features
- Added USL Championship, USL League One, and NASL data.
Improvements
- Created league- and tab-level anchors using
shiny.router
. - Added teams' logos and players' headshots beside their names in each table.
- Made "last updated" timestamp in the footer reactive to the selected league.
v1.1
New Features
- Added a team-level g+ tab.
- Added raw g+ and g+ above replacement options to the player-level g+ tab.
Bug Fixes
- Resolved scoping issues which caused users’ selections to spill into other users’ sessions.
- Resolved curl-related issues that sometimes caused the app to unexpectedly crash on start-up.
- Removed tooltip descriptions from column headers when exporting to Excel or CSV.
Improvements
- Added players’ positions to the tables, as well as the ability to filter by those positions. These reflect the position in which the most minutes were played over the given time period.
- Added the ability to filter by competition stage.
- Added the ability to select the number of table records per page.
- Added a time column to the game-level xG tab which is reactive to the user’s timezone and allows for more accurate sorting.
- Replaced the slider inputs with text boxes to allow for more precise filtering of minimum minutes, shots, key passes, etc.
- Added functionality that matches table search terms without accents to corresponding player records containing accents.
- Added functionality that automatically closes the settings panel when the refresh button is pushed.
- Added a helper icon to column headers containing rollover tooltips.
- Added the ability to hide the filtering hint box above the tables.
v1.0
New Features
- NWSL data is now available!
- Goals added (g+) values are also now made available for players.
- The application is now backed by an API, from which users are welcome to pull aggregated data directly. You can find that documentation here. We use modest compute resources, so please be mindful when making such requests.