Hello guys,
I’m a newbie on bubble and start building a little “ToDo” app to understand databases etc.
I have two use cases now where I don’t understand to set the right parameters.
First things first:
I use a repeating group row to show new tasks. And I built a button called “overdue”.
So, first of all: I want to highlight every task with a due day older than today red and every task with due date today in green. (Due day in future is just black)
How can I do this?
Second: If the button “overdue” is active (toggle on), I want to hide every task with due date in the future.
I duplicated my group and say “show whole regular list include overdue” (and “hide overdue list”) when “overdue”-button is toggle off and say “hide regular list” (and “show overdue list”) when “overdue”-button is toggle on.
It works, but I have no idea how to say “show in overdue repeating group just tasks with due days older than today”.
Do you have any ideas or ressources? (Maybe you also know a course to understand conditional logics better?)
Thanks,
Sven