Hi everyone,
First of all, I'm really happy to be part of the community!
I'm trying to build a simple Task Manager for my vacation rental side hustle in Notion. Basically, I have a database for Guests, and each guest will get its page with a few properties, and an inline database for Tasks. You can see an example screenshot attached.
For each guest, I have a pre-established set of tasks that need to be completed at various phases of the reservation, before check-in, during the stay, after check-out. This means that, for each guest, the Due Date of each task is always dependent on the Check-in, and Check-out dates. Not only that, but each task (or at least, group of tasks) have their own specific deadline. For example:
Task 1, Task 2, Task 3 - 5 days before Check-in
Task 4, Task 5 - 2 days before Check-in
Task 6, Task 7, Task 8, Task 9 - Check-in day
Task 10, Task 11 - 2 days after Check-in
Task 12, Task 13 - 1 day before Check-out
Task 14, Task 15 - Check-out day
Task 16, Task 17 - 2 days after Check-out
With that in mind, can this be done and, if so, what would be the formula to calculate the Due Date?
And one additional question: Could the formula use the properties (Check-in and Check-out) to calculate, or do I really need to add the Rollup columns to the inline database to then calculate the Due Date based on those?
Also, if you think this can be achieved in another, simpler way, please do share your ideas.
Thank you so much!
Rui