mobie / mobie.github.io

1 stars 3 forks source link

Additive vs exclusive views #21

Closed constantinpape closed 3 years ago

constantinpape commented 3 years ago

I realized that we need two different kind of views:

I think we need to be explicit about this and add a boolean field to view to represent this. Maybe isExclusive or isAdditive?

What do you think, @tischi, @K-Meech?

tischi commented 3 years ago

Good one. Let's add isExclusive.

constantinpape commented 3 years ago

Done.