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: 충전기와 충전소를 주기적으로 업데이트하는 기능을 구현한다 #151

Merged
merged 22 commits into from
Jul 20, 2023

Conversation

sosow0212
Copy link
Collaborator

@sosow0212 sosow0212 commented Jul 20, 2023

📄 Summary

충전기와 충전소를 주기적으로 업데이트하는 기능을 구현했습니다.
매일 새벽 2시가 되면 자동으로 작업이 돌아갑니다

🙋🏻 More

close #26

sosow0212 and others added 22 commits July 17, 2023 18:19
# Conflicts:
#	backend/src/main/java/com/carffeine/carffeine/domain/chargestation/ChargeStation.java
#	backend/src/main/java/com/carffeine/carffeine/domain/chargestation/charger/Charger.java
#	backend/src/main/java/com/carffeine/carffeine/service/chargerstation/ChargerStationUpdateService.java
#	backend/src/test/java/com/carffeine/carffeine/service/chargerstation/ChargerStationUpdateServiceTest.java

[#26]
Co-authored-by: drunkenhw <[email protected]>
@sosow0212 sosow0212 added 🌱 기능추가 새로운 기능 요청입니다 BE 백엔드 관련 이슈입니다 labels Jul 20, 2023
@sosow0212 sosow0212 self-assigned this Jul 20, 2023
@sosow0212 sosow0212 temporarily deployed to test July 20, 2023 07:49 — with GitHub Actions Inactive
Copy link
Collaborator

@kiarakim kiarakim left a comment

Choose a reason for hiding this comment

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

고생많았어어~😊

Copy link
Collaborator

@be-student be-student left a comment

Choose a reason for hiding this comment

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

고생 많으셨어요 👍

@drunkenhw drunkenhw merged commit 31f28cb into develop Jul 20, 2023
2 checks passed
@drunkenhw drunkenhw deleted the feat/26 branch July 20, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다 🌱 기능추가 새로운 기능 요청입니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

충전소와 충전기를 업데이트와 추가하는 기능을 구현한다
4 participants