team-bubbles / nmcs1

New Media Career Skill 1 Portfolio site. All rights reserved.
GNU General Public License v3.0
1 stars 2 forks source link

Backbone Template Structure #10

Closed lcb931023 closed 10 years ago

lcb931023 commented 10 years ago

Main Page -----------Each project grid is generated with the same template. These blocks get loaded in via ajax Project Detail -----------Load via ajax the detail's templates, then generate the page + finish transition animation

Using the Template: Templates act as formats. User populate templates with models (cousin of JS object by backbone). User only need to concern about changing the data inside these models, as well as which template to use. We can call this part that's open to the user "configuration files".

lcb931023 commented 10 years ago

http://ricostacruz.com/backbone-patterns/ Backbone Patterns & Best Practices

lcb931023 commented 10 years ago

Delay the implementation of dynamic project grid templating; get project detail loading first

lcb931023 commented 10 years ago

Project detail loading done KINDA.