Giter VIP home page Giter VIP logo

board_picker's People

Contributors

dependabot[bot] avatar jinwook1240 avatar

Watchers

 avatar  avatar  avatar

board_picker's Issues

새로운 파싱 알고리즘이 필요합니다.

이전에 생각했던 알고리즘의 경우 이미지-제목 방식의 경우에는 파싱할 수 없다.
예를 들어 기글하드웨어 사진게시판의 경우 세로 방식의 게시판이 아니라서 tr 하나를 한 게시물로 인식하는 현재 알고리즘으로는 파싱 불가능하다.
더해서, 이 게시판은 심지어 table 방식조차 아니다.
그래서, <ol>, <li> 혹은 <div> 방식의 게시판을 파싱 범위에 포함하는 포괄적인 알고리즘에 대해 생각해야 함.

tr태그 전체를 파싱해서, 조회수만 올라가도 새 글로 인식됨

사용자가 등록한 a태그 안의 내용 혹은, 게시글 번호를 가져와서 알림을 등록해야 함.
현재 tr태그(게시글의 한 행) 전체를 하나의 문자열로 인식하기 때문에 조회수도 해당 내용에 포함됨.

따라서 셋 중에 하나의 해결 방법을 선택해야 함.

  1. "조회수"열을 인식하여 해당 열을 체크하지 않는다.
  2. 등록된 태그(만약 사용자가 제목을 클릭했다면, 제목이 포함된 태그만)만을 인식한다.
  3. 사용자에게 조회수를 제외한 모든 항목을 클릭하게 한다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.