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

hotFix: 7/5(화) 회의 건의사항 반영 #345

Merged
merged 18 commits into from
Jul 5, 2024

Conversation

hyosin-Jang
Copy link
Collaborator

@hyosin-Jang hyosin-Jang commented Jul 5, 2024

Closes #338

💡 다음 이슈를 해결했어요.

실시간 알림

  1. 알림 종모양 숫자 실시간 생성/제거 확인
  2. 전체 읽음 버튼 클릭 시 즉시 알림 목록 사라지도록 수정

스터디 지원자 페이지

  1. 스터디원 모집 -> 스터디 지원자 확인하기로 워딩 변경
  2. 스터디 생성 후, 바로 지원자 페이지 접속 시 owner undefined 에러 해결
    (@abiriadev 님 PR feat: 모집공고가 없을 시, 지원자 페이지에서 모집공고 생성 버튼 표시 #341 반영)

모집공고

  1. 모집공고 수정 페이지 접속 시 map undefined 에러 해결
  • 모집공고 상세 조회 API에 출석일이 안내려오고 있었음
  • 프론트 undefined 예외처리 및 API 응답 출석일 추가 문의 완료.
  1. 모집 공고 상세 페이지: 줄바꿈이 적용되지 않는 이슈 해결

기타

  1. 노션 배포된 링크로 변경
  2. VitePluginRadar로 GA, GTM 태그 심음
  • 루도 공용 gmail 계정으로 작업함

💡 필요한 후속작업이 있어요.

  1. GA 태그 정상 작동 여부 확인

  2. 백엔드 API 확인 필요한 부분

- 스터디 지원자 조회 API: 500 에러

  • GET /studies/${studyId}/applicants
{
  data: null,
  message: "Cannot invoke \"com.ludo.study.studymatchingplatform.study.domain.recruitment.Recruitment.getId()\" because. \"recruitment\" is null",
  ok: false
}

- 모집공고 수정 API: 500 에러

{
 applicantLimit: 4,
 callUrl: "www.naver.com",
 contact: "EMAIL",
 content: "운영체제 강의 듣고 내용 정리하고 발표하는 식 스터디\n\n예상 일정은 주 1~2회 정도 진행할 예정이고\n\n커리큘럼은 반효경 교수 님 수업 커리큘럼을 따르려고 합니다. \n\n같이 열심히 하실 분 모집합니다 !!",
 positionIds: [1, 4],
 recruitmentEndDateTime: "2024-07-11T00:00:00",
 stackIds: [12, 73],
 title: "운영체제 스터디 모집합니다. "
}
  • Response:
{"ok":false,"message":"Request method 'PUT' is not supported","data":null}



💡 다음 자료를 참고하면 좋아요.

✅ 셀프 체크리스트

  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있습니다. (master/main이 아닙니다.)
  • 커밋 메세지를 컨벤션에 맞추었습니다.
  • 변경 후 코드는 컴파일러/브라우저 warning/error 가 발생시키지 않습니다.
  • 변경 후 코드는 기존의 테스트를 통과합니다.
  • 테스트 추가가 필요한지 검토해보았고, 필요한 경우 테스트를 추가했습니다.
  • docs 수정이 필요한지 검토해보았고, 필요한 경우 docs를 수정했습니다.

@hyosin-Jang hyosin-Jang added the bug Something isn't working label Jul 5, 2024
@hyosin-Jang hyosin-Jang self-assigned this Jul 5, 2024
@hyosin-Jang hyosin-Jang merged commit 6e31af0 into dev Jul 5, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hotFix: 지원자 페이지 owner undefined 에러 해결 및 건의사항 반영
1 participant