Open
Description
Is your feature request related to a problem? Please describe.
Having whole report in single file has 3 major benefits:
- Reports may be way more interactive
- It simplifies sharing of them (basically you just share 1 single file vs zip/unzip)
- and the main thing: It will drastically speed up uploading these reports to s3 or file servers (which is done by CI)
Describe the solution you'd like
There are multiple ways to achieve result, as jquery is used probably the simplest one is:
- create a lot of blocks (every block is current page of report)
- when you open report show the main block with list of modules
- when you click on any of links hide main block open specific module and update URL address
This should be quite easy to do and would drastically simplify life (at least my)
Describe alternatives you've considered
Alternative we can redo everything in React and add a lot of interactive functionality to report (like search/filtering and so on)
Additional context
Is this interesting for someone else? If I spend some time would this get merged?