Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 646 Bytes

REQUIREMENTS.md

File metadata and controls

24 lines (18 loc) · 646 Bytes

Writing down basic feature requirements for the app

App specifications:

  • Drag&drop the cards between the statuses.
  • Filter the cards.
  • Search the cards.
  • Inline card edition.
  • Add new cards.

Requirements from specifications

[X] - User should be able to add a todo with a title [X] - User should be able to see all added todos [X] - User should be able to filter todos by text [X] - User should be able to filter todos by status [X] - User should be able to edit todo title inline [X] - User should be able to move todo between statuses by dragging

Future

  • ASC/DESC Reorder
  • Dark/Light mode
  • Add blockchain integration