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

1130 meeting announcement remaining backend issue list #1160

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

oRE-o
Copy link
Contributor

@oRE-o oRE-o commented Oct 9, 2024

요약 *

It closes #1130

현재 새로 작업이 된 Meeting 관련 Schema하고 이미 개발되어 있는 meeting controller / drizzle schema 사이에 차이가 꽤나 있었습니다
MEE001 - 004에 지원하는 기능들에 각각이 정상 작동하도록 리팩토링 / schema에 coulmn 추가 / 변경을 진행했습니다.
추가 ) MEE001은 이제 생성된 공고에 대한 id를 return 하도록 기능을 추가했습니다.

혹시 다른 문제가 발생하는 지 알려주시면 추가적으로 작업하겠습니다,
우선 가능한대로 API는 최신화를 시켜두어서 기능 작동 여부를 테스트해주시고 피드백 해주시면 감사하겠습니다..!

스크린샷

이후 Task *

  • 없음

@oRE-o oRE-o requested a review from babycroc October 9, 2024 11:52
@oRE-o oRE-o self-assigned this Oct 9, 2024
@oRE-o oRE-o linked an issue Oct 9, 2024 that may be closed by this pull request
5 tasks
Copy link
Contributor

@Engineer-JJHaMa Engineer-JJHaMa 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
Contributor

Choose a reason for hiding this comment

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

❗ meeting 스키마에 몇가지 변경이 있어 적용해야 합니다.

  1. enum -> meeting_type_enum 으로 컬럼명 변경
  2. tag -> meeting_group_tag 로 컬럼명 변경
  3. 이제 더 이상 enum 테이블을 만들고 외래키를 설정하지 않습니다. enum 컬럼에 걸린 외래키를 제거해 주세요

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

Choose a reason for hiding this comment

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

❗ meeting 하단에 announcement 모듈을 만들어서 전부 옮기야 합니다!

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

Choose a reason for hiding this comment

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

❗ meeting 모듈 하위에 anouncement 모듈을 만들어서 전부 옮겨야 할거 같아요!

Copy link
Contributor

Choose a reason for hiding this comment

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

💬 MEE-001의 입력 중 tag 는 클라이언트가 입력하는 것이 아닌 분과회의를 그룹핑하기 위한 요소입니다. 입력에서 없애는게 좋아 보여요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Meeting Announcement] remaining backend issue list
2 participants