Challenge Overview
Contentful.com is a cms as a service. That means you can use the api to create, publish, and display content that is authored in Markdown. We have run two first to finish challenges where we have created an api wrapper for Contentful in NodeJS using request and a code challenge “Contentful Client Showcase” For this challenge we would like to rerun the Contentful Client Showcase but not confine the development to a Salesforce Lightning Component.
Requirements:
1. Using a Contentful.com trial account and the blog sample space, create a Salesforce.com lighting component to display a paginated list view of “posts” from contentful.
2. Document how you can modify and or reuse your controller to supply a “filtered” to a listview of “posts”
3. Create a Salesforce.com lighting component detail view of a “post” and render the stored markdown in html with Showdown.js or equivlent. Clicking the title of the “post” in the list view should open this detail view.
4. Assuming I know nothing about building lightning components, (I really don’t) and provide step by step instruction on how to deploy and reuse your solution.
Good Luck
kbowerma
Final Submission Guidelines
1. Provide your code and documentation in a single zip file.
2. Provide a quick video of your solution in action (feel free to annotate your video if you are not comfortable with spoke English or don’t like the sound of your own voice)
3. Optional: provide a video code walk through (the judges really like this)