-
Notifications
You must be signed in to change notification settings - Fork 508
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
Refactoring the developer meetings page #1178
Conversation
this works locally but I have no idea why...
where it's really Friday FEEL THE PAIN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ace @arschles! Also nice cheeky bit of JS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Can you clean a few small things up?
docs/static/js/dev-meetings.js
Outdated
|
||
// get next thursday in moment format for each time | ||
// (so that we can more easily print it out) | ||
const time20 = moment(). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see this being used anywhere.
docs/static/js/dev-meetings.js
Outdated
} else { | ||
time22ID.innerHTML = time22Str + " (Friday)"; | ||
} | ||
// const tz = jstz.guess(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you clean up comments as it is confusing?
Thanks for the reviews @chriscoffee and @manugupt1 ! @manugupt1 I addressed your feedback. Can you take another look when you have time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @arschles
What is the problem I am trying to address?
The developer meetings page was a little bit unclear, and it didn't show the rotating times for the meetings properly. Folks also had trouble converting UTC to their own time zone.
How is the fix applied?
I tried to make the developer meetings page clearer and put in some JS code to guess the time zone. I have no idea what I'm doing though...
Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.
N/A