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

[Feature] Apply for study group click action #51

Merged
merged 2 commits into from
Dec 2, 2020

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Dec 1, 2020

  • 소개 페이지에 신청하기 버튼 클릭하면 신청 api 호출
  • 신청이 완료되면 신청완료라고 버튼상태 변경하기
  • 로그인한 유저만 신청가능하게 변경하기
  • 추후 CSS 변경하기

validateapplybutton

Comment on lines +207 to +208
// TODO: 같은 유저가 들어가도 update 된다. validation 하기
await updateParticipants(newGroup);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

유저가 스터디에 신청을 완료했으면 버튼 disable 시키기

Comment on lines 125 to 131
<button
type="button"
className="apply"
onClick={onApply}
>
신청하기
</button>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

사용자의 상태에 따라 버튼 상태 변경하기

@saseungmin saseungmin added the enhancement New feature or request label Dec 1, 2020
@saseungmin saseungmin mentioned this pull request Dec 1, 2020
20 tasks
@saseungmin saseungmin merged commit e249a22 into CodeSoom:main Dec 2, 2020
@saseungmin saseungmin deleted the apply-for-study-group branch July 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant