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

Make report history accessible #233

Closed
wowasa opened this issue Apr 10, 2024 · 2 comments
Closed

Make report history accessible #233

wowasa opened this issue Apr 10, 2024 · 2 comments
Assignees
Milestone

Comments

@wowasa
Copy link
Collaborator

wowasa commented Apr 10, 2024

We're already creating reports with a timestamp in XML and HTML, which are stored in the file system but which are not available yet for download.
In an enhancement we want

  1. to assure, that old reports accessible/downloadable via URL
  2. have a link in each HTML report to the previous report
  3. mark old reports in a way, that they can't be confused with the current report
@wowasa wowasa added this to the 6.4.0 milestone Apr 10, 2024
@wowasa wowasa self-assigned this Apr 10, 2024
wowasa added a commit that referenced this issue Apr 18, 2024
@wowasa
Copy link
Collaborator Author

wowasa commented Apr 21, 2024

unfortunately we mustn't have links to link checker details and profile in the history files, since this would link to current reports (unless we decide to save a history for these reports, too).
Hence we can't just copy the current file by adding a timestamp to the file name anymore, as we're doing now, but we have to generate the HTML view of history reports with their own stylesheet

wowasa added a commit that referenced this issue Apr 21, 2024
@wowasa
Copy link
Collaborator Author

wowasa commented Apr 21, 2024

done

@wowasa wowasa closed this as completed Apr 21, 2024
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