summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/ccb
AgeCommit message (Collapse)Author
2016-04-07Adding getLookupTable API to MonitoredCCBAPIJesse Morgan
2016-04-07Adding updateIndividualProfile API to MonitoredCCBAPIJesse Morgan
2016-03-22Integrating the ProgressReporterJesse Morgan
Using the new ProgressReporter interface in AssessmentResultsPage and ChapterCompletePage.
2016-03-20Adding support for Church Community Builder login.Jesse Morgan
Beginning with this change all of the Church Management System integration logic is moving into implementations of the new IntegrationDriver interface. The desired IntegrationDriver can be selected by setting the integrationDriver config to the appropriate class name. This commit is only moving login support. Progress reporting will move in a later commit.