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

✨ feat: add banned word when create item #160

Merged
merged 9 commits into from
Oct 25, 2023
Merged

Conversation

seonghun-dev
Copy link
Collaborator

Resolve : #159

@seonghun-dev seonghun-dev added ✨feature New feature or request 🥉d-2 With in 2 Day labels Jun 29, 2023
Copy link
Collaborator

@yunyoung1819 yunyoung1819 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good

@seonghun-dev
Copy link
Collaborator Author

seonghun-dev commented Jul 11, 2023

@yunyoung1819
@siyeonSon

IOS 팀과 논의한 결과
IOS 배포 후 최초 업데이트에 적용 예정입니다.

Copy link
Member

@DongGeon0908 DongGeon0908 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

놀러왔어요! 이 서비스 너무 좋아용~

@seonghun-dev seonghun-dev removed the 🥉d-2 With in 2 Day label Sep 10, 2023
@seonghun-dev seonghun-dev changed the base branch from main to dev September 10, 2023 17:04
@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2023

Codecov Report

Merging #160 (ca8735c) into dev (84e1989) will decrease coverage by 1.32%.
Report is 8 commits behind head on dev.
The diff coverage is 3.92%.

❗ Current head ca8735c differs from pull request most recent head 0179841. Consider uploading reports for the commit 0179841 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #160      +/-   ##
============================================
- Coverage     18.16%   16.85%   -1.32%     
  Complexity       49       49              
============================================
  Files            44       46       +2     
  Lines           567      617      +50     
  Branches         15       18       +3     
============================================
+ Hits            103      104       +1     
- Misses          462      511      +49     
  Partials          2        2              
Files Changed Coverage Δ
...mmon/annotation/validator/BannedWordValidator.java 0.00% <0.00%> (ø)
...t/domains/item/controller/ItemClaimController.java 0.00% <ø> (ø)
...t/domains/user/controller/UserBlockController.java 0.00% <ø> (ø)
...romeet/domains/user/controller/UserController.java 33.33% <ø> (ø)
...rnal/swagger/config/CustomOperationCustomizer.java 0.00% <0.00%> (ø)
...java/com/depromeet/common/error/dto/ErrorCode.java 100.00% <100.00%> (ø)

@seonghun-dev
Copy link
Collaborator Author

@siyeonSon @yunyoung1819
AOP 형태로 사용가능하도록 수정했습니다. 시간나실때 리뷰 부탁드립니다

Copy link
Collaborator

@yunyoung1819 yunyoung1819 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

테스트 코드 충돌나는 것 수정되시면 바로 머지해주셔도 될 것 같습니다. 고생 많으셨습니다.
Good!

@seonghun-dev seonghun-dev merged commit a37414b into dev Oct 25, 2023
1 check passed
@seonghun-dev seonghun-dev deleted the feature/banned_word branch October 25, 2023 07:50
seonghun-dev added a commit that referenced this pull request Nov 8, 2023
* ✨ feat(api): add banned word validator

* ✨ feat(api): add sql to flyway

* ✨ fix(api): add fix query

* ✨ feat(api) : add NotBannedWord annotation to ItemCreateRequestDto

* ♻️ chore: change contentWord to contentWords

* 🐛 fix: add access to noargsconstructor

* 🐛 fix: fix test case and if null banned word is true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Banned Word Filtering
5 participants