Organize Kirby blueprint by dates

Hello,
I work at a Museum and we have a huge amount of exhibitions that we have on our website. I am wondering if we can organize the exhibitions in the blueprint panel by the ‘now on view’ date. If we are within a time range of an exhibition that is live, then it is in one categories, if we are past the date of the exhibition, then it is in a ‘past exhibitions’ section. I’m more curious if this is possible?

Visually, I want it to look like this example in the panel: https://getkirby.com/docs/reference/panel/samples/menu

But organized the way I described above. Really looking for information on if this is possible or if there are examples, even better. I can’t seem to find what I’m looking for online, thank you. I’m new to Kirby, so if I missed anything please feel free to ask questions incase I missed anything!

So the example you reference is using structrure fields with manually entered data. I think actually what you have is page for each exhibition. If thats the case, then you would probably need to use multiple Pages sections combined with queries to list the pages you desire in each area.

You can create custom queries to use with the query language if the built on ones dont quite do it for you.

You can filter things by date feilds. Here are some examples.