Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates #1

Merged
merged 34 commits into from
Apr 12, 2020
Merged

updates #1

merged 34 commits into from
Apr 12, 2020

Commits on Apr 7, 2020

  1. Add support to remember prices in hash parameter.

    This makes linking to a particular price chart easier.
    peter50216 committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    02d600e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc538b View commit details
    Browse the repository at this point in the history
  3. Catch exception locally.

    peter50216 committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    53fe5d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88a8525 View commit details
    Browse the repository at this point in the history
  5. Refactored scripts.js

    Scripts.JS was very hard to read initially.
    
    This commity cleans things up, abstracts functions, and makes it a bit more easier to read.
    Trevor-Welch authored and mikebryant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    ead6e51 View commit details
    Browse the repository at this point in the history
  6. fix: Fix UI issue

    mikebryant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    6470b39 View commit details
    Browse the repository at this point in the history
  7. More fixes

    mikebryant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    91e428e View commit details
    Browse the repository at this point in the history
  8. feat: Add toggle for filtering results to first ever buy

    Ryan Carbotte committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    cb69d49 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #31 from theRTC204/first-time-buyer-toggle

    feat: Add toggle for filtering results to first ever buy
    mikebryant committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    667ff47 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    fb7fbe5 View commit details
    Browse the repository at this point in the history
  2. Undo unrelated style changes.

    This should be done in another PR :P
    peter50216 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9aca646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3299b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976df77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #27 from peter50216/upstream_master

    Add support to remember prices in query string.
    mikebryant committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    60c1f16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63e6b1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b69cba View commit details
    Browse the repository at this point in the history
  8. Fix calculations

    mikebryant committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    45e0557 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #42 from mikebryant/integrating-probability

    feat: Integrating probability
    mikebryant committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ea190f6 View commit details
    Browse the repository at this point in the history
  10. Add 'LeastMax' Parameter

    Add additional logic to compute 'LeastMax', which represents the worst case scenario maximum price achievable during the week (assuming everything is sold on the correct day).
    jtplatt99 authored and mikebryant committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f4ab1be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f30e1e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Readable dynamic length querystrings

    This adjusts the current querystring read to allow for shorter, more readable querystrings
    tylermatchett committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    dbb9882 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit efffda8
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 19:03:49 2020 -0400
    
        Fixed Reset Button
    
        Fingers crossed on last commit
    
    commit ff6b739
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 18:49:54 2020 -0400
    
        Copy Update + Radio Button Fix
    
        Changed the copy under "First-Time Buyer" and made the selected radio button a solid fill rather than only coloring the text.
    
    commit 95887a6
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 18:31:18 2020 -0400
    
        Removed a Console Log
    
    commit 84f1ef8
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 18:27:03 2020 -0400
    
        Added Probabilities
    
        Chart will now also display % chance of that pattern.
    
    commit d047d77
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 18:08:35 2020 -0400
    
        Added "First Buy" and "Previous Pattern"
    
        All CSS needed for these fields have also been included, as well as some Javascript updated to reflect the new radios.
    
    commit 95b60e1
    Merge: 1d6046b be09f8e
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 13:51:53 2020 -0400
    
        Merge branch 'front-end'
    
    commit be09f8e
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 13:51:43 2020 -0400
    
        Requested changes
    
        This commit adds changes as requested in #34
    
    commit 1d6046b
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 02:34:12 2020 -0400
    
        typo
    
    commit a414b8f
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 02:22:36 2020 -0400
    
        Update scripts.js
    
    commit fbc3878
    Merge: d521944 3cad0d4
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 02:18:57 2020 -0400
    
        Merge branch 'master' of https://github.com/Trevor-Welch/ac-nh-turnip-prices
    
    commit d521944
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Wed Apr 8 02:15:37 2020 -0400
    
        Massive UI Rework
    
        This commit completely changes the UI of the app, giving it a more Animal Crossing touch and make it feel like an app on the Nook Phone.
    
    commit 3cad0d4
    Author: Trevor Welch <welch.trevor@yahoo.com>
    Date:   Mon Apr 6 20:43:38 2020 -0400
    
        Refactored scripts.js
    
        Scripts.JS was very hard to read initially.
    
        This commity cleans things up, abstracts functions, and makes it a bit more easier to read.
    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    54b8458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b10358f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from mikebryant/rebase-34

    Rebasing #34
    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    c36fefe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from tylermatchett/dynamic-querystring

    Readable dynamic length querystrings
    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    d048472 View commit details
    Browse the repository at this point in the history
  6. fix: Fix reset button

    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    e40f944 View commit details
    Browse the repository at this point in the history
  7. fix: Reduced overall element size throughout UI

    Ryan Carbotte committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    73cab71 View commit details
    Browse the repository at this point in the history
  8. fix: Improved data table visibility on different devices

    This change introduces new behavior for the data table.
    
    If the device supports a fine pointer (mouse or touchpad) and a screen
    width that is less than 1400px, we will set a max height on the table
    allowing the horizontal scroll bar to be easily accessable.
    
    If the device supports a coarse input (touch) we will not set a max
    height on the table, because horizontal scrolling is a simple swipe.
    
    If the device has a screen that is wider than 1400px we will not set a
    max height on the table, as there would not be a horizontal scroll bar.
    Ryan Carbotte committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    d0e1ded View commit details
    Browse the repository at this point in the history
  9. Merge pull request #52 from theRTC204/minor-visual-tweaks

    fix: Reduced overall element size throughout UI
    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    13cb859 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #53 from theRTC204/improve-data-table-usability

    fix: Improved data table visibility on different devices
    mikebryant committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    8afadbd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Update to provide consistent cross-browser behavior.

    Changes the sorting in `generate_possibilities` to have the intended effect. The old version worked on firefox, but did not sort the list on chrome because `a.weekMax < b.weekMax` does not return `-1` if `a.weekMax > b.weekMax`.
    phoenix-meadowlark committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    9274807 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Change reset Button to type button

    This avoids being able to accidentally reset the form by pressing enter in one of the input fields
    
    Solves #62
    kantenkugel committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    0af21f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from phoenix-meadowlark/patch-1

    Provides consistent cross-browser sorting behavior.
    mikebryant committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f8cf805 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #67 from kantenkugel/patch-1

    Change reset Button to type button
    mikebryant committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    42c3fdd View commit details
    Browse the repository at this point in the history