Hi.

Welcome to my blog. I document my adventures in travel, style, and food. Hope you have a nice stay!

Epicurious Recipe Box

Epicurious Recipe Box

epi_recipebox.jpg

Epicurious originally implemented their recipe box functionality storing data in their own database and the pages worked as an old-school webapp with a form post/page refresh needed for every action. Epi then partnered with Ziplist to provide a more robust recipe box functionality. Ziplist provides a REST API to get, save, and edit recipe box data, and I was tasked with rebuilding the entire front-end from scratch. I chose Backbone as the framework and worked withHon Chih Chen to implement the functionality.

Backbone worked out well for us, but there were plenty of challenges to overcome. First up was we had to override the default synch method because interacting with Ziplist required a custom OAuth-like system of signing API requests with tokens so I needed to run our authentication logic before firing the Ajax requests. The other main challenge was setting up ways to manage all of the multiple sub-views. The thing I like about Backbone is that it is lightweight and doesn’t force its structure on you. But it can also be overwhelming because it becomes tricky to figure out how to structure an app with lots of views and sub-views. In our case all of the views needed to respond to state changes with the central recipe box model. For example, if you delete a recipe from a folder, that change needs to broadcast out so the folder view, recipe view, and folder overlay views all know about this change. We ended up wiring up our own event and view managers to serve as a traffic cop and make sure all views received their necessary updates and updated appropriately.

I think we ened up with a relatively decoupled solution and we were able to leverage most of the code for use on the Epicurious recipe redesign. If I had to do this again, I would probably investigate using an application framework like Marionette to help with managing all of the views, but it’s good we built the solution by hand so we better understood where Backbone starts and ends.

Waveland and Clark Furniture Store

Waveland and Clark Furniture Store