Hello all. Hope you're doing ok. I would like to share some tips and connect with others about creating real-time data visualizations in communities. Basically, graphics or animations that are driven by community metrics. One way we've accomplished this is using a single endpoint (Macro) with Rest that populates graphics in real time. Here's a video attempt on how a Profile Completion Dial Component can be created and implemented driven by metrics. It takes 5 User metrics to get 100% with the animated doughnut. vid link https://youtu.be/aAu5AdAToEM What other successes have you had with this ? I'd love to discuss and learn more. Metrics needed with Badge Rule (the script animates and the rule issues badge) setting.profile.signature != 'default' AND setting.profile.name_first != 'default' AND setting.profile.name_last != 'default' AND setting.profile.location != 'default' AND setting.user.max_consecutive_logins >= 1 AND setting.profile.biography != 'default' AND setting.profile.title!= 'default' @ryandewitt
... View more