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

(feature) record button #2

Open
meDavid opened this issue Mar 5, 2019 · 3 comments
Open

(feature) record button #2

meDavid opened this issue Mar 5, 2019 · 3 comments

Comments

@meDavid
Copy link

meDavid commented Mar 5, 2019

I love the visualisation of observables, but my scenario is a bit different. I use observables in angular for reading data and forms / formula's. For me the start and the timeout of the data collection is not known beforehand. To circumvent this I would like to implement a 'record' button much like in the Performance tab in the Chrome developer tools (record, reload & record, clear). This would make the duration parameter of the watch function optional.

I a pull request for such a feature welcome?

screenshot_record

@xripcsu
Copy link
Owner

xripcsu commented Mar 5, 2019

Thank you, this is great idea but I m not sure if we should do it like performance tab. Maybe it would be better to add some control for marbles (groups) to set up start and end dynamically in UI anytime.
Duration would be optional but it would not cancel receiving values it will be used just to set up default time period. What do you think ?

@meDavid
Copy link
Author

meDavid commented Mar 5, 2019

I'm not sure I understand you correctly. What would be the UI to setup the start and end for the marbles?

@xripcsu
Copy link
Owner

xripcsu commented Mar 5, 2019

There would be numeric inputs for start time and end time so I can select any period

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants