Skip to content

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 23, 2020

  • 스터디 그룹 개설(작성) 페이지의 태그에 대한 작업
    • 태그 추가
    • 태그 삭제
      tags

- write study creation page input tags
@saseungmin saseungmin added the enhancement New feature or request label Nov 23, 2020
Comment on lines +47 to +69
<TagsFormWrapper>
<h4>태그</h4>
<input
type="text"
placeholder="태그를 입력하세요"
value={tag}
onChange={handleChange}
onKeyPress={handleSubmit}
/>
<div>
{inputTags.map((inputTag) => (
<span
key={inputTag}
onClick={() => handleRemove(inputTag)}
onKeyPress={() => {}}
role="button"
tabIndex="-1"
>
{`#${inputTag}`}
</span>
))}
</div>
</TagsFormWrapper>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

  • 리팩토링 하기 컴포넌트 분리하기

Comment on lines 11 to 27
<input type="text" placeholder="제목을 입력하세요" />
</div>
<div>
<textarea rows="10" cols="100" placeholder="내용" />
<span>모집 마감 날짜</span>
<input type="date" />
</div>
<div>
<input type="text" placeholder="태그를 입력하세요" />
<span>참여 인원 수</span>
<input type="number" />
</div>
<div>
<textarea rows="10" cols="100" placeholder="내용" />
</div>
<TagFormContainer />
<div>
<button type="button">저장</button>
</div>
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 merged commit 1673066 into CodeSoom:main Nov 24, 2020
@saseungmin saseungmin mentioned this pull request Nov 24, 2020
20 tasks
@saseungmin saseungmin deleted the write-tags-submit branch July 5, 2021 19:54
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.

1 participant