cloudfour / cloudfour/lighthouse-parade
Encode date & site in filename
- Dominant language
- TypeScript
- Stars
- 373
- Forks
- 15
- Avg merge
- 13h 36m
- Merged PRs (30d)
- 34
Description
Rather than aggregatedMobileReport.csv (This is an aggregated report, but is it mobile?)
Could the filename be something like:
cloudfour.com-31-12-2022-lighthouse-parade.csv
If a consistent filename was important, just create a symbolic link to that file, with a generic but meaningful name (maybe something like aggregatedPerformanceReport.csv).
This would make it easier to know I'm pulling the right file into the spreadsheet if I've scanned a few domains.
Contributor guide
Research direction
Start by locating the code that creates aggregatedMobileReport.csv and inspect how the report date and crawled domain are available there. Update the generated filename to include the domain, date, and report type, then verify that the resulting file is unambiguous when multiple domains are scanned; consider the proposed generic symbolic link if consistent naming must be preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100