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

refactor(S1): 선택지 maxLength & config #82

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Conversation

dusunax
Copy link
Contributor

@dusunax dusunax commented Aug 13, 2024

"name": "game-builder",
"version": "0.0.333",
  • [refactor] 선택지 maxLength 정리, 변수명 수정
  • [fix] unFixed 상태의 선택지을 maxLength 제한 조건에 포함
  • MaxChoiceLengthEnum enum 추가
export enum MaxChoiceLengthEnum {
  DEFAULT = 4,
}

@dusunax dusunax added the feature new feature✨ label Aug 13, 2024
@dusunax dusunax self-assigned this Aug 13, 2024
@dusunax dusunax changed the title feat(S1): 선택지 maxLength & config refactor(S1): 선택지 maxLength & config Aug 13, 2024
@dusunax dusunax marked this pull request as ready for review August 13, 2024 08:04
@dusunax dusunax merged commit 5bd3867 into main Aug 13, 2024
@dusunax dusunax deleted the feat/s1/choice-maxlength branch August 13, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature✨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(S1): 선택지를 추가한 후, AI 선택지를 추가하는 경우 length
1 participant