배경
사용자가 뉴스를 조회하고 학습할 수 있는 API가 필요합니다.
수용 기준(AC)
디자인/계약 링크
API 응답 예시:
{
"articleId": "uuid",
"title": "Tech Giants Report Strong Earnings",
"summary": "3줄 요약...",
"level": "B2",
"category": "TECH",
"keywords": ["earnings", "revenue", "growth"],
"source": "BBC",
"originalUrl": "https://...",
"publishedAt": "2024-01-15T10:00:00Z"
}
구현 메모/리스크
- Cognito 인증 연동 (추천 기능에 필요)
- 사용자 레벨 정보는 UserStats에서 조회
- 페이지네이션은 기존 CursorUtil 활용
연결된 Epic
#384
배경
사용자가 뉴스를 조회하고 학습할 수 있는 API가 필요합니다.
수용 기준(AC)
디자인/계약 링크
API 응답 예시:
{ "articleId": "uuid", "title": "Tech Giants Report Strong Earnings", "summary": "3줄 요약...", "level": "B2", "category": "TECH", "keywords": ["earnings", "revenue", "growth"], "source": "BBC", "originalUrl": "https://...", "publishedAt": "2024-01-15T10:00:00Z" }구현 메모/리스크
연결된 Epic
#384