More redoing the front end application in backbone.js
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 24 Aug 2017 20:55:15 +0000 (16:55 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 24 Aug 2017 20:55:15 +0000 (16:55 -0400)
commit97b3bbd416ab597dc2909b626a395917f0f10954
tree97740eb0df9e8a1ce3eeca3e247565a23d51673e
parentcdc0937e6732ea182d330a911a94b47e52d9102a
More redoing the front end application in backbone.js

I now have json data going into the view file and it sets up a model for
RegEvent and collection of RegClasses. I'll need to work on setting up
the view files for the main regEvent next and apply the collection
also. It is possible with backbone.js to have nested collections and
models.
16 files changed:
js/collections/accounts.js [new file with mode: 0644]
js/collections/eventRegistrantList.js [deleted file]
js/collections/regClasses.js [new file with mode: 0644]
js/collections/regRates.js [new file with mode: 0644]
js/eventRegApp.js
js/models/account.js
js/models/classes.js [new file with mode: 0644]
js/models/eventReg.js [deleted file]
js/models/eventRegistrant.js [deleted file]
js/models/regClass.js [new file with mode: 0644]
js/models/regEvent.js [new file with mode: 0644]
js/models/regRate.js [new file with mode: 0644]
js/views/app.js
js/views/eventRegistrant.js
models/front/registrations/registration.php
views/front/registrations/registration.html