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

workflow control #29

Closed
davidjamesbeck opened this issue May 5, 2019 · 4 comments
Closed

workflow control #29

davidjamesbeck opened this issue May 5, 2019 · 4 comments

Comments

@davidjamesbeck
Copy link
Collaborator

Hi, Paul

So I've figured out how to write a callback that can check the hidden storage for a given disclosure element and see how the callbacks to each disclosure element could be made to change the value of the hidden storage element in the next disclosure element in the workflow sequence. What I haven't been able to figure out is how to disable the expansion of an element that the user isn't ready to access. There seems to be no "disabled" property for these things and doing something like closing the off-limits elements when the user tries to open them seems awkward (and setting the "open" attribute via the callback doesn't seem to have any effect, anyhow, so maybe the callback passes the signal on to whatever toggles the element?).

The solution that I can think of would be to defer constructing the contents of the disclosure elements until they are ready to be used, something like what already happens with the tier mapping. I wanted to check with you though, before undertaking something like that. I seems to me it might be a major restructuring of the app.

David

@paul-shannon
Copy link
Owner

paul-shannon commented May 5, 2019 via email

@paul-shannon
Copy link
Owner

paul-shannon commented May 5, 2019 via email

@davidjamesbeck
Copy link
Collaborator Author

davidjamesbeck commented May 5, 2019 via email

@davidjamesbeck
Copy link
Collaborator Author

davidjamesbeck commented May 6, 2019 via email

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