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

Split wcc-contentful GEM into Webpage CMS features and data access #80

Closed frizman21 closed 6 years ago

frizman21 commented 6 years ago

Split the wcc-contentful GEM into two parts: data access and the "Webpage CMS" features.

Data Access:

Webpage CMS:

In developing these two gems, it would make since for an interface to live between them. This potentially would allow a different data source to replace Contentful and not have to change the entire gem.

We agreed that these two gems would be versioned together, likely living together in the same git repository.

The scope of this card does NOT include making something work that doesn't currently. The items listed here are only useful in that they describe the functional allocation (which functions go where) in splitting up the functionality.