Dave Olsen

Results 42 issues of Dave Olsen

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...

enhancement
v3.x

The rendered file path is build is duplicated in several classes. Centralize it.

enhancement
v3.x

Do this outside of Config and make sure it's on the .gitignore list. Make it opt-in all the way.

enhancement
v3.x

Look at supporting the following: - a rules based set-up for building URL - rule switch on the starterkit install command - private repos via a GitHub credential/token - BitBucket...

enhancement
v3.x

Rather than give plugin authors access to the root of the PL config their config updates should be automatically scoped to their plugin namespace.

enhancement
v3.x

With plugins I need to clean-up: - config options - stuff in `./public/patternlab-components`

enhancement
v3.x

Not doing anything with this class. Just makes a file more verbose than it needs to be.

enhancement
v2.x

Classic example is `Template.php` and loaders. Look at loaded classes rather than load class based on file path. The latter is unreliable long-term.

enhancement
v2.x

Move the sayings into a YAML file instead of an array. A hair slower but easier to maintain.

enhancement
v2.x