Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] 이슈 기본 기능 #10

Open
11 tasks
kihyuk-sung opened this issue Jun 8, 2021 · 0 comments
Open
11 tasks

[BE] 이슈 기본 기능 #10

kihyuk-sung opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
BE BackEnd feat

Comments

@kihyuk-sung
Copy link
Collaborator

kihyuk-sung commented Jun 8, 2021

  • feat : 이슈는 열리고 닫힌다.
  • feat : 이슈를 조회한다.

  • feat : 이슈의 제목을 수정할 수 있다.
  • feat : 이슈를 삭제한다.

  • feat : 담당자를 추가할 수 있다.
  • feat : 담당자를 삭제할 수 있다.

  • feat : 레이블을 추가할 수 있다.
  • feat : 레이블을 삭제할 수 있다.

  • feat : 마일스톤을 하나 선택할 수 있다.

  • feat : 진행상태를 표시한다.
  • feat : 열린/닫힌 상태의 갯수를 조회할 수 있다. ( + 진행 백분위를 제공한다.)
@kihyuk-sung kihyuk-sung added BE BackEnd feat labels Jun 8, 2021
@kihyuk-sung kihyuk-sung added this to the [BE] 이슈 기능 milestone Jun 8, 2021
kihyuk-sung added a commit that referenced this issue Jun 14, 2021
- `@CreatedDate` 동작 안되서, 삭제하고 생성 시간 추가하는 로직 구현
kihyuk-sung added a commit that referenced this issue Jun 14, 2021
- id로 equals, hashcode 비교하도록 구현
kihyuk-sung added a commit that referenced this issue Jun 14, 2021
- 코멘트 없이, Issue 생성하여 DB 저장 후, 가져오는 것까지 확인
kihyuk-sung added a commit that referenced this issue Jun 15, 2021
- OneToMany만 있으면 중간 테이블 생성됩니다.
- Issue - Comment는 OneToMany로, Comment에 IssueId를 갖도록 함.
pbg0205 added a commit that referenced this issue Jun 16, 2021
- 이슈 제목을 수정할 수 있습니다.

- 이슈를 이슈 번호를 통해 조회할 수 있습니다.
pbg0205 added a commit that referenced this issue Jun 16, 2021
kihyuk-sung added a commit that referenced this issue Jun 16, 2021
- 모든 이슈를 조회하는 기능 추가
pbg0205 added a commit that referenced this issue Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE BackEnd feat
Projects
None yet
Development

No branches or pull requests

2 participants