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

refactor: less information sent per SessionUpdate (Backend) #4246

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8373768 View commit details
    Browse the repository at this point in the history
  2. updated the board session dto, since we only want the user id referen…

    …ced here and not a whole user
    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f2c2454 View commit details
    Browse the repository at this point in the history
  3. simplified the db call, since we only need to get the IDs from each s…

    …ession
    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    00401a8 View commit details
    Browse the repository at this point in the history
  4. introduced a new board event, since it should only publish data for a…

    … specific session
    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0e12ab7 View commit details
    Browse the repository at this point in the history
  5. simplified code, since we do not need to broadcast to all boards goin…

    …g foreward, only data of the current session is published to the current board
    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    02d24e5 View commit details
    Browse the repository at this point in the history
  6. adapted new session stuff

    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2e9c408 View commit details
    Browse the repository at this point in the history
  7. adjusted tests for new session dto

    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    206a5fe View commit details
    Browse the repository at this point in the history
  8. adapted postman tests

    Benedict Homuth committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8668f81 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

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