working on simManage

This commit is contained in:
STEINNI
2026-06-21 21:09:21 +00:00
parent 06a7868882
commit e2f8766b9f
17 changed files with 484 additions and 51 deletions
+8
View File
@@ -95,3 +95,11 @@ way of coexist both actions and events.
Describe a proposal that stays close to what we have, but separates events from actions.
We have another issue: If I'm not mistaken, a front-end "sender" UID is actually his login UID.
That means that a user opening 2 browsers is viewed as the same sender on both.
Therefore, using sender as upsert key in the subscriptions registry of observer is problematic,
because we should allow the same user to view different things on different browsers.
Maybe in the second browser he's viewing another angle, or meybe he's not viewing this particular sim at all.
Back to business.
I slightly changed the listSims query, so we can display sim name, primordial frame name and owner name.