소스 인벤토리 구조 분석 (iss-bfacccaabbd5)
All checks were successful
ci / test (pull_request) Successful in 6s
All checks were successful
ci / test (pull_request) Successful in 6s
This commit is contained in:
parent
863d6d6a8a
commit
1cdce17787
1 changed files with 118 additions and 0 deletions
118
source-inventory/asset-inventory.json
Normal file
118
source-inventory/asset-inventory.json
Normal file
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"inventoryId": "asset-001",
|
||||
"category": "assets",
|
||||
"description": "전체 자산 인벤토리",
|
||||
"summary": {
|
||||
"totalItems": 12,
|
||||
"byCategory": {
|
||||
"source-code": 3,
|
||||
"database": 3,
|
||||
"api-specifications": 3,
|
||||
"build-configuration": 2,
|
||||
"documentation": 1
|
||||
}
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"id": "src-main",
|
||||
"category": "source-code",
|
||||
"path": "src/main/java",
|
||||
"type": "directory",
|
||||
"description": "메인 Java 소스",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "src-test",
|
||||
"category": "source-code",
|
||||
"path": "src/test/java",
|
||||
"type": "directory",
|
||||
"description": "테스트 Java 소스",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "src-resources",
|
||||
"category": "source-code",
|
||||
"path": "src/main/resources",
|
||||
"type": "directory",
|
||||
"description": "애플리케이션 리소스",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "db-migration",
|
||||
"category": "database",
|
||||
"path": "db/migration",
|
||||
"type": "directory",
|
||||
"description": "DB 마이그레이션",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "db-schema",
|
||||
"category": "database",
|
||||
"path": "db/schema",
|
||||
"type": "directory",
|
||||
"description": "DB 스키마",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "db-seed",
|
||||
"category": "database",
|
||||
"path": "db/seed",
|
||||
"type": "directory",
|
||||
"description": "시드 데이터",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "api-openapi",
|
||||
"category": "api-specifications",
|
||||
"path": "api/openapi",
|
||||
"type": "directory",
|
||||
"description": "OpenAPI 명세",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "api-graphql",
|
||||
"category": "api-specifications",
|
||||
"path": "api/graphql",
|
||||
"type": "directory",
|
||||
"description": "GraphQL 스키마",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "api-rest",
|
||||
"category": "api-specifications",
|
||||
"path": "api/rest",
|
||||
"type": "directory",
|
||||
"description": "REST API 문서",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "build-maven",
|
||||
"category": "build-configuration",
|
||||
"path": "pom.xml",
|
||||
"type": "file",
|
||||
"description": "Maven 빌드 설정",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "build-docker",
|
||||
"category": "build-configuration",
|
||||
"path": "docker/",
|
||||
"type": "directory",
|
||||
"description": "Docker 설정",
|
||||
"status": "pending"
|
||||
},
|
||||
{
|
||||
"id": "docs-architecture",
|
||||
"category": "documentation",
|
||||
"path": "docs/architecture/",
|
||||
"type": "directory",
|
||||
"description": "아키텍처 문서",
|
||||
"status": "pending"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"created": "2025-07-10T14:38:23Z",
|
||||
"project": "runtime-smoke-20260710143823",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue