===== LRS Reporting and API (In Progress) ===== ==== Desired Features ===== * A dashboard page which shows popular activities, actors and verbs. * Pages which show list view and graphical view of all activities, actors and verbs. * A verb cloud. * A way to drill down information per actor and per activity and present the analysis. * REST API for all the reports. ==== Design & Planning ==== === Needed information in each Section === == Activities == * Total activities * Most popular activities * Least popular activities * Most successful activities * Least successful activities == Actors == * Total actors * Most active actors * Least active actors * Most successful actors * Least successful actors == Verbs == * A verb cloud showing the verbs based on their frequency of occurrence. * Total verbs * Most occurred verbs * Least occurred verbs ==== Implementation ==== === Verb Cloud === Verb cloud can be implemented with one of the below plugins. a) http://addywaddy.github.io/jquery.tagcloud.js/ - Colour range can be customized. or b) https://github.com/lucaong/jQCloud - Shape and CSS can be cutomized.