Skip to content

feat: watch() method #101

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

Closed
wants to merge 8 commits into from
Closed

feat: watch() method #101

wants to merge 8 commits into from

Conversation

cyrilletuzi
Copy link
Owner

@cyrilletuzi cyrilletuzi commented Apr 24, 2019

  • watch() first draft
  • overload without JSONSchema
  • tests
  • doc

Fixes #89, #16 and #4

@cyrilletuzi cyrilletuzi self-assigned this Apr 24, 2019
@cyrilletuzi cyrilletuzi added this to the v8.0 milestone Apr 24, 2019
@cyrilletuzi cyrilletuzi changed the title feat: first draft of a watch() method feat: watch() method Apr 25, 2019
@cyrilletuzi
Copy link
Owner Author

@iamwyza @maxime1992 @todian @Blankarsch @isnob46 @xxxTonixxx Hi everyone, as requesters of this feature, I would greatly appreciate you review this PR to check it would match your needs. Documentation is included in the PR.

I'm still not 100% sure it's a good idea, because of the first note included in the doc: client-side storage only makes sense for keeping data when the user leaves the application and comes back later; if you just need to track data when the user stays in the application, you do not need to watch and not even to use client-side storage: you just need a variable/property.

Copy link

@tonivj5 tonivj5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, only a small error in a angular template

@cyrilletuzi cyrilletuzi mentioned this pull request May 17, 2019
Merged
@cyrilletuzi cyrilletuzi modified the milestones: v8.0, v8.1 May 27, 2019
@cyrilletuzi cyrilletuzi mentioned this pull request May 28, 2019
@cyrilletuzi
Copy link
Owner Author

Redone in #108 due to a git issue.

@cyrilletuzi cyrilletuzi removed this from the v8.1 milestone May 28, 2019
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

Successfully merging this pull request may close these issues.

2 participants