watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Build menu structure and implement on JTJ #13

Closed gburgett closed 6 years ago

gburgett commented 6 years ago

The WCC Contentful gem now has facilities for defining the shape of various required content types. These validations are enforced on initialization, when the content types are downloaded from the Contentful API.

The WCC Contentful gem now defines the shape of Menus when they are added to a project. All Menus across all projects should have the same required fields. A generator has been added to populate a migration with this minimum structure, and validations have been added to enforce this minimum structure.

fixes half of https://zube.io/watermarkchurch/development/c/2059 (https://github.com/watermarkchurch/theporch-live/issues/145)

Implemented on Join The Journey