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

fix : 동계방학 생협 운영시간 업데이트 #1144

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

Choon0414
Copy link
Contributor

🔥 연관 이슈

  • close #이슈번호

🚀 작업 내용

  1. 생협 동계학기 운영 시간을 수정했습니다.

💬 리뷰 중점사항

  • 운영시간 잘못된 부분이 있다면 말씀해주세요.(특히 복지관 식당)

@Choon0414 Choon0414 added the Team Campus 캠퍼스 팀에서 작업할 이슈입니다 label Dec 20, 2024
@Choon0414 Choon0414 self-assigned this Dec 20, 2024
@github-actions github-actions bot added the 버그 정상적으로 동작하지 않는 문제상황입니다. label Dec 20, 2024
Copy link

github-actions bot commented Dec 20, 2024

Unit Test Results

342 tests   341 ✔️  1m 39s ⏱️
  41 suites      1 💤
  41 files        0

Results for commit 3f555f5.

♻️ This comment has been updated with latest results.

@Choon0414 Choon0414 changed the title Fix/update coop shop fix : 동계방학 생협 운영시간 업데이트 Dec 20, 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.

고생하셨습니다!
크롤링이 시급해보이네요.. @ImTotem

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.

고생하셨습니다!
몇가지만 확인해주세용


INSERT INTO `coop_shop` (`name`, `phone`, `location`, `remarks`, `semester_id`)
VALUES ('학생식당', '041-560-1278', '학생회관 2층', '비계절학기 주말 미운영', @SEMESTER_ID),
('복지관식당', '041-560-1778', '복지관 2층', '복지관식당 c코너 별도 운영(계절학기까지)', @SEMESTER_ID),
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 Author

Choose a reason for hiding this comment

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

복지관이 이번엔 학생식당 C코너로 들어가면서 칸이 합쳐졌는데 24-2학기 거로 보시면 됩니당

('복지관식당', '041-560-1778', '복지관 2층', '복지관식당 c코너 별도 운영(계절학기까지)', @SEMESTER_ID),
('대즐', '041-560-1779', '복지관 1층', '배달 가능', @SEMESTER_ID),
('서점', '041-560-1756', '복지관 1층', '점심시간 12:00 - 13:00', @SEMESTER_ID),
('세탁소', '041-552-1489', '학생회관 2층', NULL, @SEMESTER_ID),
Copy link
Contributor

Choose a reason for hiding this comment

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

사진이랑 세탁소 전화번호가 다른것 같아요

@Choon0414 Choon0414 merged commit c1890f2 into develop Dec 20, 2024
4 checks passed
@Choon0414 Choon0414 deleted the fix/update-coop-shop branch December 20, 2024 05:05
duehee pushed a commit that referenced this pull request Dec 30, 2024
* fix : 생협 동계학기 운영 시간 수정

* fix : 생협 동계학기 운영 시간 수정

* chore : 공백 추가

* fix: 세탁소 전화번호 수정
duehee added a commit that referenced this pull request Dec 30, 2024
* feat : 엑셀 파일 최신화

* feat : 리팩토링 진행 및 패키지 이동

* chore : 안 쓰는 import 제거 및 정리

* chore : 관규님 리뷰 반영

* chore : 개행 추가

* feat: lecture 컬럼 크기 수정 flyway 추가 (#1142)

* fix: 식단 이미지 알림 롤백  (#1145)

* fix: 스케줄러 cron식 수정

* fix: 식단 이미지 업로드 알림 롤백

* fix : 동계방학 생협 운영시간 업데이트 (#1144)

* fix : 생협 동계학기 운영 시간 수정

* fix : 생협 동계학기 운영 시간 수정

* chore : 공백 추가

* fix: 세탁소 전화번호 수정

* feat: 스웨거 그룹화 (#1138)

* chore: swagger 패키지 생성 및 클래스 이동

* feat: 비즈니스팀 API 그룹화

* chore: 비즈니스 API 추가

* feat: 캠퍼스팀 API 그룹화

* feat: 유저팀 API 그룹화

* feat: ABTEST API 그룹화

* feat: BCSD API 그룹화

* chore: 비즈니스팀 API 추가

* feat: 어드민 API 그룹화

* chore: 유저팀 API 추가

* feat: 로그인 API 그룹화 및 그룹 이름 변경

* refactor: 패키지 경로 enum화

* refactor: 중복 코드 메소드화

* refactor: 그룹 스웨거 파일 분할

* chore: 미사용 import 삭제

* chore: 메소드 명 변경

* chore: 리뷰 반영

* fix: 안경점, 우편취급국 운영시간 추가, 대즐 운영시간 오타 수정 (#1151)

* feat: flyway추가 & model 관련 추가 및 수정

* feat: 시간표 조회 API 이수 구분 반환 추가 (#1150)

* feat: repository 추가

* feat: exception 추가

* feat: 이수 구분 반환값 추가

* feat: coursetype 반환값 추가

* test: 테스트 코드 수정

* chore: 리뷰 반영

* fix: department 중복 수정

* fix: department 조회 로직 변경

* rebase : 충돌 해결

* chore : 현수님 리뷰 반영

---------

Co-authored-by: 신관규 <[email protected]>
Co-authored-by: 허준기 <[email protected]>
Co-authored-by: Hwang HyeonSik <[email protected]>
Co-authored-by: 김원경 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Campus 캠퍼스 팀에서 작업할 이슈입니다 버그 정상적으로 동작하지 않는 문제상황입니다.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants