André Kempf Chneemann
  • Karlsruhe - Germany
  • https://andre-kempf.com
  • Full-Stack Developer
    Specializing in Angular (RxJS), Django, React (Next.js) and Python

  • Joined on 2026-07-29
Chneemann pushed to main at Chneemann/flowstate 2026-08-15 10:13:20 +02:00
949dde7aba feat(legal): add imprint and privacy policy pages with responsive layout and fixed footer integration
Chneemann pushed to main at Chneemann/flowstate 2026-08-14 11:54:46 +02:00
76d239df7b fix(nav): correctly highlight "Add Task" active state on task creation and edit routes
Chneemann pushed to main at Chneemann/flowstate 2026-08-14 11:33:52 +02:00
f18427c4ab feat(summary): add status distribution and priority breakdown breakdown analytical cards
4d8cef8605 feat(summary): add executive summary analytics page with modular components and metrics breakdown
Compare 2 commits »
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 16:59:31 +02:00
3e7d943fe0 feat(tasks): pre-fill task status when creating from column header and route new task button
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 16:26:55 +02:00
dd2a8a5637 feat(ui): add ErrorToast with pauseable timer and task error handling
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 12:39:27 +02:00
12e06468cd feat(tasks): add task editing actions, drop zone enhancements, and mobile support
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 11:45:23 +02:00
60a40b74b8 feat(tasks): implement strict UUID validation, server-side existence checks, and secure authorization for task updates
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 10:34:38 +02:00
cf72de43d9 feat(tasks): implement unified task creation and editing mode with query parameters and service layer integration
Chneemann pushed to main at Chneemann/flowstate 2026-08-13 08:34:26 +02:00
1e7e40b8a6 feat(user): add login status tracking, last login timestamp, and UI indicators
Chneemann pushed to main at Chneemann/flowstate 2026-08-12 19:36:42 +02:00
0e89c44448 feat(user): update user profile schema with name and color, extend registration, and integrate across header and kanban cards
Chneemann pushed to main at Chneemann/flowstate 2026-08-12 14:42:24 +02:00
bfb54558e5 refactor(services): extract shared user access condition helper in TaskService
Chneemann pushed to main at Chneemann/flowstate 2026-08-12 11:43:07 +02:00
8d7a4601af fix(dashboard): restrict task deletion dropzone and mobile actions to creators
Chneemann pushed to main at Chneemann/flowstate 2026-08-12 09:11:55 +02:00
b386c2b4c5 feat(ui): add reactive trash count using SWR to navbar and dashboard trash link
Chneemann pushed to main at Chneemann/flowstate 2026-08-12 08:42:35 +02:00
23f898d763 refactor(dashboard): move task retrieval logic to service and optimize query using SQL exists clause
Chneemann pushed to main at Chneemann/flowstate 2026-08-11 18:39:44 +02:00
674adacc74 refactor(dashboard): modularize header components and organize board structure
Chneemann pushed to main at Chneemann/flowstate 2026-08-11 17:02:17 +02:00
48d37c7907 feat(dashboard): implement trash view with restore and permanent delete actions
Chneemann pushed to main at Chneemann/flowstate 2026-08-11 16:46:47 +02:00
de64b94869 feat(api): implement soft-delete, restore and permanent task deletion
Chneemann pushed to main at Chneemann/flowstate 2026-08-11 11:32:33 +02:00
2d2a4388e2 feat(dashboard): add drag-to-delete and mobile delete actions
Chneemann pushed to main at Chneemann/flowstate 2026-08-11 09:11:52 +02:00
0fd1fa377b feat(api): add DELETE endpoint for task removal
Chneemann pushed to main at Chneemann/flowstate 2026-08-10 14:33:44 +02:00
9bf86c7e9e feat(dashboard): add modular KanbanBoardHeader component and integrate it into the board layout