React 오마린 스프린트 미션 6#66
Closed
oh1marin wants to merge 22 commits intocodeit-sprint-fullstack:react-오마린from
Hidden character warning
The head ref may contain hidden characters: "react-\uc624\ub9c8\ub9b0"
Closed
Conversation
Collaborator
|
스프린트 5의 타깃 브랜치가 main으로 잡혀있어, 선행 수정을 위해 본 PR을 잠시 close합니다. 추가로, BE 프로젝트를 위한 repository는 별도로 존재합니다. |
Collaborator
Author
|
혹시 스프린트 미션 6 업로드 못하는 상태인가요? 업로드후 글작성을 하려는데 안됩니다 |
Collaborator
|
업로드 후 글 작성이란 부분을 이해하지 못했습니다. 직전 스프린트 5에서 진행한 코드 브랜치와 현 스프린트 6 브랜치가 동일해서, 두 부분도 함께 머징 된 것 같습니다. 작성하신 코드는 정상적으로 머징 되어있으니, 걱정 마시고 작업하시면 될 것 같아요 👏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
스프린트 체크리스트
기본 요구사항 — 공통
프론트엔드 구현 요구사항
랜딩 페이지
중고마켓 페이지
상품 등록 페이지
백엔드 구현 요구사항 — 중고마켓
스키마 & DB
id,name,description,price,tags,createdAt,updatedAt필드를 가집니다.API
name,description,price,tags를 입력하여 상품을 등록합니다.id,name,description,price,tags,createdAt를 조회합니다.PATCH메서드를 사용해 주세요.id,name,price,createdAt를 조회합니다.offset방식의 페이지네이션 기능을 포함해 주세요.recent)으로 정렬할 수 있습니다.name,description에 포함된 단어로 검색할 수 있습니다.공통 서버 요구사항
.env파일에 환경 변수를 설정해 주세요.심화 요구사항 — 프론트엔드 (상품 등록 페이지)
유효한 조건
스크린샷
