diff --git a/doc/architecture.dot b/doc/architecture.dot index 4cbad4c..470fc6d 100644 --- a/doc/architecture.dot +++ b/doc/architecture.dot @@ -61,6 +61,8 @@ dw_brmburo [label="DokuWiki BrmBuro\n(plugin)"] bankpartial [label="Yearly Account Statements\n(/root/sap/parts currently)",shape=box] +apikey [label="apikey.ntlm",shape=note] + { rank=same @@ -75,7 +77,7 @@ dwpasswd [label="DokuWiki: conf/users.auth.php",shape=note] } - +apikey -> hb_fetch_fio [label="Read Accounts, Keys\nAnd Configuration",style=dashed] hb_fetch_fio -> bankpartial [label="cron *:57\nDownload CSVs",color=red] @@ -90,6 +92,8 @@ gitmembers -> hackerbase [label="Read and Parse\nData and Metadata",style=dashed dwpasswd -> hackerbase [label="Users Metadata",style=dashed] +apikey -> hackerbase [label="Read Account List",style=dashed] + hackerbase -> varlib [label="cron *:59\nGenerate static member pages",color=red] mailman -> hackerbase [label="Read Members Subscriptions",style=dashed]