From 321ad6532df5f39bc00c5557c3f492a58080d322 Mon Sep 17 00:00:00 2001 From: Phillip Southern Date: Fri, 31 Mar 2017 09:36:56 -0400 Subject: [PATCH] Update README.md lightning component and new feature commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a31bf3c..0eb0128 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ A recordtype and custom list view are included for easy edit. A page layout for -To access the Visualforce page, I've included a Custom Link "Trailhead Leaderboard" you can add to your homepage. You can also browse to "/apex/trailheadLeaderBoard" in your environment. +Update 03/31/2017 +For Southeast Dreamin 2017 we added a Lightning Component and its used (with Lightning Out) in a new Visualforce page: trailheadLeaderBoard_LC + +We also added new fields on the Contact tracking badges and trails, along with tracking hourly points. + +Automation has been added with class Queueable_GetTrailheadData (caution: its doing a screen scrape) and with some apex scripts AutomationScripts.cls which will do a mass check-in for all participants, clear out hourly points, and call the Queueable_GetTrailheadData class.