Open wdconinc opened 2 years ago
I think the current setup gives us a little more flexibility. We can of course define a time window etc. Wouldn't this be an overkill?
More worried about how it looks when a conference of several months ago is still listed as 'upcoming'. Maybe we can have status: 'auto'
and only then use date.
Good point. I think we should do automatic expiry based on current date. There is some footwork but it's doable.
Proposal: add month
and day
fields in addition to year
, and use these for 'upcoming', 'past', but also for a sort
filter.
Right now we have
which requires
status
to beupcoming
orpast
and needs changes to_data
to get updated. A more scalable approach may be to add a fieldshow_until
and then use awhere_exp
based on current date.