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

refactor view parameter #25

Closed
sgratzl opened this issue Sep 17, 2017 · 1 comment
Closed

refactor view parameter #25

sgratzl opened this issue Sep 17, 2017 · 1 comment
Labels
priority: medium type: refactor Refactor the current implementation

Comments

@sgratzl
Copy link
Contributor

sgratzl commented Sep 17, 2017

atm. there is this get/set Parameter construct with an onChange handler.

An alternative solution can be use to use an object for all params. Using a Proxy wrapper all changes can be tracked and e.g. trigger an event that view wrapper can use to track the parameter change.

@sgratzl
Copy link
Contributor Author

sgratzl commented Sep 29, 2017

general problem: since the parameters are stored within the form fields, after an user input the old value cannot be captured as needed for provenance tracking

@sgratzl sgratzl self-assigned this Sep 29, 2017
@sgratzl sgratzl changed the title refactor params refactor view parameter Nov 13, 2017
@sgratzl sgratzl removed their assignment Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium type: refactor Refactor the current implementation
Projects
None yet
Development

No branches or pull requests

2 participants