Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics events tracking items #62

Open
2 of 13 tasks
robobenklein opened this issue Jun 19, 2019 · 2 comments
Open
2 of 13 tasks

Metrics events tracking items #62

robobenklein opened this issue Jun 19, 2019 · 2 comments
Assignees
Labels
help wanted Extra attention is needed needs-review research-required Need more information on the topic work-in-progress
Milestone

Comments

@robobenklein
Copy link
Member

robobenklein commented Jun 19, 2019

The following events I think should be part of a metrics reporter:

  • Opens item in patch:
    • Which visual location on screen
    • Which location in whole ribbon
    • Which initiator of open (in-patch, drag, or out-of-patch)
  • Total length of ribbon
  • Fill percentage of ribbon
    • Extra: Bias between rows? (prefer top, etc?)
  • Drags item between patches
    • Which event handler? (html5 vs atom swap)
    • If drag was to offscreen patch from start of drag
  • Closes patch
  • Uses overview mode
  • Uses a single patch column
@robobenklein robobenklein added help wanted Extra attention is needed research-required Need more information on the topic work-in-progress needs-review labels Jun 19, 2019
@robobenklein robobenklein added this to the Publication milestone Jun 19, 2019
@robobenklein robobenklein self-assigned this Jun 19, 2019
@robobenklein robobenklein added this to Backlog in Task Tracking via automation Jun 19, 2019
@robobenklein
Copy link
Member Author

Also catch-all errors...

@AZHenley
Copy link
Contributor

If the event logging is set up correctly, we would be able to simulate the programmers' coderibbon environment, such as how long patches stay open, how they arrange them, the length of the ribbon, etc.

Events for opening, closing, and moving patches.
Event for editing code in a patch (don't need fine grain edits).
Events for copy and pasting from one patch to another.
Event for the active patch changing (e.g., the active editor changes when they click into a different patch)
Event for scrolling the ribbon left/right (we'd like to know when the visible patches changes and what they are).

@robobenklein robobenklein moved this from Backlog to In progress in Task Tracking Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed needs-review research-required Need more information on the topic work-in-progress
Projects
Task Tracking
  
In progress
Development

No branches or pull requests

2 participants