Fix regular member classification /executive/register-member/[id] #1132
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.
요약 *
It closes #1131
회원 구분이 정회원인지 준회원인지를 학번을 놓고 구분을 해야 합니다.
그런데 한 대학원생 분의 구분이 정회원으로 되어 있어요
코드 구조 상 디비에서 정회원/준회원 여부를 boolean으로 가져와서 그대로 나타내기만 하면 되는데 디비에 들어있는 값에 문제가 있는 것 같아요
일단은 프론트에 로직을 강제로 끼워 넣은 상태예요 디비에서 가져온 값 안쓰도록(?!)
월요일에 학교 가서 디비 열어보고 코드 수정하겠습니다
스크린샷
이후 Task *