QA Details page: - Enables QA tab with ability to start automated analysis QA Run + view a and manual review status - Pages listed with review status + overall crawl review status shown on QA details (relates to #1508) - Initial placeholder for QA run analytics (part of #1589) - Addresses a good deal of #1477 Automated Analysis QA in Review Mode: - Ability to select from multiple analysis QA runs / view QA runs in QA details - Shows analysis screenshot, text and resources compare and replay tabs (fixes #1496) - Sorting by worst screenshot / worst text score for each QA run - Includes pages sidebar with screenshot/text/resource compare results (fixes #1497) Manual Review QA in Review Mode: - Per-page replay available as separate tab (fixes #1499) - Supports thumbs up, thumbs down, notes for each page - Supports entering review status approval (good/acceptable/bad can be entered when finishing review --------- Co-authored-by: Emma Segal-Grossman <hi@emma.cafe> Co-authored-by: Ilya Kreymer <ikreymer@gmail.com> Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"search.exclude": {
|
|
"**/__generated__": true,
|
|
"**/xliff": true
|
|
},
|
|
"lit-plugin.strict": true,
|
|
"lit-plugin.rules.no-missing-import": "off",
|
|
"lit-plugin.maxNodeModuleImportDepth": -1,
|
|
"yaml.schemas": {
|
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV scalar",
|
|
"!ENV sequence",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
|
],
|
|
"cSpell.words": [
|
|
"Browsertrix",
|
|
"btrix",
|
|
"clsx",
|
|
"Elems",
|
|
"favicons",
|
|
"hoverable",
|
|
"micromark",
|
|
"novnc",
|
|
"profileid",
|
|
"tailwindcss",
|
|
"wacz",
|
|
"Webrecorder",
|
|
"wysimark",
|
|
"xstate",
|
|
"zxcvbn"
|
|
],
|
|
"cSpell.languageSettings": [
|
|
{
|
|
"languageId": "typescript",
|
|
"allowCompoundWords": true,
|
|
"dictionaries": [
|
|
"typescript",
|
|
"node",
|
|
"html",
|
|
"fonts",
|
|
"typescript",
|
|
"css"
|
|
]
|
|
}
|
|
],
|
|
"eslint.workingDirectories": ["./frontend"],
|
|
"eslint.nodePath": "./frontend/node_modules",
|
|
"tailwindCSS.experimental.classRegex": ["tw`([^`]*)", "clsx\\(([^)]*)\\)"],
|
|
"html.customData": [
|
|
"./node_modules/@shoelace-style/shoelace/dist/vscode.html-custom-data.json"
|
|
],
|
|
"prettier.configPath": "./frontend/prettier.config.js"
|
|
}
|