cozy-contacts-v2 icon indicating copy to clipboard operation
cozy-contacts-v2 copied to clipboard

Revamp data card view component as CompositeView

Open m4dz opened this issue 9 years ago • 0 comments

CardView contains multiples regions, one is the data view. It contains a CollectionView (for datapoints group), each item representing a subset of datapoints (emails, phones, etc). This is counter-productive nor in the Marionette philisophy. Instead, we should set the DataView as a CompositeView which handles the data, and deals with datapoints subset in their collection part. It'll be more simple and performant.

m4dz avatar Oct 15 '15 11:10 m4dz