feat: 모집공고가 없을 시, 지원자 페이지에서 모집공고 생성 버튼 표시 #341
Merged
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.
#338 부분 해결
💡 다음 이슈를 해결했어요.
기존 코드의 경우, 모집 공고가 없을 시 지원자 페이지를 불러오는 도중 API 실패가 발생하며 에러 화면이 나왔지만, 이제 모집 공고가 없을 시 임시로 '모집 공고 생성 버튼' 등을 표시해 사용자가 에러를 마주하지 않도록 도와줍니다.
💡 이슈를 처리하면서 추가된 코드가 있어요.
이는 좋지 않은 동작이며, 백엔드가 이 기능을 지원하게 된다면 추후 리팩토링 필요.
ludo-frontend/src/Pages/Applicants/index.tsx
Lines 19 to 20 in 97f63fa
<Loading />
을, 불러오기에 실패했다면<PlaceHolder /
>를, 성공했다면 기존과 같은 화면을 보여줍니다.ludo-frontend/src/Pages/Applicants/index.tsx
Lines 41 to 88 in 97f63fa
💡 필요한 후속작업이 있어요.
💡 다음 자료를 참고하면 좋아요.
✅ 셀프 체크리스트