Skip to content

POC: Real time updates#40

Open
Franck-Boost wants to merge 10 commits intomainfrom
v16/poc/realtime
Open

POC: Real time updates#40
Franck-Boost wants to merge 10 commits intomainfrom
v16/poc/realtime

Conversation

@Franck-Boost
Copy link

Connecting to the Signal R hub introduced in this PR:
umbraco#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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants