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

Fully implement lazy loading #142

Merged
merged 19 commits into from
Feb 4, 2024
Merged

Fully implement lazy loading #142

merged 19 commits into from
Feb 4, 2024

Commits on Nov 20, 2023

  1. Splits parking-lots.geojson into individaul city files (#140)

    Next step is to get the map to render using the split files.
    
    Co-authored-by: tunglinn <[email protected]>
    tunglinn and tunglinn authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    84d150d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    e6487da View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Update lazy-loading with main (#152)

    Mostly to get the autoscord card update, to help with lazy loading.
    
    ---------
    
    Co-authored-by: Eric Arellano <[email protected]>
    Co-authored-by: tunglinn <[email protected]>
    3 people authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3e54f6c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    2526728 View commit details
    Browse the repository at this point in the history
  2. Lazily load parking lots (#141)

    Right now, parking lots will only load if you use the dropdown. However,
    a better implementation is to "Load when dragged into view". Might wait
    for #143 to implement.
    To-do:
    - [x] Load when dragged into view
    - [x] Tests
    
    ---------
    
    Co-authored-by: tunglinn <[email protected]>
    tunglinn and tunglinn authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    51642eb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Add parking lot data scripts (#153)

    Add tests
    
    ---------
    
    Co-authored-by: tunglinn <[email protected]>
    tunglinn and tunglinn authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b5d11a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Better formatting

    tunglinn committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5b3e821 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix merge conflict

    tunglinn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    cfea40d View commit details
    Browse the repository at this point in the history
  2. Update Madison

    tunglinn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2008de9 View commit details
    Browse the repository at this point in the history
  3. Revert "Update Madison"

    This reverts commit 2008de9.
    tunglinn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    83ce874 View commit details
    Browse the repository at this point in the history
  4. Fix duplicate

    tunglinn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5cd1a95 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Add docstring and fail first

    tunglinn committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    85dc21b View commit details
    Browse the repository at this point in the history
  2. Fix setUpSite

    tunglinn committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    bffed40 View commit details
    Browse the repository at this point in the history
  3. Fix setUpSite 2.0

    tunglinn committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b795caf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Improve loading logic

    tunglinn committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bc68069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8944cd3 View commit details
    Browse the repository at this point in the history
  3. Split new cities and remove script

    tunglinn committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0e8aafd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d36bf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix typo

    tunglinn committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    235be81 View commit details
    Browse the repository at this point in the history