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

테이블 파싱 시 스크롤 여부 확인 #124

Open
EATSTEAK opened this issue Nov 6, 2024 · 0 comments
Open

테이블 파싱 시 스크롤 여부 확인 #124

EATSTEAK opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@EATSTEAK
Copy link
Owner

EATSTEAK commented Nov 6, 2024

  • 일부 테이블(LectureAssessmentApplication)은 스크롤이 존재할 경우 자동으로 스크롤하여 내용을 파싱하지만, 스크롤이 발생할 수 있는 대다수의 테이블에는 스크롤 파싱 구현이 되어 있지 않음
  • 이미 구현된 코드를 참고하여 다른 테이블에도 구현
  • (최종) 자등 스크롤 구현을 일반화하기
    • 특성상 파싱만 필요한 것이 아닌 서버 요청이 다수 필요해 일반적인 Command와 parsing의 조합으로 구현해야 함
@EATSTEAK EATSTEAK added the bug Something isn't working label Nov 6, 2024
@EATSTEAK EATSTEAK added this to the 1.0 milestone Nov 6, 2024
@EATSTEAK EATSTEAK added the good first issue Good for newcomers label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant