Skip to content

AlPeFe/PolaperTaskBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolaperTaskBoard

Kanban board with task dependencies, global resources, multi-select, and color-coded statuses.

Features

  • Kanban columns with drag & drop reordering
  • Task dependencies — draw arrows between tasks
  • Global resources — reusable contextual items (files, docs, links, Obsidian notes) assignable to any task
  • Multi-select — Shift+click to select multiple tasks, move them as a group
  • Color-coded statuses — yellow (human intervention), green (ready), blue (done), gray (planning)
  • SQLite persistence — all data stored locally

Status Colors

Status Color
Planning Gray
Ready Green
Human Intervention Yellow
Done Blue

Quick Start

# Backend
cd backend
pip install -r requirements.txt
uvicorn main:app --reload --port 3847 --host 0.0.0.0

# Frontend — open in browser
# Open: frontend/index.html
# Or serve: python -m http.server 8000 --directory frontend

API

Running at http://localhost:3847/api

  • GET/POST /api/lists
  • GET/POST /api/tasks
  • GET/POST /api/dependencies
  • GET/POST /api/resources

Repo

https://github.com/AlPeFe/PolaperTaskBoard

About

Kanban board with task dependencies, global resources, and multi-select — by Hermes Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors