docs: add nodedc ui guideline registry
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"schemaVersion": "0.1.0",
|
||||
"projects": {
|
||||
"nodedc_launcher": {
|
||||
"root": "/Users/dcconstructions/Downloads/mnt/data/nodedc_launcher",
|
||||
"sources": {
|
||||
"tokensAndCss": [
|
||||
"src/styles/globals.css"
|
||||
],
|
||||
"topBar": [
|
||||
"src/widgets/top-bar/TopBar.tsx"
|
||||
],
|
||||
"launcherStage": [
|
||||
"src/widgets/service-stage/ServiceStage.tsx"
|
||||
],
|
||||
"serviceRail": [
|
||||
"src/widgets/service-rail/ServiceRail.tsx"
|
||||
],
|
||||
"adminOverlay": [
|
||||
"src/widgets/admin-overlay/AdminOverlay.tsx"
|
||||
],
|
||||
"primitiveUi": [
|
||||
"src/shared/ui/Button.tsx",
|
||||
"src/shared/ui/Glass.tsx",
|
||||
"src/shared/ui/PortalDropdown.tsx"
|
||||
],
|
||||
"storage": [
|
||||
"src/shared/api/storageApi.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"nodedc_taskmanager": {
|
||||
"root": "/Users/dcconstructions/Downloads/mnt/data/dc_taskmanager/NODEDC_TASKMANAGER",
|
||||
"sources": {
|
||||
"existingDocs": [
|
||||
"HDESIGN-CODE.md",
|
||||
"HDROPDOWN-CANON.md",
|
||||
"HUI-CANON-AUDIT.md",
|
||||
"design.config.json"
|
||||
],
|
||||
"tokensAndCss": [
|
||||
"plane-src/apps/web/styles/globals.css"
|
||||
],
|
||||
"actionDropdown": [
|
||||
"plane-src/packages/ui/src/dropdowns/action-dropdown.tsx"
|
||||
],
|
||||
"dateDropdown": [
|
||||
"plane-src/apps/web/core/components/dropdowns/date.tsx"
|
||||
],
|
||||
"profileMenu": [
|
||||
"plane-src/apps/web/core/components/workspace/sidebar/user-menu-root.tsx"
|
||||
],
|
||||
"workItemCard": [
|
||||
"plane-src/apps/web/core/components/issues/issue-layouts/shared/nodedc-work-item-card.tsx"
|
||||
],
|
||||
"appHeader": [
|
||||
"plane-src/apps/web/core/components/core/app-header.tsx",
|
||||
"plane-src/apps/web/ce/components/common/extended-app-header.tsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"crossProjectMapping": [
|
||||
{
|
||||
"component": "dropdown-surface",
|
||||
"launcher": ["portal-dropdown", "nodedc-dropdown-surface"],
|
||||
"taskManager": ["nodedc-dropdown-surface", "nodedc-dropdown-option"]
|
||||
},
|
||||
{
|
||||
"component": "calendar-popover",
|
||||
"launcher": ["DateField", "nodedc-calendar-shell placeholder"],
|
||||
"taskManager": ["DateDropdown", "nodedc-calendar-shell"]
|
||||
},
|
||||
{
|
||||
"component": "profile-menu",
|
||||
"launcher": ["topbar profile cluster needs implementation"],
|
||||
"taskManager": ["UserMenuRoot"]
|
||||
},
|
||||
{
|
||||
"component": "admin-table",
|
||||
"launcher": ["ServicesSection", "ClientsSection", "UsersSection", "GroupsSection"],
|
||||
"taskManager": ["settings tables and external contour settings classes"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user