Good evening,
My webapp aims at facilitating school homework for families via “fun - micro challenge” .
For 1 given family, there can have several kids in different classes at school; therefore, in step 1, the Family-Admin has to (1) create a family, (2) create users (kids), (3) and, very important, select school subjects per kid.
Then, the home page should display the subject (and earned points) of 1 given kid (he will select his firstname at each connection, given that we cannot rely on eMail for such young kids).
To deliver this ‘on-boarding’, I may create a very large sheet with multiple ‘visibility conditions’ which hide the Home page as long as initial steps are not dealt with. But this is heavy.
Does it exist a mean to hide full pages (and not fields) only when some conditions are met? (a hack could be: having some pages moving automatically, very fast, when some conditions are met…)
Many thanks in advance