rllc / llc-archives

Archived sermons, backed by the cloud
https://llc-archives.herokuapp.com
MIT License
1 stars 1 forks source link

Expose ids for Sermons and Congregations #36

Closed smcadams86 closed 9 years ago

smcadams86 commented 9 years ago

The Problem

Using the REST API for traversing sermons and congregations is a bit treacherous without exposing IDs. When sermons are sorted a certain way and an index is used to pick the sermon, the rendered sermon may be incorrect.

The solution

Expose id values for Sermon and Congregation objects

smcadams86 commented 9 years ago

@nmoll This will solve your navigation problems