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

[feature/11-getHome] 홈화면 API #39

Closed
wants to merge 13 commits into from
Closed

Conversation

lsn5963
Copy link
Member

@lsn5963 lsn5963 commented Aug 22, 2023

📌 이슈 번호

#11

📢 의논 사항

  • 이런식으로 접근하는게 맞는지 확인하기

Copy link
Contributor

@JoongHyun-Kim JoongHyun-Kim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨슴다~ 혹시 홈에서 모든 스토리 한 번에 보내주지 않아도 괜찮은지 프론트 담당자 분과 상의하셨나용?

@@ -16,4 +16,7 @@ public interface StoryRepository extends JpaRepository<Story, Long> {
Optional<Story> findFirstByUserOrderByCreatedDateDesc(User user);

List<Story> findByUserOrderByCreatedDateDesc(User user);
List<Story> findTop4ByOrderByCreatedDateDesc();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

혹시 메소드명 이렇게 작성해도 데이터 조회 조건대로 잘 되나용?

Copy link
Contributor

@5jisoo 5jisoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니닷😁👍

@JoongHyun-Kim JoongHyun-Kim changed the title Feature/11 get home [feature/11-getHome] 홈화면 API Aug 23, 2023
@lsn5963 lsn5963 closed this Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants