From: Chuck Scott Date: Thu, 20 Jul 2017 19:51:28 +0000 (-0400) Subject: Migraging documentation files to a new location. X-Git-Tag: v1.0.0^2~471 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c103d0754a24c25e81a64c448bd244289a86d929;p=WP-Plugins%2Fglm-member-db-registrations.git Migraging documentation files to a new location. --- diff --git a/misc/documentation/AddAnAdminTab.txt b/misc/documentation/AddAnAdminTab.txt deleted file mode 100644 index c697b47..0000000 --- a/misc/documentation/AddAnAdminTab.txt +++ /dev/null @@ -1,15 +0,0 @@ -Add an admin tab - -* Add a new section in setup/adminTabs.php - -* Add a model file - models/admin/{menu}/{action}.php - -* Add a view file - views/admin/{menu}/{action}.html - -* Add action to setup/validActions.php - -* If needed add a database table to the create_database_V...sql file - and update name to current database version, add an - update_database_V....sql file, and/or update dbVersions.php - -* If required add a data definition for any new tables diff --git a/misc/documentation/AssetsFlowAdmin.odg b/misc/documentation/AssetsFlowAdmin.odg deleted file mode 100644 index 5b7ac59..0000000 Binary files a/misc/documentation/AssetsFlowAdmin.odg and /dev/null differ diff --git a/misc/documentation/AssetsFlowAdmin.pdf b/misc/documentation/AssetsFlowAdmin.pdf deleted file mode 100644 index 3117b4c..0000000 Binary files a/misc/documentation/AssetsFlowAdmin.pdf and /dev/null differ diff --git a/misc/documentation/Card Processing b/misc/documentation/Card Processing new file mode 100644 index 0000000..077f3df --- /dev/null +++ b/misc/documentation/Card Processing @@ -0,0 +1,4 @@ + +Authorize.net - Stored customer profiles for additional charges. + +http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-customer-profile \ No newline at end of file diff --git a/misc/documentation/CreateNewAddOn.txt b/misc/documentation/CreateNewAddOn.txt deleted file mode 100644 index b93235f..0000000 --- a/misc/documentation/CreateNewAddOn.txt +++ /dev/null @@ -1,49 +0,0 @@ -Procedure to create a new GLM Members add-on plugin ----------------------------------------------------- - -* Checkout glm-member-db-sample and rename directory to glm-member-db-{add-on name} - -* From a bash prompt, run "SETUP_SCRIPT" - -* Create new repository named WP-Plugins/glm-member-db-{name of add-on}.git - -* If there are any databases associated with this add-on, setup the database scripts and - data under the "setup/databaseScripts" directory. If there are no database tables - with this add-on, remove all but the "readme.txt" file from that directory. - NOTE: No "update_database..." files should be there for a new add-on with new tables. - NOTE: There should be only one entry in the "dbVersions.php" file. - -* Carefully review "defines.php" file and update as needed. - -* Do a quick review of the readme.txt file and update as desired. - -* TEST - At this point the add-on should install and activate but not do anything. - - If there are any database tables, make sure they were created and are correct. - - Go to "Members" -> "Management" -> "Add-Ons" and make sure the add-on was - properly registered with the main plugin and that any database data is shown. - -* Adding menus - - Update "setup/adminMenus.php" and add menu section as described there. - - Add an entry in the validActions.php file. Pay attention to how slug name is - constructed ("glm-members-admin-{page}-{action}"). - - If needed add a database table to the create_database_V...sql file - Also add a "classes/data/data{Table}.php file - - Add a model file as "models/admin/{page}/{action}.php - - Add any desired view file as "views/admin/{page}/{action}.html - Note that additional possible view files should be named as... - "views/admin/{page}/{action}{Name}.html - - Test that when add-on is activated that the menu shows and is functional. - -* Adding tabs - - Update "setup/admin/Tabs.php" and add new tab filter as described there. - - Add an entry in the validActions.php file. Pay attention to how slug name is - constructed ("glm-members-admin-{page}-{action}"). - - If needed add a database table to the create_database_V...sql file - Also add a "classes/data/data{Table}.php file - - Add a model file as "models/admin/{page}/{action}.php - - Add any desired view file as "views/admin/{page}/{action}.html - Note that additional possible view files should be named as... - "views/admin/{page}/{action}{Name}.html - - Test that when add-on is activated that the tab shows and is functional. - - * \ No newline at end of file diff --git a/misc/documentation/DevelopmentDocuments/AdminDetail.odt b/misc/documentation/DevelopmentDocuments/AdminDetail.odt new file mode 100644 index 0000000..b6ffb55 Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/AdminDetail.odt differ diff --git a/misc/documentation/DevelopmentDocuments/AdminDetail.pdf b/misc/documentation/DevelopmentDocuments/AdminDetail.pdf new file mode 100644 index 0000000..f35e9af Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/AdminDetail.pdf differ diff --git a/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.odg b/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.odg new file mode 100644 index 0000000..5b7ac59 Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.odg differ diff --git a/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.pdf b/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.pdf new file mode 100644 index 0000000..3117b4c Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/AssetsFlowAdmin.pdf differ diff --git a/misc/documentation/DevelopmentDocuments/FrontEndDetail.odt b/misc/documentation/DevelopmentDocuments/FrontEndDetail.odt new file mode 100644 index 0000000..496d157 Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/FrontEndDetail.odt differ diff --git a/misc/documentation/DevelopmentDocuments/FrontEndDetail.pdf b/misc/documentation/DevelopmentDocuments/FrontEndDetail.pdf new file mode 100644 index 0000000..9c76847 Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/FrontEndDetail.pdf differ diff --git a/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.odg b/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.odg new file mode 100644 index 0000000..7e39a7d Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.odg differ diff --git a/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.pdf b/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.pdf new file mode 100644 index 0000000..df46a0d Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/RegistrationsFlowAdmin.pdf differ diff --git a/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.odg b/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.odg new file mode 100644 index 0000000..d5a727b Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.odg differ diff --git a/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.pdf b/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.pdf new file mode 100644 index 0000000..8fcba9e Binary files /dev/null and b/misc/documentation/DevelopmentDocuments/RegistrationsFlowFrontEnd.pdf differ diff --git a/misc/documentation/RegistrationsFlowAdmin.odg b/misc/documentation/RegistrationsFlowAdmin.odg deleted file mode 100644 index 7e39a7d..0000000 Binary files a/misc/documentation/RegistrationsFlowAdmin.odg and /dev/null differ diff --git a/misc/documentation/RegistrationsFlowAdmin.pdf b/misc/documentation/RegistrationsFlowAdmin.pdf deleted file mode 100644 index df46a0d..0000000 Binary files a/misc/documentation/RegistrationsFlowAdmin.pdf and /dev/null differ diff --git a/misc/documentation/RegistrationsFlowFrontEnd.odg b/misc/documentation/RegistrationsFlowFrontEnd.odg deleted file mode 100644 index d5a727b..0000000 Binary files a/misc/documentation/RegistrationsFlowFrontEnd.odg and /dev/null differ diff --git a/misc/documentation/RegistrationsFlowFrontEnd.pdf b/misc/documentation/RegistrationsFlowFrontEnd.pdf deleted file mode 100644 index 8fcba9e..0000000 Binary files a/misc/documentation/RegistrationsFlowFrontEnd.pdf and /dev/null differ