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

Event Calendar #12

Open
TheDahv opened this issue Jun 24, 2011 · 10 comments
Open

Event Calendar #12

TheDahv opened this issue Jun 24, 2011 · 10 comments
Labels
Milestone

Comments

@TheDahv
Copy link
Member

TheDahv commented Jun 24, 2011

Make a prettier calendar that doesn't rely on Google's presentation. Based on the provided JSON data (see the link at the end of this post) the calendar page should

  • List upcoming events by name in bullet format
  • Link to an event page within the site

The event page should also afford some means to 'check in' to give some kind of record of who attended. We would need to figure out how many past events to show, and how many future events to show to keep things clean.

Otherwise, we could offer some kind of filter system: 'Past Events' | 'Upcoming Events' | 'All Events'

If we really wanted to get fancy, we could offer some way to tie events to locations (which would introduce another model) so that we could filter by events at particular locations.

The Event model should contain the following information (presented in JSON here):

{
  google_uri: 'http://something.json',
  event_name: 'Beer && Code Seattle - Capitol Hill m/dd/yyyy',
  checkins: [],
  location: 'Capitol Hill'
}

JSON data lives at: https://www.google.com/calendar/feeds/nkm9kdgn47rdutq4nibvjp3qn4%40group.calendar.google.com/public/full?alt=json

@smoak
Copy link
Contributor

smoak commented Jun 24, 2011

See these two pages for some help on using the json output provided by google:

@TheDahv
Copy link
Member Author

TheDahv commented Jul 1, 2011

Here's my take on what it could look like:

Events/Calendar Page Mockup

@TotallyGatsby
Copy link

Tiny thing, but that google calendar image/button does seem adrift the way you have it laid out. Maybe pull it up so it aligns with the "more..."

Also, the way the text is aligned makes it difficult to scan through the dates/times. Maybe reverse it so the dates/times come first, and the event name comes afterwards? (Ie, put the information that is a constant length to the left.) That way you could scan through the dates, the times, or the event names without needing to jump around as much visually.

@TheDahv
Copy link
Member Author

TheDahv commented May 17, 2012

That's really good feedback. I will definitely work that in to a new mockup.

I actually recently had another idea for a different layout with a "tile" theme. What I'm imagining should be more visually engaging and hopefully make things easier to understand. I'll try to throw that together soon.

@TheDahv
Copy link
Member Author

TheDahv commented May 21, 2012

Ok, here is an idea I've been kicking around in my head:

Calendar Tile Mockup

This would pull future events from Google Calendar. Clicking on each tile would bring up a little flyout that would have the event description and address.

Something that would need to happen before I go with this would be to get some photography help and generate some prettier photos that we had the rights to.

Aesthetically, the style pays homage to the "business cards" we have on the People page. It could probably use some sprucing up and I'd play with the vertical rhythm when I build this in CSS.

What do you guys think?

@TheDahv
Copy link
Member Author

TheDahv commented May 21, 2012

Actually, I can notify everybody in the @BeerAndCodeSeattle organization, can't I? :)

@TotallyGatsby
Copy link

I like it, though the alignment of the image/text seems a little off to me.

@TheDahv
Copy link
Member Author

TheDahv commented May 22, 2012

So here's another update. I'd rather find more visually stimulating photos with less text on it, but I have the photos taking up the lower 3/4 of each tile. How about that?

Calendar layout

@DustinVenegas
Copy link
Member

I like the photos. It really feels like if there's ever a "presents" or third location it will be very beneficial. Not to scope creep, but what about "tonight" and "tomorrow" banners that show up on the corners?

@TheDahv
Copy link
Member Author

TheDahv commented Jun 21, 2012

Sounds interesting. Can you fork that idea into its own issue so we can iterate on it a bit more? I'd like to see some mockups to see what you mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants