Skip to content

Refactor session request events #6392

Description

@Planlos5000

Currently we have the following events for the session requests

  • REQUEST_CREATED
  • REQUEST_UPDATED

The REQUEST_CREATED event is sent when a new session request is created. It sends the created session request.
The REQUEST_UPDATED event is sent when a session request is updated. It sends the updated session request.

We want to have the following events

  • REQUEST_CREATED
  • REQUEST_UPDATED

The REQUEST_CREATED event is sent, when a session request is created. It sends the user id of the created session request.
The REQUEST_UPDATED event is sent, when a session request is updated. It sends the user id of the updated session request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackendAt least some of this PR changes stuff in the backend codeFrontendAt least some of this PR changes stuff in the frontend coderefactorThis pull request or issue adds a refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions