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

[refactor] GroupPray 요구사항에 맞게 재구성 작업 #70

Closed
5 of 6 tasks
dong2ast opened this issue Nov 27, 2023 · 1 comment · Fixed by #81
Closed
5 of 6 tasks

[refactor] GroupPray 요구사항에 맞게 재구성 작업 #70

dong2ast opened this issue Nov 27, 2023 · 1 comment · Fixed by #81
Assignees
Labels
🚀개발 새로운 기능을 추가 했을 때 🤖수정 기능의 수정 사항이 있을 때

Comments

@dong2ast
Copy link
Contributor

dong2ast commented Nov 27, 2023

Description

Group의 완성과 GroupPray의 요구사항 변경에 맞춘 기능 정비

To-do

  • GroupPray 날짜로 묶어서 주도록 변경
  • authorID 대신 authorName 반환하도록 변경
  • Scrap(내 기도제목에 추가했는지 여부도 함께 확인하도록 변경)
  • heart 여부 확인하도록
  • 내가 글을 쓴 사람인지 확인할 수 있도록 (삭제 버튼이 내가 쓴 글에만 나옴)
  • 원본 기도를 지우면 모임 기도도 같이 지워지게

ETC

@dong2ast dong2ast added 🚀개발 새로운 기능을 추가 했을 때 🤖수정 기능의 수정 사항이 있을 때 labels Nov 27, 2023
@dong2ast dong2ast self-assigned this Nov 27, 2023
@baebae02
Copy link
Member

baebae02 commented Dec 2, 2023

GroupPray 기도하기 (GroupPray Service)
도 추가요 ~

dong2ast added a commit that referenced this issue Dec 2, 2023
# Conflicts:
#	src/main/java/com/uspray/uspray/exception/SuccessStatus.java
@dong2ast dong2ast linked a pull request Dec 2, 2023 that will close this issue
5 tasks
dong2ast added a commit that referenced this issue Dec 12, 2023
* feat: 좋아요와 scarp 기능을 기록하는 객체 생성

* feat: 좋아요와 scarp 기능 추가

* refactor: pray 생성시 lastprayed 날짜 고정 상수로 지정

* refactor: OneToMany 기본 생성 필드 final로 변경

* add: initDB 더미 데이터 추가

* refactor: 모임 기도제목 생성 기능 facade 객체로 이동

* refactor: 모임 기도제목 조회할 때 group과 member의 id만으로 조회 가능하게 변경

* fix: 스크랩한 기도제목이 공유받은 기도제목으로 들어가게 변경

* feat: 모임 기도제목 조회 기능 구현
+ 반환 타입 날짜별로 묶은 Map으로 변경
+ 모임 기도제목 생성시 글쓴이 저장

* docs: swagger 설명 추가

* docs: swagger 설명 추가

* feat: GroupPray에 deadline 추가

* feat: GroupPray 조회시 deadline 검증 조건 추가

* feat: GroupPray 생성시 개인 기도제목에도 생성되게 변경

* remove: GroupPray 수정 로직 삭제

* comment: TODO 작성
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀개발 새로운 기능을 추가 했을 때 🤖수정 기능의 수정 사항이 있을 때
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants