valnet / valuenetwork

Resource Planning and Value Accounting for Value Networks
http://mikorizal.org
GNU Affero General Public License v3.0
99 stars 25 forks source link

Shouldn't blow up when no patterns #334

Closed fosterlynn closed 9 years ago

fosterlynn commented 9 years ago

In a new installation, there are no patterns, because these rely on facet values, which need to be set up in conjunction with resource types, or at least that is a good way to think more clearly about them.

Some things that need a pattern now just err out if they can't find one. Should just disable these if no pattern.

fosterlynn commented 9 years ago

Alternatively, make up a very brief and very general set of facet values, like "work", "product or service", etc., set up very minimal patterns whenever needed. And load all of this as part of the installation load.

fosterlynn commented 9 years ago

Actually, this came up because we didn't run the fixtures file when setting up new test site. Closing, probably not an issue.