Moved notes.txt to README.md file
authorSteve Sutton <ssutton@gmal.com>
Mon, 10 Nov 2014 01:38:10 +0000 (20:38 -0500)
committerSteve Sutton <ssutton@gmal.com>
Mon, 10 Nov 2014 01:38:10 +0000 (20:38 -0500)
README.md [new file with mode: 0644]
notes.txt [deleted file]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..d445eba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+#Gaslight Media Online Employment Application
+    Class setup for  MVC
+
+##Models:
+    job.php         = job posting
+    application.php = user submitted application form
+
+
+##Views:
+    Admin
+        index.php
+        listJobs.php
+        editJob.php
+        listApplications.php
+        viewApplication.php
+        printApplication.php
+
+    Front
+        index.php
+        listJobs.php
+        viewJob.php
+        applyOnline.php
+
+
+##Controllers:
+    pluginController.php
+        Used to setup the actions and hooks for the plugin to function in admin or the front.
+
+    adminController.php = for the admin side
+        activate-plugin.php
+            should have an init function for creating the database tables
+        upgrade-plugin.php
+            should have functions for upgrading the database versions
+
+    frontController.php = for front end
+
+
diff --git a/notes.txt b/notes.txt
deleted file mode 100644 (file)
index 10d62d8..0000000
--- a/notes.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-Gaslight Media Online Employment Application
-    Class setup for  MVC
-
-Models:
-    job.php         = job posting
-    application.php = user submitted application form
-
-
-Views:
-    Admin
-        index.php
-        listJobs.php
-        editJob.php
-        listApplications.php
-        viewApplication.php
-        printApplication.php
-
-    Front
-        index.php
-        listJobs.php
-        viewJob.php
-        applyOnline.php
-
-
-Controllers:
-    pluginController.php
-        Used to setup the actions and hooks for the plugin to function in admin or the front.
-
-    adminController.php = for the admin side
-        activate-plugin.php
-            should have an init function for creating the database tables
-        upgrade-plugin.php
-            should have functions for upgrading the database versions
-
-    frontController.php = for front end
-
-