Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants