You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an experimental feature i want to propose. When a user is viewing a metadata template for a post, they should get a realtime feedback of who else is on that page as a viewer and writer/editor.
this would require us to use socket.io with redis store to communicate this in real time to all users on a page.
Key features :
See all users who are also viewing the page
See all users who are editing a metadata field
Show which field they are editing
Deactivate edits on a field being currently changed
Goals :
Dissuade users from interfering with other people's work
Still simultaneously allow users to work on different part of the forms if they want to
The text was updated successfully, but these errors were encountered:
This is an experimental feature i want to propose. When a user is viewing a metadata template for a post, they should get a realtime feedback of who else is on that page as a viewer and writer/editor.
this would require us to use socket.io with redis store to communicate this in real time to all users on a page.
Key features :
Goals :
The text was updated successfully, but these errors were encountered: