TaskTracker

focused dev workflow

Make work visiblebefore it drifts.

A sharp personal board for todos, fixes, refactors, and the half-finished work that needs somewhere honest to live.

1

owner

4

states

0

noise

Not built for teams. Not built for reporting up. Just for getting through the list.

Board preview

Tasks organized by workflow state

Todo

3

Fix JWT validation

auth

Read Clerk rolebased token and map role claim in API auth.

Refactor task service

api

Keep API mapping small enough to reason about.

Write static export notes

docs

Document what runs in the browser now.

In Progress

2

Polish edit modal

ui

Make title and description edits feel deliberate.

Check empty states

ux

Columns should still feel useful with no cards.

Done

2

Move auth client-side

static

No middleware, no server runtime, no secret key.

Attach bearer token

api

Centralize getToken in the shared fetch wrapper.