오늘 할 것기능 명세서테스크 나누기(역할 분담)일정 세우기(스프린트 단위 정하기)컴포넌트 나누기기획서 완성하기url 나누기 최신순 → GET /posts/channel/{channelId} → 무한스크롤추천순 → GET /posts/channel/{channelId} (limit를 무한으로) → 좋아요순으로 정렬해서 보여주기 URL 나누기페이지URLQuery Params홈페이지/채널 페이지/channels/{channelId}검색 페이지/searchtag: String article: String question: String게시글 페이지/articles/{articleId}게시글 수정/articles/{articleId}/edit질문 페이지/questions/{questionId}질문 수정/questions/{questionId}/edit유저 페이지/users/{userId}로그인 페이지/login회원가입 페이지/signup비밀번호 변경 페이지/password404 페이지/error게시글 생성/create