Open
Conversation
dongho108
requested changes
Oct 14, 2022
Collaborator
There was a problem hiding this comment.
앤지 고생하셨어요! demo용 코드 잘 봤습니다~
데모서버라 코드스타일같은 부분은 하나도 안보고 동시성 문제관련 코멘트 하나 남겼습니다~
논의 할 점은
-
저희가 데이터를 크루 100명, 코치100명 데이터를 만들어놓고 차례대로 주는데
동시에 크루, 코치 100명이 넘게 접근하면 같은 계정을 쓸 수도 있을 것 같아요.
-> 인원제한을 좀 많이 늘려놓을까요? -
일주일동안 열고 데모기간에도 열면 혹시 코치의 면담가능시간이 부족할 수도 있을 것 같은데 어떻게 할까요?
-> 최대한 많이 열어놓을까요? -
코치 임시id로 로그인 하는 사람들도 면담스케줄을 볼 수 있게 하려면 어떻게 해야할까요?
-> 더미데이터를 넣어놔야 하나..
Comment on lines
45
to
46
| private static long COACH_ID = 0L; | ||
| private static long CREW_ID = 0L; |
Collaborator
There was a problem hiding this comment.
r: 멀티쓰레드 환경에서는 AtomicLong 을 사용해야할 것 같아요
Collaborator
|
Collaborator
Collaborator
Comment id cashing 문제 [운영]완료된 면담으로 갔을 때, 코멘트 id 가 있으면 -> |
Collaborator
|
N월 한눈에 보기 -> 9월로 고정되어있음 [운영] |
Collaborator
닉네임 수정 시중복 아이디 일 경우 오류 안내를 해야하는데, 안내가 안되고 있다. [운영] |
Collaborator
|
완료된 인터뷰삭제 불가 [운영] |
* refactor: 코치 시간 생성 캘린더 분리 * refactor: 크루 인터뷰 신청 캘린더 분리 * refactor: 코치 시간 생성 캘린더와 크루 인터뷰 신청 캘린더를 children 패턴으로 리팩터링 * refactor: 스타일 로직 분리 * refactor: 필요 없어진 calendar 컴포넌트 삭제 * refactor: 코치 스케줄 캘린더 children 패턴으로 리팩터링 * refactor: 캘린더 관련 필요 없는 파일 제거 * refactor: 캘린더 month와 monthIndex 구분 * refactor: setDay -> removeDate, addOrSetDateBySelectMode 로 분리 * refactor: isSameDate 유틸 함수 활용으로 더 가독성 높이기 * fix: 날짜 범위 버그 * refactor: common 폴더 안에 있는 파일 common 접두사 제거 * refactor: CoachScheduleCalendar -> memo로 감쌈 * refactor: ModalPositionType -> BabyModalPositionType 네이밍 변경 * refactor: isDateNotInOfSelectedDatesAfterToday 함수 네이밍 변경
* refactor: 메서드 이름 변경 * refactor: partUpdateCoach 메서드 중복 닉네임 검증 로직 추가 * refactor: partUpdateCrew 메서드 중복 닉네임 검증 로직 추가 * refactor: 닉네임 중복 로직 JPQL로 변경 * refactor: partUpdateCoach 메서드 명명 updateCoach로 변경 * refactor: partUpdateCrew 메서드 명명 updateCrew로 변경
* refactor: coach custom exception 처리 정리 * refactor: crew custom exception 처리 정리 * refactor: interview custom exception 처리 정리 * refactor: comment custom exception 처리 정리 * refactor: AvailableDateTime custom exception 처리 정리 * refactor: Member 관련 custom exception 처리 정리 * refactor: Token 관련 custom exception 처리 정리 * refactor: exception package 변경 * refactor: 불필요한 exception 제거
* refactor: 인터뷰 픽스처 추가 및 테스트코드 리팩터링 * refactor: 깨지는 테스트 해결 및 메서드 리팩터링 * refactor: Builder 어노테이션 불필요 buildMethodName 속성 제거 Co-authored-by: dongho <dongho108@naver.com>
* [FE] feat: 코치 되는 시간 생성시, 주간 선택을 지원한다. (#460) * feat: 코치 되는 시간 생성시, 주간 선택을 지원한다 (cherry picked from commit fd8f0977f34d5c7e327a0a7a9cf26029095add40) * chore: conflict 해결 * refactor: onChangeSelectedDatesByClickDayOfWeek -> onChangeDateLine 으로 함수 네이밍 변경 (cherry picked from commit df60d19c83f7753891a4c219a20b373fec93402a) * refactor: 중복되는 로직을 고차함수를 통해 제거 (cherry picked from commit 44099964ed480c44705cd39696bf4c8cb67f56f0) * refactor: 라인이 다 selected 여부인지 확인하는 함수 재활용 (cherry picked from commit 0bfac646ae6e263563d02fff22d4718da421d721) * fix: row cell을 forEach 하는 범위 버그 (cherry picked from commit cfca3b45f3a05e4c18f81748c193f975d2de5eba) * refactor: of 전치사 제거 * docs: readme 초안 작성 * docs: readme 이미지 추가 * docs: gif추가 * docs: update 수정사항 반영 * docs: readme gif 재생 조절 * docs: 기술스택, 아키텍처 업로드 * docs: 이미지 크기 조정 * docs: 리드미 사진중복 수정 * docs: 리드미 사진 포멧 수정 Co-authored-by: soobin <38878617+sanaandmomo@users.noreply.github.com> Co-authored-by: Soomin Sohn <soomin.sohn.dev@gmail.com>
* chore: 코멘트 문구 수정 (cherry picked from commit 8cb6d4ffbe52a83bc50b21e89a9c8142567b382e) * feat: 완료한 면담의 경우 삭제 불가능 (cherry picked from commit b801c8d56288ad9e48b35465813d99f3d0ddfd75) * refactor: 불필요한 import 구문 삭제 (cherry picked from commit 83606e8d35ba3a1d49a0744c238ffa20e1a03e6b) * refactor: 닉네임 중복시, 에러 메세지 띄우기 (cherry picked from commit 400690f9bb41544596cddbc0a9ee821a4a9bd160) * fix: 코멘트id 초기화 로직 추가 (cherry picked from commit d3333970e03c1f49bd06793b56fe553d7053e8d2) * refactor: convert isAbleDelete to canDelete
* refactor: arrange directory structure based on domain * refactor: rearrange directory structure based on domain
Release v1.2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Issues
논의사항
10/15 변경사항
demo 로그인, 데이터 방식 살짝 변경했습니다!
close #472