Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 635 Bytes

File metadata and controls

17 lines (15 loc) · 635 Bytes

Proof of Concept - KANBAN (Planner)

A Proof of Concept of Kanban feature (planner). Testing the traits that this features must have, seeing if it's possible to do so

To Do

Client-side

  • Create cols
  • Create cards in these cols
  • Each col must have a name, colour and id
  • Each card must have a name, description, member assign and id
  • Cards must had been a function to change between cols
  • The title and colour of the col must be editable
  • The attributes of the cards must be editable

Server-side

  • Create new cols in db
  • Create new cards in each cols
  • Change cards between cols