This is starting to look great!
All 48 of those chips for the whole day fit comfortably on the screen of my phone. Thanks for suggesting that!
The only thing I’m yet to figure out is this part:
P.S.
Come to think of it, I’ll probably have to use a separate column for each day of the week.
Because those chips only produce a string like this:
"06.30,07.00,07.30,08.00,17.00,17.30,18.00,18.30,19.00,19.30,20.00"
and I first have to convert that into an array of 48 boolean values like this:
[false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, true, true, true, true, true, true, false, false, false, false, false, false, false]
Then, I’ll have to concatenate all 7 of those arrays into one for actual use.
But hey, 7 columns (or 14 for that matter) is so much better than 336.
Thanks a lot!