summaryrefslogtreecommitdiff
path: root/sceleton.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sceleton.txt')
-rw-r--r--sceleton.txt79
1 files changed, 79 insertions, 0 deletions
diff --git a/sceleton.txt b/sceleton.txt
new file mode 100644
index 0000000..0e7bb5e
--- /dev/null
+++ b/sceleton.txt
@@ -0,0 +1,79 @@
+
++ workframe
+
++ database
+ + tables
+
++ app
+ + controlers
+ + model
+ + js system
+ + scss system
+
++ front end
+ + welcome
+ + lessons list
+ + lesson
+ + text
+ + images
+ + video
+ + payment
+ + user
+ + profile
+ + control panel
+ + static
+ + about
+ + terms
+ + privacy
+ + login
+
++ blog
+ + articles list
+ + one article
+ + tags
+
++ back end
+ + admin panel
+ + add category
+ + write lesson
+
+
+
+---
+
++ login
+
++ register
+
++ reset-password
+
++ confirm
+ -> get: token = mp5( otp + email )
+ -> post: otp
+
+
++ welcome
+ -> last free chapters
+ -> course tree
+
+
++ course
+ -> course tree
+
++ chapter
+ -> course tree
+ -> chapter content
+
++ admin-bar
+ -> chapters
+ -> courses
+ -> media
+ -> new-chapter
+
+
++ admin-profile
+ -> payments
+ -> profile
+ ->
+
+