Skip to content
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

Merged
merged 8 commits into from
Apr 23, 2019

Conversation

arschles
Copy link
Member

@arschles arschles commented Apr 5, 2019

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

@arschles arschles requested a review from a team as a code owner April 5, 2019 19:22
arschles and others added 2 commits April 5, 2019 12:34
Copy link
Member

@chriscoffee chriscoffee left a 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

Copy link
Member

@manugupt1 manugupt1 left a 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?


// get next thursday in moment format for each time
// (so that we can more easily print it out)
const time20 = moment().
Copy link
Member

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.

} else {
time22ID.innerHTML = time22Str + " (Friday)";
}
// const tz = jstz.guess();
Copy link
Member

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?

@arschles
Copy link
Member Author

Thanks for the reviews @chriscoffee and @manugupt1 !

@manugupt1 I addressed your feedback. Can you take another look when you have time?

Copy link
Member

@manugupt1 manugupt1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @arschles

@manugupt1 manugupt1 merged commit 5dda2be into gomods:master Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants