-
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
[$150] Profile - External user can't view the time zone(Local time) changes in the main user profile #52470
Comments
Triggered auto assignment to @strepanier03 ( |
This behavior is expected, as we do not show the local time zone until the user has been validated. This was implemented here to address a significant privacy concern. To resolve this issue, we can remove the Line 138 in 67d7299
|
Edited by proposal-police: This proposal was edited at 2024-11-13 20:41:41 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Unvalidated user cannot see his own local timezone in What is the root cause of that problem?Here as seen in the video, the current user should be able to see his own timezone in his own Line 138 in 67d7299
This case is partially correct, we only want to show timezone on profile page of any user only when the participant is validated, but for self-DM as the participant is the current user itself, we should show the timezone in case of self dm What changes do you think we should make in order to solve the problem?Update the check to: const isSelfDM = ReportUtils.isSelfDM(report)
const shouldShowLocalTime = !ReportUtils.hasAutomatedExpensifyAccountIDs([accountID]) && !isEmptyObject(timezone) && (isParticipantValidated || isSelfDM); What alternative solutions did you explore? (Optional) |
@strepanier03 , note that the bug here is that there is no timezone displayed if the user visits his own profile from |
Job added to Upwork: https://www.upwork.com/jobs/~021858726442470926380 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
Upwork job price has been updated to $150 |
@strepanier03 I don’t think this is a bug. We hide the timezone for unvalidated users intentionally, as shown in the attached PR. Even for self-DMs, we shouldn’t display the timezone for invalidated users since they can log in with random numbers and view the timezone from their self-DM.
|
@IuliiaHerets Is the main user account (where all changes were made) validated? If not, the time zone is not expected to display. cc: @strepanier03 |
This is true for other user profiles right @sobitneupane ? for self-profile, user can view their own timezone without any issue |
@strepanier03, @sobitneupane Huh... This is 4 days overdue. Who can take care of this? |
@strepanier03, I believe this is not a bug but an intentional choice, as the user account is yet to be validated. |
@twilight2294 don't think it matters much whether we show or hide the timezone for the self-profile. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@strepanier03 @sobitneupane this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@strepanier03, @sobitneupane Whoops! This issue is 2 days overdue. Let's get this updated quick! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@strepanier03, @sobitneupane Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Issue not reproducible during KI retests. (First week) |
@strepanier03, @sobitneupane 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@strepanier03 @sobitneupane this issue is now 4 weeks old, please consider:
Thanks! |
I don't think it's worth adding the timezone only for self-DMs of unauthorized users. It's better to keep it consistent across all chats. |
Umm, i will leave it to @strepanier03 whether we should fix the bug or not, okay both ways 😄 |
@strepanier03, @sobitneupane Huh... This is 4 days overdue. Who can take care of this? |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@strepanier03, @sobitneupane 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@strepanier03 #52470 (comment) Good To Close |
Issue not reproducible during KI retests. (Second week) |
@strepanier03, @sobitneupane Whoops! This issue is 2 days overdue. Let's get this updated quick! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@strepanier03, @sobitneupane Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v9.0.61-0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): testpayment935 [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Prerequisite
Log in with Gmail account and changes time zone (Must be Gmail account)
Steps:
Expected Result:
External user can view the time zone(Local time) changes in the main user profile. (Expensifail account behavior)
Actual Result:
External user can't view the time zone(Local time) changes in the main user profile.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6663442_1731481143451.bandicam_2024-11-13_09-57-02-653.mp4
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @sobitneupaneThe text was updated successfully, but these errors were encountered: