-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature: Update report downloader function to download sitemap report #368
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mayan-000 Good work so far, but for a site report a folder inside a folder seems a bit odd.
Ii think we can make 2 utilities generateSiteReportandDownload
and generateSiteMapReportandDownload
for report generation use cases rather than managing things with an argument.
I guess there's a confusion, I have updated the PR description. |
…#368) * feat: Update report downloader function to download sitemap report * ref: separate the func for site and sitemap and update functions organisation * Move folder creation to util and handle last slash removal case * fix: trim string and use correct condition for hyphen removal * Update testcases
Description
This PR adds functionality to handle the downloading of reports of a sitemap from the sitemap cookie landing page.
The zip file now has a new structure
Checklist
Fixes #262