summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/grow/frontend/GrowFrontend.java
AgeCommit message (Collapse)Author
2018-01-29Adding /ping resource for deep health checksJesse Morgan
2017-10-08Attempt to update chapter completion on every request.20171008Jesse Morgan
I'm still seeing occasional users with missing progress information in CCB. Currently, the progress is only updated when the user completes a chapter. With this change, the progress will be updated every time the training page is loaded. CCBProgressReporter does not actually update the user's profile unless the new level is greater than the existing level. This provision will prevent needlessly calling the CCB API. Additionally, this update will execute in a background thread to avoid impacting the page load.
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan