[
https://issues.jboss.org/browse/JBIDE-17305?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-17305:
----------------------------------------
We could count the following event:
Category: *vpe*
Action: *activation*
Label: *visual* or *source*
This event will cover both opening a file with VPE and switching between Visual/Source (or
Preview) <-> source.
For example:
1. User opens VPE with Visual/Source tab by default ->
countEvent("activation", "visual", 1)
2. Switches to Source -> countEvent("activation", "source", 1)
3. Open another file with VPE (source is now used by default) ->
countEvent("activation", "source", 1)
4. Open one more file with VPE -> countEvent("activation",
"source", 1)
5. Switches to the "Preview" tab -> countEvent("activation",
"visual", 1)
Next day at the next Eclipse start (or in 24 hours) we will send two events:
- vpe/activation/*visual* (value=2)
- vpe/activation/*source* (value=3)
These events will cover both usage: visual and source tab. If we want to distinguish
between VPE (jsf visual editor) and VPV (html preview) we have to generate more events.
Four instead of two.
For example:
Category: *vpe*
Action: *preview* or *editor*
Label: *visual* or *source*
Or maybe three events:
Action: *activation*
Label: *visual* (jsf with "Preview" and "Visual/Source") or *source*
(both jsf and html with "Source") and or *preview* (html with
"Preview")
But in this case we wont know if users use the JSF VPE "Source" tab or HTML VPV
"Source" tab.
[~maxandersen] what do you think?
Usage stats for visual page editor/preview
------------------------------------------
Key: JBIDE-17305
URL:
https://issues.jboss.org/browse/JBIDE-17305
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing, usage, visual-page-editor-core
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Labels: new_and_noteworthy
Fix For: 4.2.0.Beta2
It would be useful to collect data about what tabs (source/view) is used by users. How
many use VPE (jsf) and VPV (html).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)