diff --git a/journey/plans/250906_news_skill_publish_separation.md b/journey/plans/250906_news_skill_publish_separation.md index 5631fdc..d4bac37 100644 --- a/journey/plans/250906_news_skill_publish_separation.md +++ b/journey/plans/250906_news_skill_publish_separation.md @@ -26,38 +26,29 @@ skill-publish (8511) --- -## 3. 남은 작업 +## 3. 구현 완료 -**Phase 3: skill-news 스크래핑/요약 기능 강화** -- 현재: 제목/URL만 제공 -- 필요: 본문(content) + 요약(summary) 280-320자 -- 작업: companyx_news_collector.py 확장 - -**Phase 4: 통합 테스트** -- E2E 시나리오: 수집 → Slack 전송 → 버튼 클릭 → 게시 → 알림 -- 실제 Squarespace 게시 검증 +→ 상세: `troubleshooting/250908_skill_news_companyx_data_integration.md` --- -## 4. 필수 변수 (Squarespace 게시용) +## 4. 남은 작업 -```json -{ - "id": "article_123", - "company_name": "컴퍼니엑스", - "title": "...", - "summary": "280-320자 요약", - "date": "2025-09-06", - "publisher": "강원일보", - "url": "https://...", - "thumbnail_url": "https://...", - "formatted_content": "HTML" -} -``` +**Phase 4: E2E 통합 테스트** +- 테스트 시나리오 작성: `tests/e2e/test_news_full_flow.py` +- 검증 항목: + - skill-news API 호출 → 뉴스 수집 성공 + - rb8001 → Slack 메시지 전송 성공 + - 사용자 버튼 클릭 → skill-publish 호출 성공 + - skill-publish → Squarespace 게시 완료 확인 + - rb_news 테이블 상태 업데이트 확인 +- 테스트 실행: `pytest tests/e2e/test_news_full_flow.py -v` --- ## 5. 참고 +### 구현 관련 - `troubleshooting/250906_skill_publish_implementation.md` - `troubleshooting/250908_skill_news_companyx_data_integration.md` +- `troubleshooting/250920_news_db_persistence_implementation.md`