To begin with, these 2 are the dashboards related to app and device:
And this is the card
https://trello.com/c/p2gBN9XB/48-5-cordova-appmetrics-as-a-mobile-developer-i-want-the-cordova-sdk-to-give-me-app-launch-metrics-such-that-i-can-visualise-and-an
We (Ali, Wojciech, Josemi) were discussing this one on the card a little bit, then moved to IRC and we have something to propose.
Card asks us to prepend text "Cordova" to the SDK version field so that we can access the information if this metric event was from a Cordova app or a native app.
But, isn't having a "framework" field better? Values could be Native/Cordova/Xamarin/etc.
We can also have a "Framework" dropdown at the top of screenshot#2 and users can filter all graphs' data per framework.
For example, if no framework is selected and the platform is Android, data will be shown for native android apps and Cordova apps. If Cordova is selected, native Android apps will be excluded.
Work needed:
* This would mean touching most of the queries in that dashboard, but the complexity is not big. Need to add another "where" statement to the existing queries with the selected framework value.
* Changes to mobile SDKs are very simple.
* Changes in the server side are also very simple.
Cheers