|
You can just ask anything about the project, the makers and where it's going here |
Answered by
Nozzit
Aug 18, 2026
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Following up on this — it's built now. There's a new filter field called "In progress": pick it in the Filter dialog and it has a single
betweenoperator with two date inputs. It checks whether a task was active at any point during that window (an interval-overlap test on start/finish), so it also catches tasks that span the whole period without literally starting or ending inside it — the case a manual "starts during OR ends during" combination would miss.It's merged to
main, so it'll be live on the web app (open-planner-studio.open-aec.com) shortly, and will ship in the next desktop release.