If a certain event takes place regularly (e.g. a meeting), more and more entries accumulate in the "Date options" tab, which makes editing increasingly confusing. For archiving reasons, past events should not be deleted - but how could I achieve to be able to hide them (temporarily) in the "Date options" tab (because I won't ever need to actually touch them)?
Idea:
- Attach a time attribute to the entries shown in backend, e.g.
data-date="yyyy-mm-dd"
- Use JS to hide entries with a date attribute earlier than "now" when activating a check box called "hide past dates"
If a certain event takes place regularly (e.g. a meeting), more and more entries accumulate in the "Date options" tab, which makes editing increasingly confusing. For archiving reasons, past events should not be deleted - but how could I achieve to be able to hide them (temporarily) in the "Date options" tab (because I won't ever need to actually touch them)?
Idea:
data-date="yyyy-mm-dd"