-
Notifications
You must be signed in to change notification settings - Fork 46
feat: Add bad word filter to guild name creation for respectful naming #262
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
Open
eun2ce
wants to merge
3
commits into
git-goods:main
Choose a base branch
from
eun2ce:eun2ce-fetch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forbiddenWordsList가 core의 Svgs안에서 관리되는것 같은데요.
gitanimals에서는 Svgs안에 Svg관련 데이터만 넣고 있습니다.
추가로, forbiddenWordsList는 Guild생성시에만 사용되는데이터로 Guild안에 있어야할거 같아요.
별개로, 불가능한 단어를 정적으로 관리하는 방식은 지속가능한 방식이 아닙니다.
새로운 불가능한 단어가 추가될때마다, 개발자가 forbiddenWordsList에 내용을 추가하고 서버를 재배포 해야하니까요.
따라서, 말씀해주신것 처럼 api를 이용한 방식을 차용해야 할거 같습니다.
다만, 이 방식은 api 토큰등 내부 작업이 필요해보여서 outside collaborator가 하기에는 조금 무리가 있을거라고 생각합니다.
제가 시간이 날때 요 PR에 현재 작업해주신 내용과 관련 내용을 함께 작업해서 collaborator로 넣어드리는 방향을 생각하고 있는데 어떻게 생각하시나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그래주시면 감사하겠습니다.
제 의견을 긍정적으로 받아들여 주셔서 감사합니다.