Backbone-Debugger icon indicating copy to clipboard operation
Backbone-Debugger copied to clipboard

[feature request] Statistics

Open devel-pa opened this issue 10 years ago • 3 comments

Hi, If possible some statistics on activity:

  • created views
  • closed views
  • created and closed views in the same activity
  • checkpoints (I am loading a page, I'm marking a checkpoint, I'm doing an action and get a new checkpoint) Thanks

devel-pa avatar Sep 04 '14 07:09 devel-pa

Hi @devel-pa

could you be more specific on the features you are thinking on? Maybe by outlining some usage scenario.

What do you mean with "closed view" (maybe removed?), "activity" and "checkpoint"?

Thanks

Maluen avatar Sep 10 '14 10:09 Maluen

Hi. Yes, removed views as in BB. For example I open a SPA and something happens and I want to know how many views are created and removed. I'm setting a checkpoint and I click a button that makes some changes in the UI. I want to see how many previously created views are removed, how many created views after the check point are removed and how many views are created in this step. (maybe a marionette extension?) Thanks

devel-pa avatar Sep 11 '14 13:09 devel-pa

For now what I can say is that there are plans to create a new view for component interactions, to group actions of different components, to list how they have been executed in reaction to what other actions, etc.

I don't plan to do any such thing as marking created and removed views in a check point, whatever that means exactly, but nevertheless would be great to have some recording capability, where you can just focus on some recorded interactions.

As for the marionette extension, before we could even think of doing something like that, we would need an extension mechanism, which is not there, but I can't deny that would be great too.

Maluen avatar Sep 14 '14 22:09 Maluen