Last active
September 21, 2016 06:52
-
-
Save twlca/dbe72bab24647cb975f04636288e757a to your computer and use it in GitHub Desktop.
105.05.11 修正版愛德組織架構
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 這個架構語法沒有錯,但陣列及物件格式仍待檢視 | |
// 可考慮另加 劃撥帳號:06692446 & 台銀台東:023001 104433 | |
twlca_architecture = { | |
"會員大會" : { | |
"理、監事會" : { | |
"理事長" : { | |
"執行長" : [ | |
"英文秘書", | |
{"內、外聘督導" : ["督導助理"]}, | |
{"主任" : { | |
{"志工隊" : ["隊長", "副隊長"]}, | |
{"會務行政組" : ["人事", "總務", "出納", "會計"]}, | |
{"二手舖" : ["台東店"]}, | |
{"社會工作組" : { | |
{"家庭服務" : ["長濱鄉原家中心", "東河鄉原家中心", "臺東市原家中心"]}, | |
{"老人服務" : ["長濱村關懷據點", "都蘭村關懷據點", "霧鹿村關懷據點", "海端村關懷據點", "崁頂村關懷據點", "大鳥村關懷據點", "廣原村關懷據點", "利稻村關懷據點", "加拿村關懷據點", "海端鄉日照中心", "海端鄉居家服務", "聯勸方案", "預計增闢樟原據點"]}, | |
{"兒童服務" : ["學童學費資助"]}, | |
{"偏遠地區社區照顧試辦計畫" : ["海端鄉"]} | |
}} | |
}}} | |
} | |
} | |
}}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment