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

[#734][3.0] Tree 컴포넌트 기능 개선(filtering 기능 추가), TextField 컴포넌트의 searchValue() 수정 #751

Merged
merged 4 commits into from
Feb 4, 2021

Commits on Feb 3, 2021

  1. [#734][3.0] Tree 컴포넌트 기능 개선(filtering 기능 추가), TextField 컴포넌트의 searchV…

    …alue() 수정
    
    ###########
    - Filtering 기능 추가하여 스펙 문서 수정(tree.md), 예제 추가(Default.vue)
    - Tree, TreeNode 컴포넌트 내에서 스타일 scoped 사용 제거
    - filtering 기능 추가
    - 검색어가 아예 없을 경우에도 검색이 되어야 하므로 조건 제거(TextField.vue)
    BoKyeongShin committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    edaf66b View commit details
    Browse the repository at this point in the history
  2. [#734][3.0] Tree 컴포넌트 기능 개선 코드에 대한 피드백 반영

    ###########
    - filteredValue를 searchWord로 변경
    - 오타 수정
    - 선언된 변수 활용하도록 수정
    BoKyeongShin committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b2839f8 View commit details
    Browse the repository at this point in the history
  3. [#734][3.0] Tree 컴포넌트 기능 개선 코드에 대한 피드백 반영

    ###########
    - in 연산자 대신 Object.hasOwnProperty.call()을 사용해서 해당 프로퍼티 확인하는 방식으로 수정
    BoKyeongShin committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e973e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. [#734][3.0] 데이터가 많을 경우 부하 발생 처리에 대한 피드백 반영

    ###########
    - 노드가 많아지면 발생할 수 있는 부하에 대한 피드백 반영, 쓰로틀링 방법을 도입하여 수정
    BoKyeongShin committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c06eef3 View commit details
    Browse the repository at this point in the history