Skip to content

Releases: devonChurch/shortbread-biscuit

Redux / Sagas + Combinations Section

18 Jan 03:49
6f52bb3
Compare
Choose a tag to compare
  • 🤓 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.

    shortbread-loader

  • 📋 Created a new Draws section which helps identify trends in both the single ball frequencies and the combination data.

    shortbread-combos

  • 🔔 Both the Web Worker progress bar and Async Errors are displayed using Antd's <Notification />.

    worker-notification

    error-notification

Combinations / Validation / Loading

11 Jan 07:07
Compare
Choose a tag to compare
  • 😁 Added Web Worker support to facilitate the new Combinations feature.

    combination-progress

  • 👌 The Time widget now informs users when they have exceeded the bounds that the data references.

    time-validation

  • 👍 Updated the grid system and loading interface to better user feedback.

    combination-loading

Initial Release

11 Jan 06:27
ec65d72
Compare
Choose a tag to compare

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.

lotto-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