Restructuring the js files.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 25 Aug 2017 19:46:13 +0000 (15:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 25 Aug 2017 19:46:13 +0000 (15:46 -0400)
commite711886cd09922103bc828f14c42250df3397944
tree20311815d10ec587db4146da4d9d63d1ada41114
parent97b3bbd416ab597dc2909b626a395917f0f10954
Restructuring the js files.

I have the regEvent outputting it's model (bootstrapped) to the view.
I have the regClass outputting it's model (bootstrapped) to it's view.
I'm working on getting the Accounts to save to localStorage and keep one
unique id for it's collection.
18 files changed:
js/collections/accounts.js
js/collections/eventRegList.js [deleted file]
js/collections/regClasses.js
js/eventRegApp.js [deleted file]
js/models/account.js
js/models/classes.js [deleted file]
js/models/regClass.js
js/models/regEvent.js
js/views/account.js [new file with mode: 0644]
js/views/app.js
js/views/eventList.js [deleted file]
js/views/eventReg.js [deleted file]
js/views/eventRegApp.js [deleted file]
js/views/eventRegistrant.js [deleted file]
js/views/regClass.js [new file with mode: 0644]
js/views/regEvent.js [new file with mode: 0644]
models/front/registrations/registration.php
views/front/registrations/registration.html