
November 29th, 2012, 12:47 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 16 m 38 sec
Reputation Power: 0
|
|
|
[Backbone.js] Structuring a calendar application
Hello, I'm new here.
I'm trying to make a calendar application. I have some difficulties in rendering the calendar. I'm using backbone.js. I can't decide whether to have one month model which will keep all the data or to have a day model and a collection of day models. Which is the best way to structure my code? Can you give me some advice?
|