-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[meta] 2018 I/O Burndown #5008
Labels
Comments
This was referenced Apr 23, 2018
I added stuff for tracking the release process @paulirish @patrickhulce @brendankenny FYI. Let me know who to assign as the owner. |
This was referenced May 3, 2018
This was referenced May 3, 2018
This was referenced May 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Channeling our ancestors, we introduce this year's abbreviated I/O burndown list. Also, heads up there are some duplicate checkboxes between here and #4333.
🎯 ✅ Gotta happen
LHR / Config / API [bckenny]
{lhr, artifacts}
core(runner): split lhr, artifacts return, respect output type #4999displayValue
[@phulce] core(lhr): support printf displayValues #5099details
'stype:'metric'
details
'stype:'opportunity'
core(lhr): migrate opportunity details to new format #5296opportunities
, perf-info =>diagnostics
, perf-metric =>metrics
core(lhr): rename perf-hint, perf-info, etc #5102manualDescription
core(category): add manualDescription #5100extendedInfo
Improve LHR API shape for downstream consumers #4614createAuditResult
but audits still report (so our audit tests don't need massive updatesdetails
block, but should be. (here's what HA uses, what brendan uses)initialUrl
->requestedUrl
,url
->finalUrl
core(lhr): s/initialUrl/requestedUrl, s/url/finalUrl #5127fetchedAt
->fetchTime
, removegeneratedTime
core(lhr): s/fetchedAt/fetchTime #5112reportCategories
->categories
,categories
from arrays to keyed objects core(lhr): convert reportCategories to categories object #5155reportGroups
->categoryGroups
core(lhr): convert reportCategories to categories object #5155runtimeConfig
-> simplified settings in LHR and create runtimeConfig in report renderer core(lhr): move runtime config to report, configSettings #5122Category.id
(maybe don't need)category
:name
->title
,audits
->auditRefs
core(lhr): s/audits/auditRefs, s/category.name/category.title/ #5157audit
:name
=>id
,description
->title
,helpText
->description
debugString
->explanation
core(lhr): remove debugString, add explantion/errorMessage #5132debugString
sometimeserrorMessage
instead core(lhr): remove debugString, add explantion/errorMessage #5132Audit.product
instead ofrawValue
. Get rid ofrawValue
(if we can agree on place (details?) to put metric raw values)Breaking core changes/Lanternification [phulce]
Report redesign [paulirish]
see Lantern UX - Google Slides 🔐 and Lighthouse Report - Gallery 🔐
Roll out 3.0 [paulirish@, phulce@]
Release alpha version of 3.0 prior to I/O for internal testing (sometime during week of 5/2).🌆 ☑️ Nice to have
Core
artifacts.*
. Require them explicitly instead offs.readdir
biznessLHR
audits: ['path/my-audit']
->audits: { 'my-audit': {path: 'path/to/audit'}}
)fallbackKey
/fallbackValueType
for multi-typed columns (code snippets sometimes instead of URLs)?Report
🏈 🏖 Punt till after I/O
🐞from I/O
The text was updated successfully, but these errors were encountered: