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-10 14:19:45 +02:00
c4989155b3 feat(dashboard): add individual task loading states and optimize client-server component architecture
Chneemann pushed to main at Chneemann/flowstate 2026-08-10 13:33:24 +02:00
68e5070d78 refactor(dashboard): modularize KanbanCard into clean sub-components and organize folder structure
Chneemann pushed to main at Chneemann/flowstate 2026-08-10 12:49:08 +02:00
1033f99d3f refactor(dashboard): move drag-and-drop source logic into KanbanCard component
Chneemann pushed to main at Chneemann/flowstate 2026-08-09 12:18:52 +02:00
a9919a045c feat(dashboard): connect task drag-and-drop and mobile actions to status API
Chneemann pushed to main at Chneemann/flowstate 2026-08-09 11:59:08 +02:00
7f543db46f feat(api): add PATCH endpoint for task status updates
Chneemann pushed to main at Chneemann/flowstate 2026-08-08 14:03:37 +02:00
96b654078c feat(dashboard): add client-side drag-and-drop support and mobile status change dropdown for kanban tasks
Chneemann pushed to main at Chneemann/flowstate 2026-08-08 13:22:45 +02:00
73bc52e41a style(dashboard): update design kanban column and task cards with enhanced UI
Chneemann pushed to main at Chneemann/flowstate 2026-08-08 12:54:57 +02:00
3057310b13 feat(dashboard): implement kanban board page with server-side batch querying and simplified responsive layout
Chneemann pushed to main at Chneemann/flowstate 2026-08-08 12:29:27 +02:00
0b3636a96f feat(db): implement task service logic and database schema with relational tables
Chneemann pushed to main at Chneemann/portfolio 2026-08-07 15:58:39 +02:00
8c98df1ea1 feat: make ESC button interactive to close modal on mouse click
Chneemann pushed to main at Chneemann/portfolio 2026-08-07 15:47:31 +02:00
d52f1c088b feat: completely localize command palette actions, categories, and hooks
Chneemann pushed to main at Chneemann/portfolio 2026-08-06 12:06:48 +02:00
ad4d4b4387 feat: add localization for analytics widget and analytics modal
Chneemann pushed to main at Chneemann/portfolio 2026-08-06 11:44:16 +02:00
ea2defe0f0 feat: add privacy policy page localizations
Chneemann pushed to main at Chneemann/portfolio 2026-08-06 11:21:55 +02:00
5b525acf62 feat: update common translations and add imprint page localizations
Chneemann pushed to main at Chneemann/portfolio 2026-08-05 16:50:57 +02:00
3ad5aae40b fix: update localized imprint/privacy routes and expand sitemap for multilinguality
Chneemann pushed to main at Chneemann/portfolio 2026-08-05 16:42:27 +02:00
a1cf111ff3 feat: add localized footer section
Chneemann pushed to main at Chneemann/portfolio 2026-08-04 17:00:31 +02:00
2a9ee6c667 feat: add localized contact form and translations for contact section
Chneemann pushed to main at Chneemann/portfolio 2026-08-04 16:15:03 +02:00
21cbb732cf feat: add localized project details and translations for portfolio section
Chneemann pushed to main at Chneemann/flowstate 2026-08-04 08:59:11 +02:00
6fc598be83 feat(layout): implement navbar, routing (/summary, /board), layout enhancements and JSDoc
Chneemann pushed to main at Chneemann/flowstate 2026-08-03 19:37:08 +02:00
c785b1bd46 feat(db): migrate from SQLite to PostgreSQL via Drizzle ORM