Maluen / Backbone-Debugger

Chrome Developer Tools extension for debugging Backbone.js applications
Mozilla Public License 2.0
704 stars 44 forks source link

[feature request] Statistics #26

Open devel-pa opened 10 years ago

devel-pa commented 10 years ago

Hi, If possible some statistics on activity:

Maluen commented 10 years ago

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

devel-pa commented 10 years ago

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

Maluen commented 10 years ago

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.