Open ExtAnimal opened 2 months ago
Forum post
This mixin would contain methods to configure, create and cache child calendar views.
It would relay the child view’s events to the owning calendar and pass in configs to the children and keep configs synced among children.
ResourceView does this, so the logic would be abstracted from that, and then ResourceView would be the first user of this mixin.
This would allow clients and us to create new view types which are aggregates of atomic calendar views.
Forum post
This mixin would contain methods to configure, create and cache child calendar views.
It would relay the child view’s events to the owning calendar and pass in configs to the children and keep configs synced among children.
ResourceView does this, so the logic would be abstracted from that, and then ResourceView would be the first user of this mixin.
This would allow clients and us to create new view types which are aggregates of atomic calendar views.