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: 티켓팅 서비스를 위해 기본적인 구현을 한다. #31

Merged
merged 5 commits into from
Aug 13, 2024

Conversation

seminchoi
Copy link
Contributor

⛏ 작업 사항

티켓 엔티티, 레포지토리를 구현했습니다.
본인의 티켓을 조회하는 API를 구현했습니다.
아키텍처 (영속성, 캐쉬) 별로 다른 기능을 구현하기 위한 인터페이스를 정의했습니다.

📝 작업 요약

티켓팅 서비스를 위한 기초 구현

💡 관련 이슈

@seminchoi seminchoi added the ✨ Feature 기능 구현 label Aug 13, 2024
@seminchoi seminchoi self-assigned this Aug 13, 2024
- ticketSerialNumber 필드를 UUID 로 구현
@seminchoi seminchoi merged commit 80631cb into main Aug 13, 2024
1 check passed
@seminchoi seminchoi deleted the feature/setup-ticket branch August 13, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 티켓팅 서비스를 위해 기본적인 구현을 한다.
3 participants