Upgrade request analysis routing
This commit is contained in:
parent
1cd446bae8
commit
db3e080640
19 changed files with 1520 additions and 66 deletions
66
docs/kb/terminology.json
Normal file
66
docs/kb/terminology.json
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"generatedFromRepoDate": "2026-06-27",
|
||||
"terms": [
|
||||
{
|
||||
"canonical": "Graphics Painter",
|
||||
"aliases": ["graphic painter", "sprite editor", "art editor", "painting tool", "pixel editor", "recoloring tool"],
|
||||
"tags": ["Graphics Painter", "Content", "Animation"],
|
||||
"systemIds": ["graphics-painter", "content-catalog-records"]
|
||||
},
|
||||
{
|
||||
"canonical": "Tile Canvas",
|
||||
"aliases": ["map canvas", "map paint", "tile brush", "grid painter", "rectangle tile tool", "tile tool"],
|
||||
"tags": ["Tiling", "Layers", "Chunks"],
|
||||
"systemIds": ["layers-tile-editing", "chunk-storage-streaming"]
|
||||
},
|
||||
{
|
||||
"canonical": "Chunk",
|
||||
"aliases": ["map section", "region", "chunk cell", "chunk area"],
|
||||
"tags": ["Chunks", "World Overview", "Worlds"],
|
||||
"systemIds": ["chunk-storage-streaming", "world-overview"]
|
||||
},
|
||||
{
|
||||
"canonical": "World Overview",
|
||||
"aliases": ["overview map", "chunk overview", "world map", "big map"],
|
||||
"tags": ["World Overview", "Chunks", "Worlds"],
|
||||
"systemIds": ["world-overview", "chunk-storage-streaming"]
|
||||
},
|
||||
{
|
||||
"canonical": "Renderer",
|
||||
"aliases": ["runtime renderer", "viewport", "draw system", "scene draw", "engine view"],
|
||||
"tags": ["Rendering", "Performance", "Animation"],
|
||||
"systemIds": ["rendering-viewport"]
|
||||
},
|
||||
{
|
||||
"canonical": "Runtime",
|
||||
"aliases": ["engine", "game runtime", "play mode", "actual game"],
|
||||
"tags": ["Worlds", "Rendering", "Performance"],
|
||||
"systemIds": ["world-bootstrap", "rendering-viewport"]
|
||||
},
|
||||
{
|
||||
"canonical": "Character Entity",
|
||||
"aliases": ["character", "npc", "actor", "unit", "entity"],
|
||||
"tags": ["Content", "Rendering", "Worlds"],
|
||||
"systemIds": ["content-catalog-records", "rendering-viewport", "world-bootstrap"]
|
||||
},
|
||||
{
|
||||
"canonical": "Grid",
|
||||
"aliases": ["tile grid", "map grid", "cells", "squares"],
|
||||
"tags": ["Tiling", "Chunks", "Layers"],
|
||||
"systemIds": ["layers-tile-editing", "chunk-storage-streaming"]
|
||||
},
|
||||
{
|
||||
"canonical": "Asset Catalog",
|
||||
"aliases": ["sprite list", "tile list", "catalog", "content records", "asset database"],
|
||||
"tags": ["Content", "Persistence"],
|
||||
"systemIds": ["content-catalog-records", "persistence-save-pipeline"]
|
||||
},
|
||||
{
|
||||
"canonical": "Launcher Request Board",
|
||||
"aliases": ["request board", "requests", "admin review", "pending queue"],
|
||||
"tags": ["Request Board", "Website", "Wiki"],
|
||||
"systemIds": ["request-board", "launcher-home"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue