Restructured data being sent to front-end for registration selection to be Event...
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 17 Oct 2017 20:25:43 +0000 (16:25 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 17 Oct 2017 20:30:05 +0000 (16:30 -0400)
commit2973497350b89f8f916c0e47191b3ab87bfc0765
tree13c6b236a9fb42525c32a15dcb9d091e781bec65
parentc47c871293f748c489263e1e9c4cd9a9531aaeb9
Restructured data being sent to front-end for registration selection to be Event -> Class -> Time (with rate info).
More cleanup on the admin registration levels & charges edit page
Added getEventForRegistration() function to provide resturcured data for front-end registation selection
New Database version that includes "reg_hours_before" for reg_event and removes event_name from several tables.
15 files changed:
classes/data/dataRegEvent.php
index.php
js/adminRegApp.js
js/views/admin/regRate.js
models/admin/registrations/events.php
models/front/registrations/registration.php
setup/databaseScripts/create_database_V0.0.13.sql [deleted file]
setup/databaseScripts/create_database_V0.0.14.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/drop_database_V0.0.13.sql [deleted file]
setup/databaseScripts/drop_database_V0.0.14.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.14.sql [new file with mode: 0644]
views/admin/registrations/eventDashboard.html
views/admin/registrations/eventEdit.html
views/admin/registrations/eventEditLevels.html