Giter Club home page Giter Club logo

kanban's Introduction

Kanban

Repository Setting

  • $ pip install -r requirements.txt
  • $ python manage.py makemigrations
  • $ python manage.py migrate
  • $ python manage.py loaddata fixtures/*.yaml
  • $ python manage.py runserver
  • Access to http://localhost:8000.

사용된 라이브러리

  • Bootstrap 4.1.0
  • jQuery 2.2.4
  • jQuery-ui 1.10.4

구현된 기능

  • 카드를 드래그 & 드랍 방식으로 리스트 사이에서 옮기기. 순서 바꾸기
  • 카드가 속한 리스트와 순서를 하나의 JSON 배열로 만들고 그 데이터를 DB에 ajax로 입출력
  • List에 대한 드래그 & 드랍 방식의 순서 바꾸기
  • printLists: 리스트 데이터를 화면에 렌더링
  • printCards: 카드 데이터를 카드가 속한 각 리스트에 렌더링
  • printUsers: 유저 데이터를 유저가 속한 각 카드에 렌더링

구현해야 할 기능 1

  • List에 대한 Create, Edit, Delete
  • Card에 대한 Create, Edit, Delete
  • User에 대한 Create, Edit, Delete (회원가입, 프로필 수정, 회원탈퇴)
  • (List에 대한 Create, Edit 그리고 Card에 대한 Create는 해당 텍스트나 버튼을 클릭하면 바로 텍스트 수정하고 ajax로 전송되도록 구현)
  • (List/Card에 대한 Delete는 삭제 버튼을 클릭하면 바로 텍스트 수정하도록 ajax로 구현)
  • (Card에 대한 Edit form 입력을 통한 POST 전송방식으로 구현하되 ajax)
  • (User에 대한 Create, Edit, Delete는 일반적인 form 입력을 통한 POST 전송방식)
  • (2일 예상)

구현해야 할 기능 2

  • Card에 대한 Edit에서 User 추가/삭제 ajax로 구현
  • (0.5일 예상)

kanban's People

Contributors

lamiru avatar

Watchers

James Cloos avatar  avatar

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.