Skip to content

POC: Real time updates#19372

Draft
madsrasmussen wants to merge 10 commits intomainfrom
v16/poc/realtime
Draft

POC: Real time updates#19372
madsrasmussen wants to merge 10 commits intomainfrom
v16/poc/realtime

Conversation

@madsrasmussen
Copy link
Copy Markdown
Member

@madsrasmussen madsrasmussen commented May 20, 2025

Connecting to the Signal R hub introduced in this PR:
#17776

Discoveries while building this POC:

The created event should include the parent key. Or we need a separate event with this information
Currently, the created event includes the key of the newly created item. For the UI to update correctly, we also need to know the parent so we understand where to load from.

We need to include a "session key" to exclude SignalR events from the current user session.
We already have an internal event system that keeps track of UI updates within the current session. Updates will happen twice when SignalR events are also returned.

Server events should include the user key of the person who performed the action.
In the UI, we would like to display which user performed an action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant