chore: update workspace config and memory

This commit is contained in:
arin
2026-03-30 19:30:25 +09:00
commit f3726b39d1
3479 changed files with 346874 additions and 0 deletions

44
memory/2026-03-17.md Normal file
View File

@@ -0,0 +1,44 @@
# Memory Log - 2026-03-17
## 2026-03-17 17:00 - 세션 초기화 전 중요 기록
### MARC Platform 개발 완료 상태
| 항목 | 상태 |
|------|------|
| 백엔드 API | ✅ .NET 9 구현 완료 |
| 프론트엔드 | ✅ React + Vite 실행 중 (localhost:5173) |
| 백엔드 API | ✅ localhost:5181 실행 중 |
| CSV 업로드 | ✅ UTF-8 BOM 대응 + `책제목`, `가격`, `수량` 매핑 추가 |
| 소스 관리 | ✅ SourcesPage.jsx / MarcSourcesPage.jsx 완성 |
| 2단계 검색 | ✅ ISBN → 교보/네이버 → MARC 구조 |
| README.md | ✅ 작성 완료 |
| TODO 1 | ✅ Enrichment history Timeline UI 추가 완료 |
### 남은 TODO
- [ ] TODO 2: Batch status dashboard (Progress bars, status counts)
- [ ] TODO 3: MARC draft generation UI (Generate button, progress indicator)
- [ ] TODO 4: Record detail UX polish (Review workflow buttons)
### 프로젝트 위치
`/home/arin/.openclaw/workspace/projects/marc-platform/`
### 실행 방법
```bash
# 백엔드
dotnet run --project src/MarcPlatform.Api/MarcPlatform.Api.csproj
# 프론트엔드
cd frontend && npm run dev
# 둘 다
./run-all.sh
```
### CSV 형식
```
도서,책제목,저자,출판사,가격,수량
1,소설가1,작가1,출판사1,15800,1
```
### 세션 초기화 완료 - 2026-03-17 17:00