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

Allow user selectable areas #518

Merged
merged 8 commits into from
Jun 23, 2022
Merged

Commits on Jun 22, 2022

  1. Allow user selectable areas

    - Let users filter out which areas they want to view stuff in
    - Update getAreaSql to account for userAreas
    - Does __NOT__ override areaRestrictions
    - This PR also, finally filters out which areas a user can see based off of area restrictions
    
    Addresses #505
    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    789c88b View commit details
    Browse the repository at this point in the history
  2. Lint fixes

    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    61a773f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    837060a View commit details
    Browse the repository at this point in the history
  4. Update scanAreas.js

    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b7c1151 View commit details
    Browse the repository at this point in the history
  5. Fixes

    - More consistent versioning for client and server
    - Better GQL logging logic
    - Fallbacks in the gym model
    - Minor bug fix in the gym model for sorting filters
    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e67307b View commit details
    Browse the repository at this point in the history
  6. Var rename

    - Rename to onlyAreas for consistency with other filters
    - Fix version injecting...
    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5c7f1f9 View commit details
    Browse the repository at this point in the history
  7. Fixes

    - Revert version back to parsing the package.json...
    - Remove checkmarks when using manual areas
    - Filter out stale areas
    TurtIeSocks committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    de64471 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Version bump

    + move gql logging back behind dev mode to remove unnecessary logs
    TurtIeSocks committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    7999bba View commit details
    Browse the repository at this point in the history