Skip to content

Single File HTML Report instead of per module #938

Open
@boris-42

Description

@boris-42

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:

  1. create a lot of blocks (every block is current page of report)
  2. when you open report show the main block with list of modules
  3. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions