Disclaimer: I’m french, so I may make some spelling and grammar errors
Hi Bubble community,
First, thank you to the creators of Bubble, I’ve been waiting a long time to be able to create an app without code!
I’m trying to build an app where an admin will be able to create a planning for a team with:
constraints known
constraints given by users in his team.
The first problem I’m facing is that I want to retrieve all days between 2 dates that the admin enters. The longest option I see is to rebuild a calendar in the database, but is there any simpler solution?
I tried to use FullCalendar but I wasn’t able to find anything in bubble to do that.
I ask an admin to create a planning with a begin date and an end date
I ask users from a team (linked to the planning) to give me their constraints (numbers of hours working in a month, date they cannot work…)
I make a workflow with all of that + structural constraints (2 people working on week-day, 1 people on week-ends…)
To do that, I was looking to create a background workflow to run on a specific date (is this possible by the way?). The workflow will count the number of week-days and week-ends, apply my structural constraints and then apply my team’s contraint.