Introduction:
Hello Bubble community! I’m currently developing an app that assists users in finding open venues nearby. I’ve stumbled upon a unique filtering challenge with opening hours, and I’m seeking your insights.
Description of the Challenge:
Variable Opening Hours:
- Some venues have the peculiarity of having two separate opening periods within a single day. For example, they open in the morning, close early afternoon, then reopen in the evening.
- In my database, these hours are structured using fields like
OuvLun
,FerLun
for the first slot andOuvLun1
,FerLun1
for the second.
Daily Variability:
- The opening hours can differ from one day to another. Right now, I’m focusing on Mondays (represented by 0).
Here’s a screenshot showcasing how I’ve currently set up my filtering for Mondays.
Seeking Advice:
I’m wondering if there’s a simpler or more efficient way to handle this filtering. Manually handling every time slot for each day seems cumbersome, and I’m convinced Bubble has a sleeker solution.
Would it also be possible to copy-paste this entire block for other days?
Do any of you have suggestions or tricks to enhance this? Your expertise would be immensely valuable!
Thank you all for your time and insights!