-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: Change schedule datetime inputs in studio to user timezone [BB-5271] #29674
feat: Change schedule datetime inputs in studio to user timezone [BB-5271] #29674
Conversation
Thanks for the pull request, @kaustavb12! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. This is currently a draft pull request. When it is ready for our review and all tests are green, click "Ready for Review", or remove "WIP" from the title, as appropriate. |
ec15e95
to
86141d5
Compare
@kaustavb12 Thank you for the contribution! Is this ready for our review? |
@kaustavb12 I see that your cla check is still red. It should go green after your next commit or force-push. |
86141d5
to
dd69d8e
Compare
@natabene Yes, this is ready for review
Thank you. I forced-pushed and the CLA check has now passed. |
Hello @natabene! Would this change require a product review or is it suitable for a core contributor review? |
@nizarmah Let me check and post an update here. Thanks for asking. |
@nizarmah We will need to do a product review first. |
New internal ticket link: https://2u-internal.atlassian.net/browse/TNL-9986 |
dd69d8e
to
ed4c7cc
Compare
@natabene Can this be moved to community review? I can review it then. |
In the Course outline, setting Release Date and Time for subsections also uses UTC. |
@jmakowski1123 Hi Jenna - just checking to see if anything else is needed to get this through Product review? |
I was able to implement the feature and change to my local time zone, however the change doesn't carry over into the course outline view. Was that intentional? I think we want a consistent experience for the user such that if they choose to change their time zone, it will subsequently adjust all time showings across the UI. See below as the example I found - I see MST in the Settings, but UTC in the outline, in multiple areas. From the perspective as a former course team member and author, this feature would have been really helpful. I was constantly adjusting time zones in the head and getting anxious about whether I'd set the dates appropriately. That being said, we actively used UTC as a benchmark due to the global reach of our courses. As a future iteration, it might be helpful to have a super simple point-and-click (or even hover?) option for teams to very quickly and easily toggle in real-time between UTC and their local equivalent. Maybe @ProductRyan has more edx user data to support this? |
Changing UTC to a specific timezone or user prefer timezone has always been a top request from my clients. Course creators feel unnature and stressed to convert release time. Unfortunately, there are no easy ways for me to customize this feature. |
@jmakowski1123 flagging the author's response above. Please let me know when the Product review is complete. Thanks! |
Thanks for checking out the changes in this PR, and for your comments. Sorry the delayed response here.
I agree with you that changing the timezone across the entire studio UI would be a more consistent user experience. However, our client had a limited budget here, and so decided to prioritize the timezone changes in the settings page only, so that the course authors could set the course dates more confidently and not be confused with having to adjust the timezones while doing so.
So, yes it is intentional that the change does not carry over to the outline view. Will that be a blocker for this PR ? Or could we perhaps push this PR forward and have a second PR with timezone changes in the outline (and other) views ? cc. @mphilbrick211 |
Thanks a lot for your comments and sorry for the delayed response here.
I agree with you that changing timezone across the entire studio UI would be a more consistent experience. However, as I mentioned here the scope of this PR was kept limited to the settings page due to budgetary constraints.
Yes, the |
@jmakowski1123 flagging @kaustavb12's question above. |
Friendly ping on this, @jmakowski1123 |
@kaustavb12 thank you for your contribution. Schedule and dates is definitely an important pain point that we would like to address and improve. I do think that if applied to all of the UI, then this feature would be highly appreciated. The end user can implement the feature and change to their local time zone, however the change doesn't apply to the course outline view. We want a consistent experience for the user so that if they change their time zone, it will adjust all time showings across the UI. I do appreciate that your client had a limited budget and decided to prioritize the timezone changes in the settings page only. I do agree with Jenna Makowski’s comment on 12/15 that “as a future iteration, it might be helpful to have a super simple point-and-click (or even hover?) option for teams to very quickly and easily toggle in real-time between UTC and their local equivalent.” So, while I like what has been done, I cannot approve this contribution until it applies to all of the UI (such as course outline). |
Thanks for the update @cablaa77 |
@kaustavb12 just checking in on this to see if you have an update? |
@mphilbrick211 |
Thanks Kaustav!
Best regards,
Brad Brown
Product Manager, edX
…On Tue, Feb 14, 2023 at 8:48 AM Kaustav Banerjee ***@***.***> wrote:
@mphilbrick211 <https://github.com/mphilbrick211>
Thanks for checking. I'll schedule a task in our upcoming sprint to come
up with an estimate and decide accordingly.
I'll ping you here.
—
Reply to this email directly, view it on GitHub
<#29674 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2A6OG6RNHL2TJ2OXEB6NETWXOEJDANCNFSM5KTYIHEQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@cablaa77 @kaustavb12 This the scope of this feature change is going to be larger than the original PR, I've created a Feature Ticket on the Roadmap that can serve as the place for re-defining the scope. Can we please shift further communication here? thanks! |
Hi @kaustavb12 - I realize this is a draft, but just wanted to flag the "shellcheck" tests that have popped up. They will need to be run. Thanks! |
Hi @kaustavb12! Just checking to see if you plan to keep working on this, or if can be closed? |
@mphilbrick211 This ticket is on hold till the feature is more fully designed via openedx/platform-roadmap#239 |
@kaustavb12 Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
Currently in Studio, the coures date and time inputs in the "Schedule & Details" section are only in UTC. This could be confusing to some user.
This PR changes this to the user's prefered timezone as set by the user in account settings.
Which edX user roles will this change impact? "Course Author"
Testing instructions