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

187887881 selected row sync #24

Merged
merged 16 commits into from
Aug 19, 2024
Merged

187887881 selected row sync #24

merged 16 commits into from
Aug 19, 2024

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    91564c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9522b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9537a87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5b247b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. poc only two way selection case table and sim day

    - very hacky and not performant at the moment
    - needs revision
    - might need to adopt a "get notification -> ask codap" pattern
    - which means removing "get notification -> get data from notification" pattern
    bacalj committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0c23785 View commit details
    Browse the repository at this point in the history
  2. more notes

    bacalj committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    11e2bdb View commit details
    Browse the repository at this point in the history
  3. example "glitch prevention"

    bacalj committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5923296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56709a0 View commit details
    Browse the repository at this point in the history
  5. cleanup a little

    bacalj committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7405f54 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    7b64ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da37943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9d5db View commit details
    Browse the repository at this point in the history
  4. maintain a ref to current values of laitude, longitude, dayOfYear

    - use the ref values in handleCaseSelectionInCodap, rather than passing in the state vars, allowing us to  use the ref values in handleCaseSelectionInCodap,allowing us to remove latitude, longitude, and dayOfYear from handleDataContextChange dependencies
    bacalj committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b8fefac View commit details
    Browse the repository at this point in the history
  5. cleanup

    bacalj committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a2159f6 View commit details
    Browse the repository at this point in the history
  6. cleanup

    bacalj committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    38df5f2 View commit details
    Browse the repository at this point in the history