Open danielrvidal opened 1 day ago
Triggered auto assignment to Contributor-plus team member for initial proposal review - @fedirjh (External
)
Update workspace chats beginning of chat history to reference "You" rather than your email
New feature
In here
We need to check if the current user ID === report?.ownerAccountID we will display 'you'
Update workspace chats beginning of chat history to reference "You" rather than your email
We always display the owner display name of policy expense chat
Display as you
if the owner accountID is the current user
report?.ownerAccountID === currentUserAccountID ? Localize.translateLocal('common.you') : ReportUtils.getDisplayNameForParticipant(report?.ownerAccountID)
report?.ownerAccountID === currentUserAccountID ? translate('common.you') : ReportUtils.getDisplayNameForParticipant(report?.ownerAccountID)
Sorry team, I'm going to put this on hold. We're still having some discussion that came in after I put this up.
Problem: Users are confused by workspace chats because we refer to their email rather than saying "You", which doesn't make much sense to them.
You can see the text below: This is where Danrvidal+test111912@gmail.com will submit expenses to Danrvidal+test111912@gmail.com’s Workspace. Just use the + button.
Solution: If the user looking at the workspace chat is themselves, refer to them as you.
So the text will be:
All other users will still see the same thing.
Issue Owner
Current Issue Owner: @fedirjh