-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a "Shadow user" Feature #39
Comments
Was thinking about this, and I'm not sure if this is what you were thinking: If so, I think it could work. Just need a way to send the values through the hub, which should be fairly easy I think. |
I'm having some trouble figuring out which way to go here. I like this, but it may not work if someone has a specific layout or other design constraint. I was thinking about just replacing the values, but then what do you do when the other user is typing in the same field as you? I'm wondering if we should just lock the field (or the whole form?) when someone else starts editing? Prompt the viewing users and lock the form? |
Whatever route we go here, we'll need to push the values out to the other clients, so I'll start there with #40. |
Okay, #41 includes the change to the modify event that includes the new field value. If you wanted implement this per your fiddle I think that should be fine - even if down the road we come up with multiple formatter options (passed into the initialization of the CollidR). |
I created the shadow-user branch for this feature. I'm not doing anything in there, but we can collaborate on that branch to work this stuff out. |
Okay, I will try to get that part done this weekend. |
Some things to consider:
|
When user "A" starts editing a record, give the option to other users to shadow changes for user "A".
Example:
The text was updated successfully, but these errors were encountered: