I use a Board view to list out my tasks by priority and day of the week. I have a “due date” field and I’m trying to configure some filter scheme that will add color when a task is due within the week.
There’s a built-in filter for date fields. Exact date, today, tomorrow, and yesterday all make sense as options. However, one week ago / one week from now / one month ago / one month from now seem odd. It’s unlikely someone only wants the filter to apply if a date is exactly on the one week or one month anniversary or exactly that long in the future. Ideally, it would be “within one week from now” instead of “one week from now”. So the color code could progress as the date draws closer or gets farther into the past.
Is there some automation or something I could use to highlight upcoming due dates? I thought of calendar view, but that requires date ranges, where due date are single days, so that doesn’t seem quite right.
Thanks for any tips / feedback.