Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Duplicate Users #24

Open
clicketyclackety opened this issue Nov 11, 2022 · 1 comment
Open

Duplicate Users #24

clicketyclackety opened this issue Nov 11, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@clicketyclackety
Copy link
Owner

clicketyclackety commented Nov 11, 2022

Describe the bug
Currently a user can enter any name they wish, which means users can accidentally overlap.

To Reproduce

  1. Start a Shared Model
  2. Enter your name
  3. Open this shared model from another instance of Rhino
  4. Enter the same name

Expected behavior
The server should inform the user that this name is already taken and suggest an alternative name. Such as Paul -> Paul_1.

** Development Required**
A /users endpoint would need to be added to the server which returns a list of all the currently joined users.
And likely to prevent users names from getting stuck, an endpoint /signout to tell the server that a user has left.

@clicketyclackety clicketyclackety added bug Something isn't working help wanted Extra attention is needed labels Nov 11, 2022
@clicketyclackety
Copy link
Owner Author

Started Users section in server to resolve this potential issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant