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

Support a preparing status for meetups. #80

Closed
wants to merge 4 commits into from
Closed

Support a preparing status for meetups. #80

wants to merge 4 commits into from

Conversation

tristandunn
Copy link

Adding a "Coming Soon" section to the city navigation where preparing cities are listed. Cities that are preparing also have a little notice on their pages.

(It might be better to just move the notice to the Markdown instead of having two statuses. I didn't see a way to access the YAML from the homepage.)

Also, if this is merged, whoever does so gets one free punch for me including whitespace and refactoring in a feature pull request.

This fixes #71.

@qrush
Copy link
Member

qrush commented Feb 5, 2013

@tristandunn could i convince you to rebase this? still thinking of doing this.

@@ -29,11 +29,12 @@ task :city do
# 'Banana City, NY' => 'banana_city'
directory = name.split(',')[0].downcase.gsub(/\s+/, '_')
FileUtils.mkdir_p(directory)
preparing = "\nstatus: preparing" if ENV["PREPARING"]
Copy link
Member

Choose a reason for hiding this comment

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

is this necessary? why wouldn't all new open hacks be preparing by default?

Copy link
Author

Choose a reason for hiding this comment

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

Good call, updated my branch.

@tristandunn tristandunn closed this Jun 4, 2013
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.

A way for OpenHacks to display their status
2 participants