summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/frontend/AssessmentResultsPage.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse 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.
2014-09-27Adding support to fetch attributes for a user.Jesse Morgan
2014-09-21Adding Support for Assigning Attributes in F1.Jesse Morgan
Adding a new interface, F1API for F1 APIs which require a valid access token. This is now used by AssessmentResultsPage to assign an attribute each time someone completes the assessment. Also adding an AttributeTool to list all attributes and assign attributes to users.
2014-09-09Moving F1OAuthHelper to F1Access.Jesse Morgan
F1Access will provide a collection of F1 API methods, rather than placing all of those methods in F1User as I was originally planning.
2014-08-28Rough outline of the F1 attribute logic.Jesse Morgan
Parts of addAttribute have been implemented in F1User, but I may move it out into a general F1 API class.
2013-09-05Moving Sessions to FMFacade. Adding transition from Assessment to Training.Jesse Morgan