HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel

권한
작가
사용자
기능명
다른 유저 채널 조회
다이어그램 URL
비고
열
요구사항 상세
req res 디폴트로 들어가야하는 데이터(일반유저일 경우) - profileImage - nickname - introduceText - 팔로잉(숫자만) - 팔로우한 작가 리스트 : [{ - writerId - thumbnail - nickname - 현재 구독 모집중인지 아닌지 }] → 처음에 10개 작가일때 추가되는 데이터 - seriesList(작가가 발행한 시리즈) : [ "series": { "id": 1, //long "thumbnail": "~~~.png", //string "title": "모집공고 제목", //string "introduceSentence": "소개문장", //string "startDate": "2022-01-01", //string "endDate": "2022-01-10", //string "articleCount": 15, //int "likes": 100, //int }, "subscribe": { "startDate": "2021-12-01", //string "endDate": "2021-12-03", //string "status": "", //string }, "category": "poem", //string "writer": { "id": 1, //long "nickname": "" //string } ] → 전부 다 내려준다
우선순위
상
페이지