Setup of the trip planner.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Oct 2018 20:26:57 +0000 (16:26 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Oct 2018 20:26:57 +0000 (16:26 -0400)
commiteaa78fa7fac55dde0afd3e5c6218166b8ef4ddd2
tree8b384cc0af26073f797feb8a3165df757b5494fe
parentee8fe5676bc5963ade9c5d598c8cd4e1867037ef
Setup of the trip planner.

1st version of the database is setup. 0.0.1
Trip planner buttons added to each member in the list.
Adds to the trip planner.
Removes from trip planner.
16 files changed:
classes/data/dataSettings.php [new file with mode: 0644]
index.php
js/front.js
models/admin/ajax/itineraryList.php
models/admin/settings/itinerary.php [new file with mode: 0644]
models/front/itinerary/list.php [new file with mode: 0755]
setup/adminHooks.php
setup/adminMenus.php
setup/adminTabs.php
setup/databaseScripts/create_database_V0.0.1.sql
setup/databaseScripts/dbVersions.php [new file with mode: 0644]
setup/frontHooks.php
setup/shortcodes.php
setup/validActions.php
views/admin/settings/itinerary.html [new file with mode: 0644]
views/front/itinerary/list.html [new file with mode: 0644]