Skip to content

nay-22/SuperKanban

Repository files navigation

Kanban Board (Ongoing)

To-Do:

  • Complete Project Dashboard & BroadcastChannel API integration for full tab sync

  • Build a Member Dashboard to view assigned tasks and track activity

  • Implement RBA Auth - CRUD authority to boards in a project

  • Complete Multi-Project setup

  • Implement Home Page

  • Implement Backend

  • Re-Design theme (light & dark mode)

  • Move from LocalStorage to SQLite

  • Ability to lock column order

  • Multiple project creation

  • Re-Design mobile view

  • FIX BUGS

    (non-exhaustive)

Current Implementation

v4.1.1-dev

Features

  • Board Stats with a popover-view of tasks in each column
  • Member Stats with the number of assigned tasks
  • Tab sync with BroadcastChannel view for tasks/columns

superkanban.v4.1.0-dev.board_container_pie_demo.mp4
superkanban.v4.1.0-dev.broadcast_demo.mp4

v4.1.0-dev

Features

  • Project Dashboard with board details (ongoing)

  • View Board status via Pie Chart (MUI Charts)

    • Total Columns
    • Total Tasks
    • Tasks per Column
  • Trail Links for quick navigation

    superkanban.v4.1.0-dev.mp4

v4.0.0-dev

Features

  • Debounced DragOver Event for smoother Drag operation

  • Multi-Project Setup

    • A Project can have multiple boards
    • A Project can have multiple members
    • A Task in a board can be assigned to multiple members of that project

    superkanban.2.mp4

v3.0.0-dev

Features

  • Keyboard actions for Task/Column Editing

  • Smoother Drag N' Drop for touch inputs

  • Refined Drag N' Drop - Using overlay to avoid re-render on column change

  • Revised Column/Task Editing

    image

v2.0.1-dev

Features

  • Drag N' Drop works for touch inputs
  • Refined Drag N' Drop
  • Revised Task View

image

v2.1.0-dev

Features

  • Refactored task form as Modal for each Column
  • Improved task readability
  • Better Responsiveness

image image image

v2.0.0-dev

Features

  • Assign priority to tasks
  • Sort tasks by priority
  • Detailed task view - further future scope
  • Better column and task management

image

v1.1.0-dev

Features

  • Edit task name
  • Edit column name
  • Delete column - moves column items to previous columns

image

v1.0.0-dev

Features

  • Add infinite columns
  • Add tasks to columns
  • Delete tasks
  • Drag and drop tasks to any column or same column - sort tasks as required
  • Drag and drop columns - sort columns as required
  • Save and clear state

image