Skip to content

Add IntercoolerJS views to work with templates and requests efficiently #15

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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

hailangvn
Copy link

When using IntercoolerJS with Django, there are scenarios that we split
small parts of a template page into several template files. Instead, there is
need is to extract needed part from single template file for multiple
IntercoolerJS requests.

Another need is to group tasks to render those parts and to call rendering
tasks accoding to IntercoolerJS' attributes: request's method, trigger id,
and target id.

I proposed the solution as in this pull request. I added two sections in
demo_project.html but I not yet develop tests.

Please help to review and let me know if you want to include the proposal in
your repository. Then I will develop tests and create another pull request for
you to review. Thank you in advance for your time to consider this.

@hailangvn hailangvn marked this pull request as ready for review May 17, 2019 14:20
@hailangvn
Copy link
Author

I have updated test matrix in my master branch, also added necessary tests and refactored as in ic_views branch. Please help to review the changes. Thank you in advance.

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.

1 participant