Releases: devonChurch/shortbread-biscuit
Redux / Sagas + Combinations Section
-
🤓 Converted the state management for use Redux and Sagas for async flow control.
-
💀 Added in a Skeleton Loader mechanism which has a much better layout integration when limiting the jumping associated with DOM injection.
-
📋 Created a new Draws section which helps identify trends in both the single ball frequencies and the combination data.
-
🔔 Both the Web Worker progress bar and Async Errors are displayed using Antd's
<Notification />
.
Combinations / Validation / Loading
Initial Release
Initial MVP offering to allow a high level of data inspection.
Categorisation 📊
-
Balls are compartmentalised into their specific draw order and then ranked by frequency.
-
A "Most Frequent" section is also generated by aggregating all drawn ball frequencies regardless of draw order.
Interactivity 🎛
-
Users can select specific ball numbers and observe their influence over the entire draw spectrum.
-
The draw records can also be time sliced to better understand how certain ball numbers rank at different periods in time.
Installation 🤖
-
Clone this repository
git clone https://github.com/devonChurch/shortbread-biscuit.git && cd shortbread-biscuit
-
Install project dependencies
nvm use && npm i
-
Start a development server on Port 3000
npm start