devict / devict.org

The amazing devict.org
https://devict.org
6 stars 27 forks source link

Separation of "upcoming" and "past" events #18

Closed sethetter closed 10 years ago

sethetter commented 11 years ago

We should have some way of keeping "upcoming" and "past" events separated. Both visually in the interface as well as in the database.

keelerm84 commented 11 years ago

The database already has a date field for when the event is scheduled, so that portion is taken care of. We just need to handle this on the UI.

sethetter commented 11 years ago

:+1:

jcbwlkr commented 11 years ago

:space_invader:

sethetter commented 10 years ago

e7e81f3042

To simplify, I just made an upcoming attribute that's calculated when Event.update_events is run.

Still need to add an actual view for events that will show all upcoming events and all past events.