Moved some files around

This commit is contained in:
Nathan Schneider
2021-09-27 15:36:19 -06:00
parent a1a6203bab
commit dc13e543d5
6 changed files with 126 additions and 0 deletions

View 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)

View File

View File

View File