Giter VIP home page Giter VIP logo

bruschetta's Introduction

Bruschetta

Build Status

todo app을 만들어본다.

작업환경

  • nodejs >= 10.15
    • nvs를 사용하면 cli에서 $ nvs auto on을 입력해두면 이후 폴더 진입 시 .node-version에 명시한 버전을 활용한다.

bruschetta's People

Contributors

totuworld avatar

Watchers

 avatar  avatar  avatar

bruschetta's Issues

진척률 표시 및 계산 처리

  • epic이나 task는 자식(child) task를 가질 수 있다.
  • task는 완료 여부(boolean)를 확인할 수있다.
  • task가 완료되면 epic이나 부모(parent) task의 합계 진척률에 포함된다.
// 2개의 child를 가진 경우 예시
[ ] parent (진척률 50%)
  [x] child 1
  [ ] child 2
// 3개의 child를 가진 경우 예시
[ ] parent (진척률 33.3%)
  [x] child 1
  [ ] child 2
  [ ] child 3
// epic & task 복합
# parent epic (진척률 66.6%)
[ ] parent 1 (진척률 50%)
  [x] child 1
  [ ] child 2
[x] parent 2
[x] parent 3 (진척률 0%)
  [ ] child 1
  [ ] child 2

체크 박스 클릭 처리

input 창에서 체크박스를 생성했다면 onChange 이벤트가 발생할 때 text를 변경하여 상태가 변화하도록 한다.

input 창 이동 입력 처리

as-is

  • 입력은 항상 가장 마지막 열에서만 발생한다.
  • 엔터를 입력하면 입력이 완료되고 다음 칸으로 이동한다.

to-be

  • 입력 중에 위/아래로 이동할 수 있다.
    • 화살표 up, down 사용
  • 이동이 발생하면 enter 처러 데이터를 입력한다.
  • 이동해서 깊이(depth)를 변화시키면 자식(child)의 depth도 함께 변화시킨다.

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.