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: 시내버스 시간표 #714

Merged
merged 6 commits into from
Jul 19, 2024
Merged

feat: 시내버스 시간표 #714

merged 6 commits into from
Jul 19, 2024

Conversation

ImTotem
Copy link
Contributor

@ImTotem ImTotem commented Jul 19, 2024

🔥 연관 이슈

🚀 작업 내용

  1. 시내버스 시간표 만들었습니다.

💬 리뷰 중점사항

살짝 급하게 만들어서 문제가 많을수도 있어용

@ImTotem ImTotem added 기능 새로운 기능을 개발합니다. Team Business 비즈니스 팀에서 작업할 이슈입니다 labels Jul 19, 2024
@ImTotem ImTotem self-assigned this Jul 19, 2024
Copy link
Collaborator

@songsunkook songsunkook left a comment

Choose a reason for hiding this comment

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

빠른 구현 감사합니다~

Comment on lines 10 to 11
public interface CityBusTimetableRepository extends Repository<CityBusTimetable, String> {
CityBusTimetable save(CityBusTimetable cityBusTimetable);
Copy link
Collaborator

Choose a reason for hiding this comment

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

A

개행해주세요~

Copy link

Unit Test Results

  29 files    29 suites   2m 59s ⏱️
241 tests 240 ✔️ 1 💤 0
242 runs  241 ✔️ 1 💤 0

Results for commit ad532f4.

Copy link
Contributor

@dradnats1012 dradnats1012 left a comment

Choose a reason for hiding this comment

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

괜찮은것 같아용 👍👍👍👍

@ImTotem ImTotem merged commit acf8d18 into develop Jul 19, 2024
3 checks passed
@ImTotem ImTotem deleted the feat/656-citybus-timetable branch July 19, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Business 비즈니스 팀에서 작업할 이슈입니다 기능 새로운 기능을 개발합니다.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

시내버스 시간표
3 participants