- Add support for statistic descriptions
- Re-add support for tooltips
- Add specific statistic metadata for tooltips
- Fix description display length issue
-- use width 100%
- Change subpanel specific classes to generic ones
- Fix subpanel insight mobile display
- Add arrow cursor when hovering subpanel insights
- Add shadown when hovering subpanel insights
- Structure re-factor
-- Move record view components to record view folder
-- Move record view store to record view folder
-- Add containers folder
--- add @containers alias
-- Move Subpanels to containers folder
-- Move subpanel-statistics.store to single-value-statistics.store
- Make administration repair a cache reset action
- Add dynamic top widget component
- Add statistics top widget component
- Add support for recordView defs topWidget configuration
- Adjust and standardize Statistic API structure
-- Add metadata to response.
--- Metadata should drive widgets behavior
-- Change existing StatisticsProviderInterface implementations to send back metadata
- Add SubpanelDataQueryHandler to make custom queries easier
-- Allows to get the query done to fetch subpanel data
-- Allows to run custom queries
- Add WonOpportunityAmountByYear using custom query
- Implement SubpanelOpportunitiesTotal using custom query
- Add karma/jasmine tests
- Retrieve the subpanel stats from backend
-- with mock data for now
- Display inline loading spinner while the stats are being retrieved
- Render stats using field component
- Add statistics api, resolvers and data providers
- Add statistics provider registry
- Add the needed statistics providers for each subpanel type
-- return mock data for now
- Add inline loading spinner component