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

투표/템플릿/유저 태그 생성 시 최대 글자 수 제한 (client side) #375

Closed
3 tasks done
withSang opened this issue Sep 14, 2023 · 1 comment · Fixed by #430
Closed
3 tasks done

투표/템플릿/유저 태그 생성 시 최대 글자 수 제한 (client side) #375

withSang opened this issue Sep 14, 2023 · 1 comment · Fixed by #430
Assignees
Labels
Admin FE Tasks for the front-end part good first issue Good for newcomers

Comments

@withSang
Copy link
Member

withSang commented Sep 14, 2023

제안 내용 *

아래 이벤트들의 입력값 검증(string; 최대 255자)을 input 태그들에 추가합니다.
- admin.agenda.create
- agenda.template.create
- user.tag.create

스크린샷

없음.

관련 Task *

  • admin.agenda.create에서 최대 글자 수 제한
  • agenda.template.create에서 최대 글자 수 제한
  • user.tag.create에서 최대 글자 수 제한
@withSang withSang added enhancement New feature or request FE Tasks for the front-end part Admin and removed enhancement New feature or request labels Sep 14, 2023
@withSang withSang added the good first issue Good for newcomers label Sep 27, 2023
@JeukHwang
Copy link
Contributor

admin.agenda.create 같은 update 관련 query도 검증이 필요할 것 같습니다.
또한 한 query에서도 투표 제목 길이, 개별 선택지 길이, 선택지 개수 제한 등 여러 숫자가 있음을 감안해야 하지 않을까 싶습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin FE Tasks for the front-end part good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants