fromis_9/backend/src
caadiq b0ac0e51e4 refactor(backend): 17단계 중복 코드 제거 - 멤버/앨범 조회 서비스 분리
- services/member.js 생성: getAllMembers, getMemberByName, getMemberBasicByName
- services/album.js에 getAlbumByName, getAlbumById 추가
- routes/members/index.js 서비스 호출로 변경 (약 50줄 감소)
- routes/albums/index.js 서비스 호출로 변경

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:58:08 +09:00
..
config refactor(backend): 매직 넘버 config 이동 2026-01-21 14:11:35 +09:00
plugins refactor(backend): 중복 코드 제거 2026-01-21 13:45:08 +09:00
routes refactor(backend): 17단계 중복 코드 제거 - 멤버/앨범 조회 서비스 분리 2026-01-21 15:58:08 +09:00
schemas refactor(backend): 트랜잭션 헬퍼, JSON 스키마 추가 및 스키마 파일 분리 2026-01-21 14:58:07 +09:00
services refactor(backend): 17단계 중복 코드 제거 - 멤버/앨범 조회 서비스 분리 2026-01-21 15:58:08 +09:00
utils refactor(backend): 트랜잭션 헬퍼, JSON 스키마 추가 및 스키마 파일 분리 2026-01-21 14:58:07 +09:00
app.js refactor(backend): Scalar UI 제거 및 API 문서 포털용 CORS 설정 2026-01-21 15:44:36 +09:00
server.js refactor: Express에서 Fastify로 백엔드 마이그레이션 2026-01-16 21:11:02 +09:00