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

The report is also a bulk form #39

Open
ftrotter opened this issue Apr 10, 2018 · 0 comments
Open

The report is also a bulk form #39

ftrotter opened this issue Apr 10, 2018 · 0 comments
Labels
enhancement New feature or request priority 3

Comments

@ftrotter
Copy link
Contributor

It would be good if we could use the each report as part of a massive, per-row form generation system.

So that you could have a couple of text boxes, or drop downs at the very top of the report...

Then you could make some decisions on a per-row basis, like "include this row because I checked the checkbox" or "for this row I chose option C rather than option default of A for this row using a select2 box, etc" and then post the entire form (using a botton at the top of the page) to some form processing URL that the report designer specified.

When the report was generated directly as HTML, this was easy to assert, because you just added a <form... > element to the starting html and a to the ending html section and because the report itself was always a very long all inclusive HTML page, this was no problem.

But now the report is something that loads through AJAX, sometimes into front-end viewer which is itself loaded through AJAX, makes thinking about how to make this functionality work a little harder.

-FT

@ftrotter ftrotter added enhancement New feature or request priority 3 labels Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority 3
Projects
None yet
Development

No branches or pull requests

1 participant