-
Notifications
You must be signed in to change notification settings - Fork 1
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 : 엑셀 파일로 과거 시간표 추가하기 #1153
feat : 엑셀 파일로 과거 시간표 추가하기 #1153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 💯
졸학계 컨텍스트 부족 + 처음보는 라이브러리 공부할 게 많아 보이네요..!
코멘트 확인 부탁드립니다 👍
src/main/java/in/koreatech/koin/domain/graduation/dto/ExcelStudentData.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Show resolved
Hide resolved
.name("졸업학점 계산용 테이블") | ||
.isDeleted(false) | ||
.isMain(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R
이 부분도 컨텍스트가 부족해서 여쭙니다..!
이렇게 되면 졸업학점 계산용 테이블
의 이름으로 사용자 시간표가 생기게 되는데, 사용자가 이 이름을 꺼려할 수 있을 것 같다는 생각이 듭니다..
메인 시간표만 학점 계산에 들어간다고 기억이 나는데, 관련해서 회의 때 이야기 나누면 좋을 것 같아요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이름을 어떻게 지으면 좋을까요? 그냥 고민고민하다가 일단 저 이름으로 넣어놓긴 했는데, 의견 있다면 부탁드려요 :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
메인 시간표..? 어렵네요 네이밍은 역시 😢
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Outdated
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/service/GraduationService.java
Show resolved
Hide resolved
src/main/java/in/koreatech/koin/domain/graduation/dto/ExcelStudentData.java
Outdated
Show resolved
Hide resolved
* fix: 스케줄러 cron식 수정 * fix: 식단 이미지 업로드 알림 롤백
* fix : 생협 동계학기 운영 시간 수정 * fix : 생협 동계학기 운영 시간 수정 * chore : 공백 추가 * fix: 세탁소 전화번호 수정
* 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: 리뷰 반영
* feat: repository 추가 * feat: exception 추가 * feat: 이수 구분 반환값 추가 * feat: coursetype 반환값 추가 * test: 테스트 코드 수정 * chore: 리뷰 반영
…/new-add-graduation-excel
03ad206
into
feature/1140-graduation-credit-calculator
🔥 연관 이슈
🚀 작업 내용
💬 리뷰 중점사항
엄청 오래 걸릴 사항은 아니었는데, 생각보다 따질 사항이 많아서 코드 작성이 오래 걸린 것 같습니다.
예전 코드를 최신화하며 graduation 패키지에서 model 밖에 없길래 따로 추가해서 작성했습니다.
일단 먼저 리뷰해주시고, 아마 충돌 문제 생길 거 같아서 추가 할 사항 있으면 그것도 말씀해주시면 감사하겠습니다.
브랜치에서 테스트를 하고 싶으신 분이 있다면 아래의 사항을 따라서 진행해주세요.
localhost:8080/graduation/excel/upload
을 POST로 처리합니다.코드 좀 지저분할수도 있습니다. 수정사항 있다면 말씀해주세요. 긴 글 읽어주셔서 감사합니다.😄