Skip to content

Commit

Permalink
Notes to self
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Oct 28, 2022
1 parent 606c847 commit f33e886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

// TODO objectify this script so it's not a hunk of spaghetti code
// TODO implement daemon or crontab scheduling for regular runs
// TODO update documentation to remove the (redundant) community groups step

define("APP_NAME", "Blackbaud to Google Group Sync");

Expand Down Expand Up @@ -152,6 +153,8 @@ function dump($m, $name = false)
dump($bbMembers, "bbMembers");

step("compare to Google membership");
// TODO need to test for existence of Google Group and create if not present
// TODO should have a param that determines if Google Groups are created if not found
$purge = [];
foreach (
$directory->members->listMembers($bbGroup->getParamEmail())
Expand Down

0 comments on commit f33e886

Please sign in to comment.