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: 사용자는 도메인 검색 자동 완성을 사용할 수 있다. #57

Merged
merged 5 commits into from
Mar 27, 2024

Conversation

hseong3243
Copy link
Owner

작업한 내용

  • 루트 도메인 목록 반환 로직을 구현하였습니다.
    • 검색어 자동 완성을 위한 트라이를 구현하였습니다.
      • 최대 35자까지 삽입가능합니다.
      • 35자를 초과하는 경우 무시됩니다.
      • 검색어는 최대 30자까지 검색가능합니다. 30자를 초과하는 경우 30자까지 잘라서 검색합니다.
    • 트라이를 이용하여 애플리케이션 단에서 루트 도메인 목록을 캐시합니다.
      • 스케줄러가 매 시간 정각에 데이터베이스에서 조회 후 캐시합니다.

@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label Mar 27, 2024
@hseong3243 hseong3243 self-assigned this Mar 27, 2024
Copy link

Test Results

127 tests  +28   127 ✅ +28   2s ⏱️ ±0s
 43 suites + 4     0 💤 ± 0 
 43 files   + 4     0 ❌ ± 0 

Results for commit e8136e9. ± Comparison against base commit 2ac0c07.

@hseong3243 hseong3243 merged commit c91acf8 into main Mar 27, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#56-search-domain branch March 27, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 사용자는 도메인 검색 자동 완성을 사용할 수 있다.
1 participant