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 #1225
학기 정보 가져오는 현재 학기 정보를 보여줘야 하는 화면에 SEM001 적용
고민되는 부분
어떤 api를 호출할 때 param으로 semesterId를 넣어야 하는 경우가 간혹 있는데(예: MemberManageFrame에서 CLB010 사용), 한번에 호출해서 처리하려고 하면 문제가 생기는 것을 발견함 (같은 파일에서 clubId 다른 api 통해서 가져다 쓰는 건 잘 됨) 이를 어떻게 해결할지
생각해본 방법
현재 학기 정보를 사용하는 화면이 생각보다는 적었는데, provider 이용해서 전역변수로 관리해야할지도 고민
스크린샷
이후 Task *