cauli
cauli copied to clipboard
Improve CauliViewController with sections
- [ ] write ticket
- [ ] self review
- [ ] update commit message
A while ago I started to introduce more structure into the CauliViewController with an enum separating intercepting and displaying florets. What do you think @brototyp, is this an idea worth to continue?
Hm, interesting. The other day I actually thought about merging both of them together. There is one downside of separating both: What if a floret is both. An intercepting and a displaying floret? For example the MapRemoteFloret
. It does intercept all requests and at the same time it displays a settings page where you can enable and disable all mappings.
I am not sure yet, but we could change it to actually just have a single array of florets. In there all displaying florets have a disclosure triangle and all intercepting florets have a switch.
Do you think that would make things more clear? Easier? Or actually rather more irritating?