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

Add group chair contact info to meetings panel #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

benpankow
Copy link

Requires acm-uiuc/groot-groups-store#43.

Adds contact info for ACM group chairs to the meetings panel. After a slide with meeting information, the chair name and contact information for those groups are displayed.

image

<td>{fulltime}</td>
</tr>;
if (displayingMeetings) {
var location = meeting.meetingLoc ? meeting.meetingLoc : 'TBA';
Copy link
Member

Choose a reason for hiding this comment

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

Location, meeting_time, meeting_date, and fulltime can be calculated outside the if/else block

Copy link
Author

Choose a reason for hiding this comment

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

I removed them from the else block since they weren't used there - I can move them and the chair stuff outside the if/else, but then they would be calculated where they're not needed.

@bcongdon bcongdon self-assigned this Sep 11, 2017
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.

2 participants