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

feat: Create Article 기능 #5

Closed
6 tasks
yoo-jimin127 opened this issue May 27, 2023 · 0 comments · Fixed by #12
Closed
6 tasks

feat: Create Article 기능 #5

yoo-jimin127 opened this issue May 27, 2023 · 0 comments · Fixed by #12
Labels
feature 기능 구현

Comments

@yoo-jimin127
Copy link
Owner

yoo-jimin127 commented May 27, 2023

Create Article Form

  • 폼 내부 내용
    • 아티클 제목 ( 제목 유효성 → ‘title must be unique’)
    • 아티클 설명 (미입력시 → ‘description can't be blank’)
    • 아티클 작성 (미입력시 → ‘body can't be blank’)
    • 태그, 생성 버튼 (미입력시 → 아티클 생성에 문제 X, 정상 업로드)
    • 글 작성 부분 : ASCII 코드가 아닐 경우 공백으로 바꿔버려서 한글만 작성된 문자는 하나도 남겨져있지 않도록 되어있음
  • 글 내용 : markdown 파싱되어서 보여지도록
@yoo-jimin127 yoo-jimin127 added the feature 기능 구현 label May 27, 2023
@yoo-jimin127 yoo-jimin127 mentioned this issue Jul 2, 2023
6 tasks
@yoo-jimin127 yoo-jimin127 mentioned this issue Jul 2, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 구현
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant