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

Feat/#19 App Key 생성 및 서비스 구현 #42

Merged
merged 6 commits into from
Aug 13, 2024
Merged

Feat/#19 App Key 생성 및 서비스 구현 #42

merged 6 commits into from
Aug 13, 2024

Conversation

tidavid1
Copy link
Member

@tidavid1 tidavid1 commented Aug 13, 2024

🚀 개발 사항

  • App 조회 로직 구현 (서비스 레이어)
    • Token을 활용한 App 조회 기능 추가
    • ID를 활용한 App 조회 기능 추가
  • App 생성 로직 구현 (서비스 레이어)
    • App 생성 및 DB 저장 후 결과 반환 기능 추가
    • AppCommonResponse DTO를 통한 결과 반환
  • App token 기능 추가
    • App 생성 시 UUID 기반 토큰 생성 기능 구현

이슈 번호

특이 사항 🫶

- App 생성시 UUID 기반 토큰이 생성되도록 했습니다.
- 이에 따른 테스트를 수정했습니다.
- App 생성을 진행하고 DB 저장후 결과를 반환하는 서비스 로직을 구현했습니다.
  - 요청에 대한 반환은 `AppCommonResponse` DTO를 통해 반환됩니다.
- Token을 활용해 App을 조회하는 로직을 구현했습니다.
- ID를 활용해 App을 조회하는 로직을 구현했습니다.
- 이에 따른 테스트를 추가했습니다.
- 토큰 기반 조회 쿼리 성능 향상을 위해 인덱싱을 명시했습니다.
- App 삭제를 진행하고 성공시 삭제한 App Id를 반환하도록 했습니다.
- App 서비스 메서드들에 대해 `@Transactional`을 적용했습니다.
@tidavid1 tidavid1 added the ⭐️ Feat 새로운 기능이나 요청 label Aug 13, 2024
@tidavid1 tidavid1 requested a review from a team August 13, 2024 07:50
@tidavid1 tidavid1 self-assigned this Aug 13, 2024
This was linked to issues Aug 13, 2024
Copy link
Member

@LuizyHub LuizyHub left a comment

Choose a reason for hiding this comment

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

UUID로 토큰 발급하는거 잘 확인했습니다!

Copy link
Member

@miiiinju1 miiiinju1 left a comment

Choose a reason for hiding this comment

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

good

@miiiinju1 miiiinju1 merged commit d59a0fe into dev Aug 13, 2024
1 check passed
@miiiinju1 miiiinju1 deleted the feat/#19 branch August 13, 2024 08:57
miiiinju1 pushed a commit that referenced this pull request Aug 13, 2024
* feat: App token 추가

- App 생성시 UUID 기반 토큰이 생성되도록 했습니다.
- 이에 따른 테스트를 수정했습니다.

* feat: App 생성 로직 구현 - 서비스

- App 생성을 진행하고 DB 저장후 결과를 반환하는 서비스 로직을 구현했습니다.
  - 요청에 대한 반환은 `AppCommonResponse` DTO를 통해 반환됩니다.

* feat: App 조회 로직 구현 - 서비스

- Token을 활용해 App을 조회하는 로직을 구현했습니다.
- ID를 활용해 App을 조회하는 로직을 구현했습니다.
- 이에 따른 테스트를 추가했습니다.

* chore: 인덱싱 추가

- 토큰 기반 조회 쿼리 성능 향상을 위해 인덱싱을 명시했습니다.

* feat: App 삭제 로직 구현 - 서비스

- App 삭제를 진행하고 성공시 삭제한 App Id를 반환하도록 했습니다.

* feat: App 서비스 트랜젝션 추가

- App 서비스 메서드들에 대해 `@Transactional`을 적용했습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐️ Feat 새로운 기능이나 요청
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[💡 FEAT] App Service 구현 [💡 FEAT] App Key 생성
3 participants