-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-10-23] [$1000] Feature request: Unable to add multiple emails at once as members to a workspace #26242
Comments
Triggered auto assignment to @maddylewis ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to @MitchExpensify ( |
I remembered I was able to search multiple emails at once. const newSearchWords = searchValue
.replace(/,/g, '')
.split(' ')
.map(word => word.trim());
return _.some(newSearchWords, (word) => {
const matchRegex = new RegExp(Str.escapeForRegExp(word), 'i');
return matchRegex.test(valueToSearch) || (!isChatRoom && participantNames.has(word));
}) @mallenexpensify But I think we should discuss about this carefully about why we implemented it then removed it later 😂 Result: Screen.Recording.2023-08-30.at.17.53.46.mov |
pinged Matt about this here - https://expensify.slack.com/archives/C01GTK53T8Q/p1693505035975329?thread_ts=1692837155.454539&cid=C01GTK53T8Q |
@maddylewis Whoops! This issue is 2 days overdue. Let's get this updated quick! |
So it seems that the PR I did wasn't to allow searching for multiple emails. That just allows us to search for chat names with commas inside them. That's for the search page, which is separate from the issue we're talking about here. |
Sorry for the delay. Without knowing much about the code, I think it's more common that people, especially companies (who pay us!), will want to add multiple users at once vs someone searching for emails or room names with commas in them (if they're even related, Jasper's comment above makes it sound like they're not). I can see this not being a quick/easy fix that should be thoroughly thought through before implementing. I think it's common for people to add multiple emails by having a comma in between each but maybe there's another/better way? Maybe we would have a tooltip or similar letting people know who to add multiples? |
Job added to Upwork: https://www.upwork.com/jobs/~017b2a4652d665e512 |
Current assignee @maddylewis is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
📣 @Juggernaut-98! 📣
|
Contributor details Your Expensify account email: [email protected] |
Quick question then I'll close. @francoisl @mananjadhav @Samueljh1 , if we wanted to replicate this for adding multiple email address to a room, how similar would it be to the work that was done here? |
I expect it to be very similar. I'd be happy to work on this as a separate issue. |
Thanks @Samueljh1 , I'm discussing internally, I'll tag you in the new GH for the new feature request if/when it gets created. |
Did this reverted because we didn't address how to show error messages? Reopening so that people see this |
@francoisl @mananjadhav @Samueljh1 Did this reverted because we didn't address how to show error messages? |
Yes, it was. Workspace will have to be restarted from scratch along with Room. |
Let's pause work on this until we settle having a unified design here: https://expensify.slack.com/archives/C01GTK53T8Q/p1703557793897069?thread_ts=1703360093.158969&cid=C01GTK53T8Q |
@francoisl, @mananjadhav, @Samueljh1, @maddylewis Huh... This is 4 days overdue. Who can take care of this? |
@francoisl, @mananjadhav, @Samueljh1, @maddylewis 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
Triggered auto assignment to @garrettmknight ( |
This comment was marked as duplicate.
This comment was marked as duplicate.
hiya @garrettmknight - nothing actionable on your end atm. i left BZ a couple of months ago but was waiting for some solid next steps on this one before un-assigning myself. it sounds like we're going to pause on this feature until some additional details are worked out - #26242 (comment) |
This is actively being redesigned with Groups so I'm going to close. We can reopen if it's still behaving unexpectedly once we update. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
Allow for multiple emails addresses to be added at once when inviting new members to a workspace.
Actual Result:
Unable to add multiple emails at once as members to a workspace
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.58.0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by: @mallenexpensify
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1692837155454539
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: