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

Resolve view_to_iframe limitations #268

Open
2 tasks
Archmonger opened this issue Dec 7, 2024 · 0 comments
Open
2 tasks

Resolve view_to_iframe limitations #268

Archmonger opened this issue Dec 7, 2024 · 0 comments

Comments

@Archmonger
Copy link
Contributor

Archmonger commented Dec 7, 2024

Current Situation and Proposed Actions

There are currently a few resolvable limitations of view_to_iframe.

  • No built-in method of signalling events back to the parent component.
  • All provided args and kwargs must be serializable values, since they are encoded into the URL.
    • Maybe we can wrap each individual view with another view that automatically pulls serialized arguments from the database?
    • Is resolving this actually worth it? I don't believe it's possible for standard Django views to accept objects are arguments, so is there any reason why converted views should behave differently?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant