opensourcedesign / events

:date: Upcoming events, conferences, meetups related to Open Source Design
https://opensourcedesign.net/events
GNU Affero General Public License v3.0
51 stars 20 forks source link

Change past events to status: past #97

Closed patdavid closed 6 years ago

patdavid commented 6 years ago

There needs to be a better mechanism for catching events by passed dates and changing them appropriately.

It could be done with javascript, but adds a js dependency to view the page correctly.

It could be coupled with a build-time method, but unless the site is constantly built on a schedule (as opposed to a push on git) this won't really fix it either.

jancborchardt commented 6 years ago

@patdavid thanks!

It could be done with javascript, but adds a js dependency to view the page correctly.

That's no problem, we already use JS a lot. If you can contribute that as a pull request it would be awesome! :) Any help is welcome.

jancborchardt commented 6 years ago

Also @patdavid you are member of the organization so you can also just branch off master in this repository instead of needing to use your fork. :) That makes updating and collaboration much easier.