Skip to content
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

Allow to import list of participants #13451

Open
nickvergessen opened this issue Oct 2, 2024 · 3 comments
Open

Allow to import list of participants #13451

nickvergessen opened this issue Oct 2, 2024 · 3 comments
Labels
1. to develop enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: conversations 👥 feature: frontend 🖌️ "Web UI" client feature: meetings 📅 Covering the webinary usecase incl. Lobby

Comments

@nickvergessen
Copy link
Member

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

E.g. CSV list of email,displayname to add many (at another place exported) participants easily

@nickvergessen nickvergessen added 1. to develop enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: frontend 🖌️ "Web UI" client feature: meetings 📅 Covering the webinary usecase incl. Lobby feature: conversations 👥 labels Oct 2, 2024
@nickvergessen nickvergessen added this to the 🌠 Next Minor (30.1) milestone Oct 2, 2024
@Antreesy
Copy link
Contributor

Antreesy commented Oct 9, 2024

  1. We do not currently have an API option for bulk adding of participants to reuse here (and during conversation creation).
  2. Javascript should be able to generate CSV file for import/export, but if it's preferred to done on backend, also fine by me

Frontend:

Design note:

Participants setup dialog from conversation creation can be reused (to be called from Right Sidebar):

Image

  • Import option in three-dot-menu next to the searchbar (combined with dialpad button or separately?)
  • Export option in the dialog footer (or also in three-dot menu?)

@nickvergessen
Copy link
Member Author

but if it's preferred to done on backend

The target usecase is events with up to 2k participants. I don't think we should send 2k add-participants requests for that 🙈

@nickvergessen
Copy link
Member Author

The export is most likely from another product, not from another chat/conversation in first place.
So not sure this makes sense to combine UI wise. Export needs to happen during/after a call/meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: conversations 👥 feature: frontend 🖌️ "Web UI" client feature: meetings 📅 Covering the webinary usecase incl. Lobby
Projects
Status: 📄 To do (~10 entries)
Development

No branches or pull requests

2 participants