You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy for implementing new features on the site if we had Events stored in the database. There should be one Event record for each of our monthly events (the hack nights will be handled seperately). For now, an event needs to have a date when it will take place and be associated with Talks.
Our schedule is fairly regular and so this could probably be automated to just have the events created for the next 3 months or so. Optionally, this could just be a function of the admin panel where Events are added manually.
This feature will be done when:
Events are stored in the database with a date and can be associated with Talks.
The front page should show the next meetup with the date and any scheduled speakers.
Bonus points: Add a page showing past events with the date and speakers.
The text was updated successfully, but these errors were encountered:
I'd like to try this one. I can combine it with the past events show page and event show page, since it's similar to something we've done recently: http://thewormhole.herokuapp.com/
also, is it cool if we update the version of Ruby used?
It would be handy for implementing new features on the site if we had Events stored in the database. There should be one Event record for each of our monthly events (the hack nights will be handled seperately). For now, an event needs to have a date when it will take place and be associated with Talks.
Our schedule is fairly regular and so this could probably be automated to just have the events created for the next 3 months or so. Optionally, this could just be a function of the admin panel where Events are added manually.
This feature will be done when:
The text was updated successfully, but these errors were encountered: