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

보드 구현 #14

Closed
tesseractjh opened this issue Dec 21, 2021 · 0 comments · Fixed by #21
Closed

보드 구현 #14

tesseractjh opened this issue Dec 21, 2021 · 0 comments · Fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@tesseractjh
Copy link
Collaborator

Description

태그들이 그려질 보드의 기본적인 틀만 구현할 예정입니다.
board라는 객체가 보드 관련 정보를 프로퍼티로, 이벤트 핸들러와 관련 함수들을 메서드로 갖습니다.

To Do

  • 프로퍼티
    • 태그들이 그려질 보드 HTMLElement 객체
    • body를 나타내는 Tag 객체
    • 태그 선책 바에서 클릭하여 보드에 그려질 준비되어 있는지 여부
    • 격자 크기
  • 메서드
    • click 이벤트 핸들러
    • mouseover 이벤트 핸들러
    • mousemove 이벤트 핸들러
    • mouseout 이벤트 핸들러
    • 특정 태그 검색
    • 특정 태그의 위치를 격자 크기 단위에 맞게 조절

ETC

기본적인 것만 구현하고 추후에 계속 업데이트할 예정입니다.

@tesseractjh tesseractjh added the enhancement New feature or request label Dec 21, 2021
@tesseractjh tesseractjh self-assigned this Dec 21, 2021
@tesseractjh tesseractjh linked a pull request Dec 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant