Moved some files around
This commit is contained in:
28
modpol/modules/child_org.lua
Normal file
28
modpol/modules/child_org.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
-- CHILD_ORG
|
||||
-- Module that enables user to create child in current org
|
||||
|
||||
-- Initial configuration
|
||||
modpol.modules.child_org = {}
|
||||
modpol.modules.child_org.name = "Create child org"
|
||||
|
||||
|
||||
-- == REQUEST ==
|
||||
|
||||
-- gather data from initiator: child org name, comment
|
||||
|
||||
-- function: modpol.modules.child_org.request
|
||||
|
||||
|
||||
|
||||
-- == CONSENT ==
|
||||
|
||||
-- function: modpol.orgs:consent(process_id, result_function)
|
||||
-- the result function should begin the completion process below
|
||||
|
||||
|
||||
|
||||
-- == COMPLETION ==
|
||||
|
||||
-- if approved/if failed functions?
|
||||
|
||||
-- function: modpol.modules.child_org.create(initiator, parent_org, child_org)
|
0
modpol/modules/join_org.lua
Normal file
0
modpol/modules/join_org.lua
Normal file
0
modpol/modules/leave_org.lua
Normal file
0
modpol/modules/leave_org.lua
Normal file
0
modpol/modules/remove_org.lua
Normal file
0
modpol/modules/remove_org.lua
Normal file
Reference in New Issue
Block a user