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

A way for OpenHacks to display their status #71

Open
qrush opened this issue Dec 18, 2012 · 6 comments
Open

A way for OpenHacks to display their status #71

qrush opened this issue Dec 18, 2012 · 6 comments

Comments

@qrush
Copy link
Member

qrush commented Dec 18, 2012

The main problem I have with the homepage of OpenHack is that it's difficult to tell which meetups are active, in progress, etc. I'm pretty sure we can put this metadata in the YAML frontmatter of each page in Jekyll...so for example:

---
layout: default
title: OpenHack - Buffalo
status: active

---

And then we can display that on the home page. I need to double check my Jekyll wizardry, but even a rake task to do this would work.

What statuses would there be? I'm thinking:

  • Preparing (Looking to organize, no dates set yet)
  • Active (Meetups actively scheduled)
  • Inactive (Meetups held in the past, no future meetups scheduled currently)
@anoldguy
Copy link
Contributor

If we're going to put status in there, there's no reason you couldn't have meta-data about # of attendees, open-source commits, Mt.Dews/Beers consumed, etc... Yes, it's crude, but if we're going to treat the YAML as a flat-file DB (which I'm ok with), then let's put some good stuff in there, too. 👍

@qrush
Copy link
Member Author

qrush commented Dec 18, 2012

I'm 👎 on bloating the metadata or making it more cumbersome to maintain. The status of a group is due to change infrequently.

@ilikepi
Copy link
Member

ilikepi commented Dec 18, 2012

I think status would be good in theory. The main issue would be groups that were previously Active, but then became Inactive through neglect, since the members of those groups might neglect to update their own status. There would have to be some occasional house cleaning by members of other groups (which is fine of course).

With respect to adding other metadata, it would seem better to wait until there was a reason to show that metadata outside of the city page itself before adding it. We add attendee count to Providence's page already after each meetup. I don't think we'd see an immediate benefit from adding it to the page metadata as well unless it was to appear elsewhere on the site.

@qrush
Copy link
Member Author

qrush commented Dec 18, 2012

Good point. Who maintains the unmaintainable? 😖

What if we just did Preparing/Active to start?

@anoldguy
Copy link
Contributor

I can live with that. I'm just pretty pumped about OpenHack, and was looking at ways to spice it up. I have no problem sticking with basics, tho. 🤘

@afeld
Copy link

afeld commented Jan 31, 2013

I run a group called Hacker Hours, and have a little bit of JS that pulls in the next upcoming Meetup here.

Might be a useful way to automate this process, potentially showing if there's an upcoming Meetup, or if there's been one recently or not.

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 a pull request may close this issue.

4 participants