patternlab-php-core icon indicating copy to clipboard operation
patternlab-php-core copied to clipboard

Reorganize PatternData into Pattern/Patterns and Collection/Collections

Open dmolsen opened this issue 9 years ago • 0 comments

Right now working with PatternData is messy because it combines two distinct elements, files (patterns) with directories (types/subtypes). Break these up to into pattern and collection "models." Then store the data separately and clean up property names as appropriate. Hopefully it will make creating and testing rules much easier.

Big change.

dmolsen avatar Aug 04 '16 01:08 dmolsen