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

카테고리 생성 #7

Open
i960107 opened this issue Jun 7, 2024 · 1 comment
Open

카테고리 생성 #7

i960107 opened this issue Jun 7, 2024 · 1 comment

Comments

@i960107
Copy link
Member

i960107 commented Jun 7, 2024

  • 로그인한 사용자는 카테고리를 생성할 수 있다. (쿠키로 jwt access token 담겨 자동 전송)
  • 한 유저당 카테고리는 최대 20개 까지 생성 가능하다. → 카테고리 글자수 많지 않으므로 생성 버튼 눌렀을때 실패해도 사용성 크게 떨어지지 않음. post 요청시에 서버에서 유저가 생성한 카테고리가 20개 넘지 않는지 체크.
  • 유저 가입시에 기본 카테고리 생성됨.
  • 카테고리는 이름을 가진다. 이름은 utf8로 표현할 수 있는 문자 최대 32자가 가능하다. 이모티콘은 제외한다. chat gpt에서 질문 생성시에 프롬프트에 이모티콘 포함되어있을시에 잘못 인식될 가능성 있음. 클라, 서버에서 더블 체크.
  • 카테고리 노출되는 순서는 고정: 카테고리는 노션 페이지 추가 처럼 새로운 카테고리를 마지막에 추가.
  • todo
    • 카테고리 노출 순서를 유저가 수정할 수 있도록.
    • 카테고리 이름 수정 삭제
    • 카테고리 이름에는 이모티콘이 포함될 수 없지만 노션처럼 이름과 분리해서 카테고리별로 이모티콘을 아이콘으로 설정 가능하도록
Copy link

github-actions bot commented Jun 9, 2024

Branch issue-7 created for this issue.

@i960107 i960107 moved this from 🔖 Todo to 🚀 In Progress in 📝review-with-ai Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚀 In Progress
Development

No branches or pull requests

1 participant