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

Implement Content Length Limit for Comment, Review, and Reply #166

Open
18 tasks
skgndi12 opened this issue Feb 8, 2024 · 1 comment
Open
18 tasks

Implement Content Length Limit for Comment, Review, and Reply #166

skgndi12 opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
api ui Something about UI

Comments

@skgndi12
Copy link
Collaborator

skgndi12 commented Feb 8, 2024

Description:

Frontend:

  • Comment:
    • movieName: 100글자 이내 (앞뒤 공백 포함)
    • content: 300글자 이내 (앞뒤 공백 포함)
  • Review:
    • title: 100글자 이내 (앞뒤 공백 포함)
    • movieName: 100글자 이내 (앞뒤 공백 포함)
    • content: 2,000글자 이내 (앞뒤 공백 포함)
  • Reply:
    • content: 300글자 이내 (앞뒤 공백 포함)

Backend:

  • Comment:
    • movieName: 1,000글자 이내 (앞뒤 공백 포함)
    • content: 3,000글자 이내 (앞뒤 공백 포함)
  • Review:
    • title: 1,000글자 이내 (앞뒤 공백 포함)
    • movieName: 1,000글자 이내 (앞뒤 공백 포함)
    • content: 20,000글자 이내 (앞뒤 공백 포함)
  • Reply:
    • content: 3,000글자 이내 (앞뒤 공백 포함)
@skgndi12 skgndi12 added api ui Something about UI labels Feb 8, 2024
@skgndi12 skgndi12 added this to Alpha Feb 8, 2024
@skgndi12 skgndi12 moved this to Todo in Alpha Feb 8, 2024
@skgndi12
Copy link
Collaborator Author

skgndi12 commented Feb 8, 2024

위의 서비스 정책에 대한 위키 문서도 작성되었습니다. 링크

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api ui Something about UI
Projects
Status: Todo
Development

No branches or pull requests

2 participants