No description
Find a file
tegwick 40e70e64f0 fix(feedback): inline edit + live status change without reload
- Replaced broken status_aendern (missing status_choices in response)
  with a single eintrag_bearbeiten view that always returns the full
  partial context
- eintrag_zeile.html is now a <tbody x-data="{ editing: false }"> with
  two rows: display row + collapsible edit form
- Click anywhere on a row to expand the edit form; @click.stop on the
  status cell prevents accidental toggles
- Status dropdown in the display row posts via HTMX and swaps the whole
  <tbody> — no page reload needed
- Edit form covers all fields: titel, beschreibung, kategorie,
  dringlichkeit, status, bewertung, entscheidung

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 23:45:10 +02:00
static Prototype implementation 2026-05-08 14:26:48 +02:00
vergabe_teilnahme fix(feedback): inline edit + live status change without reload 2026-05-13 23:45:10 +02:00
wiki Established workplans 2026-05-08 07:54:06 +02:00
workplans feat(WP-0012): Querschnitt — Freigaben, Felder, Feedback, Suche, Tests 2026-05-11 17:54:38 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-13 23:32:57 +02:00
.env.example Prototype implementation 2026-05-08 14:26:48 +02:00
.gitignore Prototype implementation 2026-05-08 14:26:48 +02:00
.python-version Prototype implementation 2026-05-08 14:26:48 +02:00
CLAUDE.md chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00
conftest.py Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.dev.yml Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.test.yml Prototype implementation 2026-05-08 14:26:48 +02:00
LICENSE Initial commit 2026-05-07 20:30:13 +00:00
Makefile chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00
manage.py Prototype implementation 2026-05-08 14:26:48 +02:00
package-lock.json Prototype implementation 2026-05-08 14:26:48 +02:00
package.json Prototype implementation 2026-05-08 14:26:48 +02:00
pyproject.toml feat(partner,bibliothek): Subunternehmer-Katalog, Dienstleistertypen und Bibliothek (WP-0010) 2026-05-11 15:27:53 +02:00
README.md Initial commit 2026-05-07 20:30:13 +00:00
uv.lock Prototype implementation 2026-05-08 14:26:48 +02:00
vite.config.js chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00

repo-seed

A git repository template to bootstrap coulomb projects from.