Skip to content

Instantly share code, notes, and snippets.

@tcosentino
Last active December 26, 2015 03:49
Show Gist options
  • Save tcosentino/7088461 to your computer and use it in GitHub Desktop.
Save tcosentino/7088461 to your computer and use it in GitHub Desktop.

Page function overview

The goal of this document is to describe the common functionality in each page, including how to add/create a new one.

Each page has three files that make it up: a template, view, and model (more of a helper to manage all the models that the page needs).

Note: the model manager should be abstracted but I haven't gotten to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment