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

Add replay button to sensor and asset pages #463

Merged
merged 39 commits into from Sep 8, 2022
Merged

Add replay button to sensor and asset pages #463

merged 39 commits into from Sep 8, 2022

Commits on Jul 15, 2022

  1. Add replay button to sensor page

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 15, 2022
    Copy the full SHA
    efd77e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Add replay time below replay button

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 16, 2022
    Copy the full SHA
    11f241d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Include older beliefs in replay

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 18, 2022
    Copy the full SHA
    cd8ce8e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Show only most recent beliefs in replay at any given time, and add ne…

    …w slice to simulatedData instead of reslicing result all over
    
    (also time function performance)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 21, 2022
    Copy the full SHA
    33b67a2 View commit details
    Browse the repository at this point in the history
  2. Speed up: no need to resize

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Jul 21, 2022
    Copy the full SHA
    7d346a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Make sure vega view is embedded in page before attempting to change i…

    …ts dataset
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 8, 2022
    Copy the full SHA
    15cab01 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Typo

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    3ed6847 View commit details
    Browse the repository at this point in the history
  2. Add replay button to asset page

    Instead of having multiple columns with event_values, named by sensor_id, we switched to one column containing the sensor_id, in addition to the column holding the event_values.
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    4697771 View commit details
    Browse the repository at this point in the history
  3. Pass along sensor information as an object

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    e9cbcf4 View commit details
    Browse the repository at this point in the history
  4. black

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    0cd4c2a View commit details
    Browse the repository at this point in the history
  5. missing type annotations

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    0333e21 View commit details
    Browse the repository at this point in the history
  6. Nicer js formatting

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    366cd4f View commit details
    Browse the repository at this point in the history
  7. Remove obsolete code

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    ce6d5b1 View commit details
    Browse the repository at this point in the history
  8. Refactor: move partition function into replay-utils.js

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    806b294 View commit details
    Browse the repository at this point in the history
  9. Add dict representation of sensor to JSON representation of BeliefsDa…

    …taFrame and refactor: move updateBeliefs function into replay-utils.js
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    92cf69e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    96e889a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into replay

    Signed-off-by: Felix Claessen <30658763+Flix6x@users.noreply.github.com>
    Flix6x committed Aug 11, 2022
    Copy the full SHA
    67c0403 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Remove duplicate swipe functionality on the sensor page (already cont…

    …ained in leftsidepanel block)
    
    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 12, 2022
    Copy the full SHA
    d6be297 View commit details
    Browse the repository at this point in the history
  2. Refactor: move sensor chart setup to base

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 12, 2022
    Copy the full SHA
    715964a View commit details
    Browse the repository at this point in the history
  3. Refactor: simplify

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 12, 2022
    Copy the full SHA
    36e6846 View commit details
    Browse the repository at this point in the history
  4. Refactor: rename and simplify

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Aug 12, 2022
    Copy the full SHA
    96cdcf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Add inline comments

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    04c401a View commit details
    Browse the repository at this point in the history
  2. Add docstrings to replay-utils.js

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    3eea7bb View commit details
    Browse the repository at this point in the history
  3. Rename parameter

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    2e2bf00 View commit details
    Browse the repository at this point in the history
  4. Remove obsolete variable

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    06891f2 View commit details
    Browse the repository at this point in the history
  5. Rename simulation/playback to replay

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    4b5a540 View commit details
    Browse the repository at this point in the history
  6. Rename function

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    8e7703f View commit details
    Browse the repository at this point in the history
  7. Pass beliefs data rather than fetch result to replay function

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    26df36b View commit details
    Browse the repository at this point in the history
  8. Add docstring to replay function

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    0c8bbe7 View commit details
    Browse the repository at this point in the history
  9. Move beliefTimedelta to replay-utils.js

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    a7e411b View commit details
    Browse the repository at this point in the history
  10. Remove logging statements

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    8a0b88c View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d626855 View commit details
    Browse the repository at this point in the history
  12. Changelog entry

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 5, 2022
    Copy the full SHA
    299cf37 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    abfa2c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Copy the full SHA
    75b286c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add missing semicolons

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 8, 2022
    Copy the full SHA
    89536e6 View commit details
    Browse the repository at this point in the history
  2. Add inline comments

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 8, 2022
    Copy the full SHA
    120de6d View commit details
    Browse the repository at this point in the history
  3. Remove obsolete commented out lines

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 8, 2022
    Copy the full SHA
    266d2ae View commit details
    Browse the repository at this point in the history
  4. Expand docstring of partition function

    Signed-off-by: F.N. Claessen <felix@seita.nl>
    Flix6x committed Sep 8, 2022
    Copy the full SHA
    99fe8de View commit details
    Browse the repository at this point in the history