Work on RegRequest and cart
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Sep 2017 20:45:51 +0000 (16:45 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Sep 2017 20:45:51 +0000 (16:45 -0400)
commit16188fd8c3aebd8035e330c4e601cfc1ae30a1a5
tree9edc65ce4f08e2c3d37adb71c490f1eaf03029c9
parentbd8e4ba176b72e4e63076d9251f04902b3a139ed
Work on RegRequest and cart

Working on setting up data into the database for reg_class and reg_rate
to bring them into the front end with the model. Getting different type
of data for the pricing. Remove extra $ from the template.

Starting working on the cart. I'll need to create new model for the
registrants.
13 files changed:
gulpfile.js
js/collections/front/accounts.js
js/frontRegApp.js
js/models/front/account.js
js/models/front/cart.js
js/models/front/request.js
js/views/front/app.js
js/views/front/regClass.js
models/admin/ajax/account.php
models/admin/ajax/regFront.php
models/admin/ajax/regFront/account.php [new file with mode: 0644]
models/front/registrations/registration.php
views/front/registrations/registration.html