You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the Left navigation bar responsive based on the following criteria (fixes #34)
Large: Show the full drawer
Medium: Show a Rail but let users open the drawer
Small: Hide the rail, let users open the drawer
Add an Average damage graph to the Metrics tab in the Simulations screen for easier reference
API
Use a calculated population max (The actual max) rather than basing it on the max value of the simulated sample (fixes: #30)
This has had the effect of vastly improving the accuracy of the simulated metrics.
Also use the population mean, rather than the sample mean
Remove Median as the way the data is distributed, it is usually extremely close to mean anyway
Calculate frequency table on the fly, rather than creating a large results array first (fixes #32)
Completely refactor the response structure of the /api/simulate and /api/simulate/save endpoints for better visibility and extensibility.
Added Sentry to API to capture errors (Fixes: #39)
Notes
This UI overhaul was more focused on navigation, the next one will be more about layout
Though it may not look it, this release had a huge amount of behind the scenes changes
Since the 2.0.0 branch, I have been using Github projects to greater effect, this means you can watch the project for a specific version to see the currently planned items, and their progress