Compare commits
18 Commits
f17ab27c2e
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4babf93179 | |||
| aff40eff49 | |||
| 6b2c495cf2 | |||
| 8fc2492918 | |||
| 1034ea72a8 | |||
| d3c58c5dd2 | |||
| 43fdd7081c | |||
| 5e9beb1d98 | |||
| 06be1371d3 | |||
| 85c72879cb | |||
| 216dde1414 | |||
| 6f6269c66d | |||
| c5dea16c53 | |||
| e057cf0382 | |||
| 5a1c1d5c41 | |||
| f85ec81851 | |||
| bc31430a1e | |||
| 93793a456e |
@@ -4,8 +4,8 @@
|
|||||||
"author": "Florian Heinz",
|
"author": "Florian Heinz",
|
||||||
"description": "Private Flask app for meals, shopping and gentle food planning",
|
"description": "Private Flask app for meals, shopping and gentle food planning",
|
||||||
"tagline": "einfach essen planen",
|
"tagline": "einfach essen planen",
|
||||||
"version": "1.2.1",
|
"version": "1.3.4",
|
||||||
"upstreamVersion": "1.2.1",
|
"upstreamVersion": "1.3.4",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
# Nouri 1.2.2
|
||||||
|
|
||||||
|
Nouri 1.2.2 ist ein kleiner Pflege-Release auf Basis von 1.2.1. Der Schwerpunkt lag auf einer stimmigeren Oberfläche im Dark Mode und einer klareren Sprache in der neuen Lebensmittel-Logik.
|
||||||
|
|
||||||
|
## Neu in 1.2.2
|
||||||
|
|
||||||
|
- Die Builder-Bereiche in der Mahlzeitenansicht wirken im Dark Mode jetzt ruhiger und wärmer.
|
||||||
|
- Die hellgrauen Flächen bei `Zuhause`, `Merkliste` und dem direkten Anlegen neuer Lebensmittel wurden an die restliche Nouri-Oberfläche angepasst.
|
||||||
|
- Die Sprache im Lebensmittel-Formular wurde vereinfacht:
|
||||||
|
- `Passt eher zu` heißt jetzt `Baustein`
|
||||||
|
- `Kohlenhydratquelle` wird in der UI als `Kohlenhydrate` angezeigt
|
||||||
|
|
||||||
|
## Enthaltene Feinschliffe seit 1.2.1
|
||||||
|
|
||||||
|
- Neue Datenlogik für Lebensmittel und Vorschläge:
|
||||||
|
- Grundtyp, Rolle in Vorschlägen, Tageszeiten, Vorschlagsstärke und Mahlzeitenkern wurden klarer getrennt.
|
||||||
|
- Die Builder-Ansichten wurden mit kartenbasierten Auswahlfeldern und zusätzlichen Icons überarbeitet.
|
||||||
|
- Navigation und unterstützende Texte wurden weiter beruhigt und vereinheitlicht.
|
||||||
|
|
||||||
|
## Technisch
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.2.2`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.2.2` angehoben.
|
||||||
|
|
||||||
|
## Hinweis zum Update
|
||||||
|
|
||||||
|
- Beim Cloudron-Update sollte der `data`-Ordner weiterhin schreibbar sein, damit mögliche Datenbank-Updates sauber durchlaufen.
|
||||||
|
- Ein reguläres Cloudron-Update mit Backup ist für diesen Stand die sichere Variante.
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
# Nouri 1.3.0
|
||||||
|
|
||||||
|
Nouri 1.3.0 ist ein größerer Alltags- und Pflege-Release auf Basis von 1.2.2. Der Schwerpunkt liegt auf klareren Lebensmittel-Zuständen, einer ruhigeren Einkaufsliste und Formularen, die beim Bearbeiten nicht mehr aus dem Arbeitsfluss reißen.
|
||||||
|
|
||||||
|
## Neu in 1.3.0
|
||||||
|
|
||||||
|
- Lebensmittel haben jetzt eine klarere Alltagslogik:
|
||||||
|
- `Zuhause` ist ein Bestandsstatus
|
||||||
|
- `Gerade nicht da` ist ein fehlender Bestand
|
||||||
|
- `Archiviert` bleibt eine bewusste Entscheidung
|
||||||
|
- `Unsortiert` ist ein neuer Zwischenstatus für schnelle Sammelerfassung
|
||||||
|
- Über `Schnell anlegen` lassen sich mehrere Lebensmittel auf einmal erfassen.
|
||||||
|
- Die Einträge landen zunächst in `Unsortiert`
|
||||||
|
- sie tauchen erst nach späterer Einordnung regulär im Alltag auf
|
||||||
|
- Die Lebensmittelkarten wurden deutlich vereinfacht:
|
||||||
|
- Bild oder passendes Icon
|
||||||
|
- Titel
|
||||||
|
- Bearbeitung über die ganze Kachel
|
||||||
|
- Archivieren über ein kleines `x`
|
||||||
|
- Zusatzinfos nur noch als ruhige Hover-Ebene
|
||||||
|
- Die Einkaufsliste wurde klarer und direkter:
|
||||||
|
- Suche nach Lebensmitteln statt Dropdown
|
||||||
|
- Einträge mit Bild oder passendem Icon
|
||||||
|
- Bearbeitung über Popup
|
||||||
|
- Archivierte und unsortierte Lebensmittel können ebenfalls über die Suche wieder auf die Einkaufsliste gesetzt werden
|
||||||
|
|
||||||
|
## Enthaltene Feinschliffe seit 1.2.2
|
||||||
|
|
||||||
|
- Die Lebensmittel- und Mahlzeitenlogik wurde weiter geschärft:
|
||||||
|
- Geschmacksrichtung `süß`, `herzhaft`, `neutral`
|
||||||
|
- bessere Filterung kulinarisch passender Vorschläge
|
||||||
|
- klarere Builder-Begriffe und ruhigere Formulare
|
||||||
|
- Auswahlbereiche für Tageszeiten, Mahlzeit-Charakter und Builder-Felder wurden weiter vereinheitlicht.
|
||||||
|
- Ausgewählte Zutaten in Mahlzeiten und Paketen sind sichtbarer und leichter bearbeitbar.
|
||||||
|
- Mehr Formulare unterstützen jetzt einen ruhigeren Bearbeitungsfluss:
|
||||||
|
- `Speichern`
|
||||||
|
- `Speichern und schließen`
|
||||||
|
- Scroll-Position bleibt beim Weiterbearbeiten erhalten
|
||||||
|
- Die Navigation und mehrere Detailansichten wurden weiter beruhigt und konsistenter gemacht.
|
||||||
|
|
||||||
|
## Technisch
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.3.0`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.3.0` angehoben.
|
||||||
|
- Die Datenbank kennt jetzt zusätzliche Zustände und Felder für die überarbeitete Lebensmittel-Logik, unter anderem für `Unsortiert`.
|
||||||
|
|
||||||
|
## Hinweis zum Update
|
||||||
|
|
||||||
|
- Beim Cloudron-Update sollte der `data`-Ordner weiterhin schreibbar sein, damit Schema-Änderungen sauber angewendet werden können.
|
||||||
|
- Für produktive Updates bleibt ein reguläres Cloudron-Backup vor dem Rollout die sichere Variante.
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
# Nouri 1.3.1
|
||||||
|
|
||||||
|
Nouri 1.3.1 ist ein kleiner Stabilitäts- und Einkaufslisten-Release auf Basis von 1.3.0. Der Fokus liegt auf zuverlässigeren Backups, besseren Einkaufshinweisen und einem ruhigeren Dark Theme.
|
||||||
|
|
||||||
|
## Neu in 1.3.1
|
||||||
|
|
||||||
|
- Einkaufseinträge können jetzt einen kleinen Hinweis bekommen, zum Beispiel `TK`, `Dose` oder `frisch`.
|
||||||
|
- Derselbe Artikel kann mehrfach auf der Einkaufsliste stehen, wenn sich der Hinweis unterscheidet:
|
||||||
|
- `Erbsen · TK`
|
||||||
|
- `Erbsen · Dose`
|
||||||
|
- Hinweise werden klein auf den Einkaufskarten angezeigt.
|
||||||
|
- Einkaufshinweise lassen sich im Detaildialog eines Einkaufseintrags nachträglich bearbeiten.
|
||||||
|
- Die obere Einkaufssuche nutzt jetzt echte auswählbare Trefferkarten statt einer Browser-`datalist`, damit die Auswahl auch auf iOS zuverlässig funktioniert.
|
||||||
|
- Die Treffer werden erst während der Suche eingeblendet und liegen nicht mehr dauerhaft als lange Kartenliste unter dem Formular.
|
||||||
|
- Beim Anlegen und Bearbeiten von Mahlzeiten lassen sich Lebensmittel jetzt über eine schnelle Kachelsuche zusammenklicken.
|
||||||
|
- Ausgewählte Lebensmittel erscheinen sofort direkt unter dem Suchfeld.
|
||||||
|
- Nicht vorrätige Lebensmittel sind in der Mahlzeiten-Auswahl mit einem Einkaufswagen-Icon markiert.
|
||||||
|
|
||||||
|
## Stabilität und Darstellung
|
||||||
|
|
||||||
|
- Backup-Downloads werden jetzt erst nach dem vollständigen Response-Streaming aufgeräumt.
|
||||||
|
- Dadurch sollten heruntergeladene Backup-Zips nicht mehr mit inkonsistenten Zip-Größen abbrechen.
|
||||||
|
- Karten auf der Einkaufsliste und ähnliche schnelle Auswahlkarten haben im Dark Theme stabilere Kontraste.
|
||||||
|
- Die Mahlzeiten-Auswahl zeigt Zutaten jetzt mit Bild oder Baustein-Icon statt als reine Checkbox-Zeilen.
|
||||||
|
|
||||||
|
## Technisch
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.3.1`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.3.1` angehoben.
|
||||||
|
- Der Service Worker nutzt einen neuen Cache-Namen für `1.3.1`.
|
||||||
|
- Die Datenbank ergänzt `shopping_note` für Einkaufseinträge.
|
||||||
|
- Die offene Einkaufsliste ist jetzt pro Lebensmittel und Hinweis eindeutig, nicht mehr nur pro Lebensmittel.
|
||||||
|
|
||||||
|
## Hinweis zum Update
|
||||||
|
|
||||||
|
- Bestehende Einkaufslisteneinträge bleiben erhalten und bekommen automatisch einen leeren Hinweis.
|
||||||
|
- Bestehende SQLite-Daten werden beim Start um das neue Feld und den angepassten Index ergänzt.
|
||||||
|
- Wie immer empfiehlt sich vor produktiven Cloudron-Updates ein reguläres Backup.
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
# Nouri 1.3.2
|
||||||
|
|
||||||
|
Nouri 1.3.2 ist ein kleiner Bedienungs-Release für mobile Einkaufssuche und schnelleres Zusammenklicken von Mahlzeiten.
|
||||||
|
|
||||||
|
## Neu in 1.3.2
|
||||||
|
|
||||||
|
- Die Einkaufssuche nutzt jetzt echte auswählbare Trefferkarten statt einer Browser-`datalist`.
|
||||||
|
- Damit lassen sich Lebensmittel auf iOS direkt nach der Suche antippen und auf die Einkaufsliste setzen.
|
||||||
|
- Beim Anlegen und Bearbeiten von Mahlzeiten werden Lebensmittel als Kacheln angezeigt.
|
||||||
|
- Ausgewählte Bestandteile erscheinen sofort direkt unter dem Suchfeld.
|
||||||
|
- Nicht vorrätige Lebensmittel werden ebenfalls angezeigt und mit einem Einkaufswagen-Icon markiert.
|
||||||
|
- Ein Einkaufswagen-Icon wurde aus `heinz.marketing` in die Nouri-Icons übernommen.
|
||||||
|
|
||||||
|
## Technisch
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.3.2`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.3.2` angehoben.
|
||||||
|
- Der Service Worker nutzt einen neuen Cache-Namen für `1.3.2`.
|
||||||
|
|
||||||
|
## Hinweis zum Update
|
||||||
|
|
||||||
|
- Es ist keine manuelle Datenmigration nötig.
|
||||||
|
- Bestehende Daten bleiben erhalten.
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
# Nouri 1.3.3
|
||||||
|
|
||||||
|
Nouri 1.3.3 erweitert die Einkaufsliste um freie Einkaufsartikel, ohne die bestehende Lebensmittel- und Rezeptlogik umzubauen. Der Fokus liegt darauf, Alltagsdinge wie Drogerie, Haushalt oder Garten genauso schnell auf die Liste setzen zu können wie Lebensmittel.
|
||||||
|
|
||||||
|
## Neu in 1.3.3
|
||||||
|
|
||||||
|
- Die Einkaufssuche kann jetzt Lebensmittel und allgemeine Artikel finden.
|
||||||
|
- Neue Artikel können direkt aus dem Suchbegriff angelegt werden:
|
||||||
|
- `Als Lebensmittel anlegen`
|
||||||
|
- `Als Einkaufsartikel anlegen`
|
||||||
|
- Einkaufsartikel wie `Blumenerde`, `Deo`, `Insektenschutz` oder `Sonnencreme` werden intern gespeichert.
|
||||||
|
- Reine Einkaufsartikel bleiben aus Mahlzeiten, Rezeptvorschlägen und Lebensmittel-Details heraus.
|
||||||
|
- Nicht vorhandene Lebensmittel können aus der Einkaufsliste heraus schnell als unsortiertes Lebensmittel angelegt werden.
|
||||||
|
|
||||||
|
## Einkaufsliste
|
||||||
|
|
||||||
|
- Bereits angelegte Einkaufsartikel erscheinen bei späteren Suchen wieder als Treffer.
|
||||||
|
- Einkaufshinweise wie `TK`, `Dose`, `frisch` oder andere kurze Notizen funktionieren weiterhin.
|
||||||
|
- Derselbe Artikel kann mit unterschiedlichen Einkaufshinweisen mehrfach auf der Liste stehen.
|
||||||
|
- Einkaufsartikel werden auf der Liste als `Einkaufsartikel` markiert und nutzen ein Einkaufswagen-Symbol.
|
||||||
|
- Beim Abhaken eines Einkaufsartikels wird er als eingekauft markiert, ohne ihn als zuhause vorhandenes Lebensmittel zu behandeln.
|
||||||
|
|
||||||
|
## Daten und Migration
|
||||||
|
|
||||||
|
- Das Items-Schema unterstützt jetzt zusätzlich den internen Typ `shopping`.
|
||||||
|
- Bestehende Datenbanken werden beim Start migriert, damit der neue Typ auch bei Updates funktioniert.
|
||||||
|
- Der Index für Items nach Typ und Name wird bei Schema-Upgrades sauber wieder angelegt.
|
||||||
|
|
||||||
|
## Betrieb
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.3.3`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.3.3` angehoben.
|
||||||
|
- Der Service Worker nutzt einen neuen Cache-Namen für `1.3.3`.
|
||||||
|
|
||||||
|
## Upgrade-Hinweis
|
||||||
|
|
||||||
|
- Bestehende Lebensmittel, Mahlzeitenideen und Einkaufseinträge bleiben erhalten.
|
||||||
|
- Nach dem Update können freie Einkaufsartikel direkt unter `Einkauf` über das Suchfeld angelegt werden.
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
# Nouri 1.3.4
|
||||||
|
|
||||||
|
Nouri 1.3.4 räumt die Mahlzeiten-Übersicht auf und bringt sie optisch näher an die ruhigeren Lebensmittel-Karten. Der Fokus liegt auf weniger sichtbaren Details, klarerem Scannen und dem Namen direkt unter dem Bild.
|
||||||
|
|
||||||
|
## Neu in 1.3.4
|
||||||
|
|
||||||
|
- Mahlzeitenkarten zeigen auf der Übersichtsseite jetzt zuerst Bild oder Platzhalter und darunter den Namen.
|
||||||
|
- Details wie Sichtbarkeit, Zielperson, Mahlzeitentyp, Energie und Tags liegen in einer Hover-Ansicht.
|
||||||
|
- Komponenten und Notizen werden ebenfalls erst beim Hover bzw. Fokus eingeblendet.
|
||||||
|
- Die sichtbaren Text-Buttons auf Mahlzeitenkarten wurden durch kompakte Icon-Aktionen ersetzt.
|
||||||
|
- Archivieren bleibt als kleiner Kreis oben rechts erreichbar.
|
||||||
|
- Tagesplan und Einkaufsliste sind als schnelle Icon-Aktionen oben links erreichbar.
|
||||||
|
|
||||||
|
## Bedienung
|
||||||
|
|
||||||
|
- Auf Desktop erscheinen Zusatzinfos beim Mouseover.
|
||||||
|
- Per Tastatur erscheinen Zusatzinfos, sobald eine Aktion auf der Karte fokussiert ist.
|
||||||
|
- Auf kleinen Bildschirmen bleibt die Übersicht bewusst reduziert, wie bei den Lebensmittelkarten.
|
||||||
|
|
||||||
|
## Betrieb
|
||||||
|
|
||||||
|
- Cloudron-Version und Upstream-Version stehen jetzt auf `1.3.4`.
|
||||||
|
- Die interne Schema-Version und der App-Version-Fallback wurden auf `1.3.4` angehoben.
|
||||||
|
- Der Service Worker nutzt einen neuen Cache-Namen für `1.3.4`.
|
||||||
@@ -93,7 +93,7 @@ def load_app_version(root_dir: Path) -> str:
|
|||||||
).strip()
|
).strip()
|
||||||
if manifest_version:
|
if manifest_version:
|
||||||
return manifest_version
|
return manifest_version
|
||||||
return "1.2.1"
|
return "1.3.4"
|
||||||
|
|
||||||
|
|
||||||
def load_release_url() -> str:
|
def load_release_url() -> str:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from __future__ import annotations
|
|||||||
from flask import Blueprint, flash, g, redirect, render_template, request, url_for
|
from flask import Blueprint, flash, g, redirect, render_template, request, url_for
|
||||||
from werkzeug.security import generate_password_hash
|
from werkzeug.security import generate_password_hash
|
||||||
|
|
||||||
from .auth import admin_required, can_remove_last_admin, validate_admin_user_form
|
from .auth import admin_required, can_remove_last_admin, url_with_scroll_position, validate_admin_user_form, wants_to_stay_on_form
|
||||||
from .constants import BUILDER_DESCRIPTIONS, BUILDER_OPTIONS, DEFAULT_CATEGORIES, DEFAULT_CATEGORY_BUILDERS, ROLE_LABELS
|
from .constants import BUILDER_DESCRIPTIONS, BUILDER_OPTIONS, DEFAULT_CATEGORIES, DEFAULT_CATEGORY_BUILDERS, ROLE_LABELS
|
||||||
from .db import get_db
|
from .db import get_db
|
||||||
|
|
||||||
@@ -104,6 +104,19 @@ def user_create():
|
|||||||
)
|
)
|
||||||
database.commit()
|
database.commit()
|
||||||
flash("Der Nutzer wurde angelegt.", "success")
|
flash("Der Nutzer wurde angelegt.", "success")
|
||||||
|
if wants_to_stay_on_form():
|
||||||
|
new_user = database.execute(
|
||||||
|
"""
|
||||||
|
SELECT id
|
||||||
|
FROM users
|
||||||
|
WHERE household_id = ? AND username = ?
|
||||||
|
ORDER BY id DESC
|
||||||
|
LIMIT 1
|
||||||
|
""",
|
||||||
|
(g.user["household_id"], form_data["username"]),
|
||||||
|
).fetchone()
|
||||||
|
if new_user is not None:
|
||||||
|
return redirect(url_with_scroll_position(url_for("admin.user_edit", user_id=int(new_user["id"]))))
|
||||||
return redirect(url_for("admin.user_list"))
|
return redirect(url_for("admin.user_list"))
|
||||||
|
|
||||||
flash(error, "error")
|
flash(error, "error")
|
||||||
@@ -185,6 +198,8 @@ def user_edit(user_id: int):
|
|||||||
)
|
)
|
||||||
database.commit()
|
database.commit()
|
||||||
flash("Der Nutzer wurde aktualisiert.", "success")
|
flash("Der Nutzer wurde aktualisiert.", "success")
|
||||||
|
if wants_to_stay_on_form():
|
||||||
|
return redirect(url_with_scroll_position(url_for("admin.user_edit", user_id=user_id)))
|
||||||
return redirect(url_for("admin.user_list"))
|
return redirect(url_for("admin.user_list"))
|
||||||
|
|
||||||
flash(error, "error")
|
flash(error, "error")
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import functools
|
import functools
|
||||||
import secrets
|
import secrets
|
||||||
|
from urllib.parse import parse_qsl, urlencode, urlsplit, urlunsplit
|
||||||
|
|
||||||
from flask import (
|
from flask import (
|
||||||
Blueprint,
|
Blueprint,
|
||||||
@@ -25,23 +26,23 @@ auth_bp = Blueprint("auth", __name__, url_prefix="/auth")
|
|||||||
|
|
||||||
def login_required(view):
|
def login_required(view):
|
||||||
@functools.wraps(view)
|
@functools.wraps(view)
|
||||||
def wrapped_view(**kwargs):
|
def wrapped_view(*args, **kwargs):
|
||||||
if g.user is None:
|
if g.user is None:
|
||||||
return redirect(url_for("auth.login"))
|
return redirect(url_for("auth.login"))
|
||||||
return view(**kwargs)
|
return view(*args, **kwargs)
|
||||||
|
|
||||||
return wrapped_view
|
return wrapped_view
|
||||||
|
|
||||||
|
|
||||||
def admin_required(view):
|
def admin_required(view):
|
||||||
@functools.wraps(view)
|
@functools.wraps(view)
|
||||||
def wrapped_view(**kwargs):
|
def wrapped_view(*args, **kwargs):
|
||||||
if g.user is None:
|
if g.user is None:
|
||||||
return redirect(url_for("auth.login"))
|
return redirect(url_for("auth.login"))
|
||||||
if g.user["role"] != "admin":
|
if g.user["role"] != "admin":
|
||||||
flash("Dieser Bereich ist für Admins gedacht.", "error")
|
flash("Dieser Bereich ist für Admins gedacht.", "error")
|
||||||
return redirect(url_for("main.dashboard"))
|
return redirect(url_for("main.dashboard"))
|
||||||
return view(**kwargs)
|
return view(*args, **kwargs)
|
||||||
|
|
||||||
return wrapped_view
|
return wrapped_view
|
||||||
|
|
||||||
@@ -53,6 +54,25 @@ def ensure_csrf_token() -> str:
|
|||||||
return token
|
return token
|
||||||
|
|
||||||
|
|
||||||
|
def wants_to_stay_on_form() -> bool:
|
||||||
|
return request.form.get("save_mode", "").strip() == "stay"
|
||||||
|
|
||||||
|
|
||||||
|
def url_with_scroll_position(url: str) -> str:
|
||||||
|
raw_scroll = request.form.get("_scroll", "").strip()
|
||||||
|
if not raw_scroll:
|
||||||
|
return url
|
||||||
|
try:
|
||||||
|
scroll_value = max(0, int(float(raw_scroll)))
|
||||||
|
except ValueError:
|
||||||
|
return url
|
||||||
|
|
||||||
|
parts = urlsplit(url)
|
||||||
|
query = dict(parse_qsl(parts.query, keep_blank_values=True))
|
||||||
|
query["_scroll"] = str(scroll_value)
|
||||||
|
return urlunsplit((parts.scheme, parts.netloc, parts.path, urlencode(query), parts.fragment))
|
||||||
|
|
||||||
|
|
||||||
def normalize_login_value(raw: str) -> str:
|
def normalize_login_value(raw: str) -> str:
|
||||||
return raw.strip().lower()
|
return raw.strip().lower()
|
||||||
|
|
||||||
@@ -231,7 +251,9 @@ def profile():
|
|||||||
)
|
)
|
||||||
database.commit()
|
database.commit()
|
||||||
flash("Dein Profil wurde aktualisiert.", "success")
|
flash("Dein Profil wurde aktualisiert.", "success")
|
||||||
return redirect(url_for("auth.profile"))
|
if wants_to_stay_on_form():
|
||||||
|
return redirect(url_with_scroll_position(url_for("auth.profile")))
|
||||||
|
return redirect(url_for("main.dashboard"))
|
||||||
|
|
||||||
flash(error, "error")
|
flash(error, "error")
|
||||||
|
|
||||||
|
|||||||
@@ -52,13 +52,25 @@ def export_backup_archive(
|
|||||||
payload["tables"][table_name] = [dict(row) for row in rows]
|
payload["tables"][table_name] = [dict(row) for row in rows]
|
||||||
|
|
||||||
uploads_root = Path(upload_folder)
|
uploads_root = Path(upload_folder)
|
||||||
with zipfile.ZipFile(archive_path, "w", compression=zipfile.ZIP_DEFLATED) as archive:
|
uploads_snapshot_dir = Path(tempfile.mkdtemp(prefix="nouri-backup-uploads-"))
|
||||||
archive.writestr("backup.json", json.dumps(payload, ensure_ascii=False, indent=2))
|
try:
|
||||||
if uploads_root.exists():
|
if uploads_root.exists():
|
||||||
for file_path in uploads_root.rglob("*"):
|
for file_path in uploads_root.rglob("*"):
|
||||||
|
if not file_path.is_file():
|
||||||
|
continue
|
||||||
|
relative_path = file_path.relative_to(uploads_root)
|
||||||
|
snapshot_path = uploads_snapshot_dir / relative_path
|
||||||
|
snapshot_path.parent.mkdir(parents=True, exist_ok=True)
|
||||||
|
shutil.copy2(file_path, snapshot_path)
|
||||||
|
|
||||||
|
with zipfile.ZipFile(archive_path, "w", compression=zipfile.ZIP_DEFLATED) as archive:
|
||||||
|
archive.writestr("backup.json", json.dumps(payload, ensure_ascii=False, indent=2))
|
||||||
|
for file_path in uploads_snapshot_dir.rglob("*"):
|
||||||
if file_path.is_file():
|
if file_path.is_file():
|
||||||
relative_path = file_path.relative_to(uploads_root)
|
relative_path = file_path.relative_to(uploads_snapshot_dir)
|
||||||
archive.write(file_path, f"uploads/{relative_path.as_posix()}")
|
archive.write(file_path, f"uploads/{relative_path.as_posix()}")
|
||||||
|
finally:
|
||||||
|
shutil.rmtree(uploads_snapshot_dir, ignore_errors=True)
|
||||||
|
|
||||||
return archive_path, backup_name
|
return archive_path, backup_name
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ DAYPART_SLUG_TO_MEAL_TYPE = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_CATEGORIES = [
|
DEFAULT_CATEGORIES = [
|
||||||
|
"Unsortiert",
|
||||||
"Kohlenhydrate",
|
"Kohlenhydrate",
|
||||||
"Milchprodukt",
|
"Milchprodukt",
|
||||||
"Obst",
|
"Obst",
|
||||||
@@ -30,6 +31,7 @@ DEFAULT_CATEGORIES = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_CATEGORY_BUILDERS = {
|
DEFAULT_CATEGORY_BUILDERS = {
|
||||||
|
"Unsortiert": "neutral",
|
||||||
"Kohlenhydrate": "carb",
|
"Kohlenhydrate": "carb",
|
||||||
"Brot & Getreide": "carb",
|
"Brot & Getreide": "carb",
|
||||||
"Milchprodukt": "dairy",
|
"Milchprodukt": "dairy",
|
||||||
@@ -45,7 +47,7 @@ DEFAULT_CATEGORY_BUILDERS = {
|
|||||||
|
|
||||||
BUILDER_LABELS = {
|
BUILDER_LABELS = {
|
||||||
"protein": "Proteinquelle",
|
"protein": "Proteinquelle",
|
||||||
"carb": "Kohlenhydratquelle",
|
"carb": "Kohlenhydrate",
|
||||||
"veg": "Gemüse / Ballaststoffquelle",
|
"veg": "Gemüse / Ballaststoffquelle",
|
||||||
"nuts": "Nüsse",
|
"nuts": "Nüsse",
|
||||||
"seeds": "Saaten",
|
"seeds": "Saaten",
|
||||||
@@ -67,6 +69,24 @@ BUILDER_DESCRIPTIONS = {
|
|||||||
|
|
||||||
BUILDER_OPTIONS = [(key, label) for key, label in BUILDER_LABELS.items()]
|
BUILDER_OPTIONS = [(key, label) for key, label in BUILDER_LABELS.items()]
|
||||||
|
|
||||||
|
FOOD_FLAVOR_OPTIONS = [
|
||||||
|
("neutral", "Neutral"),
|
||||||
|
("sweet", "Süß"),
|
||||||
|
("savory", "Herzhaft"),
|
||||||
|
]
|
||||||
|
|
||||||
|
FOOD_FLAVOR_LABELS = {
|
||||||
|
"neutral": "Neutral",
|
||||||
|
"sweet": "Süß",
|
||||||
|
"savory": "Herzhaft",
|
||||||
|
}
|
||||||
|
|
||||||
|
FOOD_FLAVOR_DESCRIPTIONS = {
|
||||||
|
"neutral": "Passt ruhig in beide Richtungen und bleibt flexibel.",
|
||||||
|
"sweet": "Passt eher zu süßen Kombinationen, Frühstücksideen oder kleinen Snacks.",
|
||||||
|
"savory": "Passt eher zu herzhaften Kombinationen und ruhigeren Hauptmahlzeiten.",
|
||||||
|
}
|
||||||
|
|
||||||
FOOD_ROLE_LABELS = {
|
FOOD_ROLE_LABELS = {
|
||||||
"main": "Hauptbaustein",
|
"main": "Hauptbaustein",
|
||||||
"base": "Basis",
|
"base": "Basis",
|
||||||
@@ -208,9 +228,10 @@ ITEM_KIND_SINGULAR_LABELS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AVAILABILITY_LABELS = {
|
AVAILABILITY_LABELS = {
|
||||||
"idea": "Merkliste",
|
"idea": "Gerade nicht da",
|
||||||
"home": "Zuhause",
|
"home": "Zuhause",
|
||||||
"archived": "Archiv",
|
"unsorted": "Unsortiert",
|
||||||
|
"archived": "Archiviert",
|
||||||
}
|
}
|
||||||
|
|
||||||
ROLE_LABELS = {
|
ROLE_LABELS = {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ from .constants import (
|
|||||||
DEFAULT_CATEGORY_BUILDERS,
|
DEFAULT_CATEGORY_BUILDERS,
|
||||||
)
|
)
|
||||||
|
|
||||||
CURRENT_SCHEMA_VERSION = "1.2.1"
|
CURRENT_SCHEMA_VERSION = "1.3.4"
|
||||||
|
|
||||||
ANIMAL_HINTS = (
|
ANIMAL_HINTS = (
|
||||||
"huhn",
|
"huhn",
|
||||||
@@ -39,6 +39,39 @@ def normalize_name_for_profile(name: str | None) -> str:
|
|||||||
return (name or "").strip().lower()
|
return (name or "").strip().lower()
|
||||||
|
|
||||||
|
|
||||||
|
def infer_food_flavor_profile(
|
||||||
|
name: str | None,
|
||||||
|
category: str | None,
|
||||||
|
base_type: str | None = None,
|
||||||
|
suggestion_role: str | None = None,
|
||||||
|
) -> str:
|
||||||
|
normalized_name = normalize_name_for_profile(name)
|
||||||
|
normalized_category = (category or "").strip().lower()
|
||||||
|
normalized_base_type = (base_type or "").strip().lower()
|
||||||
|
normalized_role = (suggestion_role or "").strip().lower()
|
||||||
|
|
||||||
|
if any(token in normalized_name for token in ("proteinpulver", "eiweißpulver", "whey", "clear whey")):
|
||||||
|
return "neutral"
|
||||||
|
if any(token in normalized_name for token in ("schoko", "choco", "müsli", "granola", "cornflakes", "fruchtjoghurt", "vanillejoghurt", "pudding")):
|
||||||
|
return "sweet"
|
||||||
|
if any(token in normalized_name for token in ("banane", "apfel", "birne", "beeren", "himbeer", "erdbeer", "heidelbeer", "mango", "kiwi", "trauben")):
|
||||||
|
return "sweet"
|
||||||
|
if any(token in normalized_name for token in ("räucher", "tofu", "tempeh", "hack", "salami", "wurst", "thunfisch", "lachs", "fisch", "huhn", "hähn", "rind", "schwein", "aufstrich", "pesto", "humus", "hummus", "reisgericht", "chili", "curry")):
|
||||||
|
return "savory"
|
||||||
|
if any(token in normalized_name for token in ("naturjoghurt", "joghurt natur", "quark", "skyr", "haferflocken", "gurke", "karotte", "karotten", "kartoffel", "kartoffeln", "reis", "nudeln", "brot", "brötchen")):
|
||||||
|
return "neutral"
|
||||||
|
|
||||||
|
if "obst" in normalized_category or normalized_base_type == "fruit":
|
||||||
|
return "sweet"
|
||||||
|
if any(token in normalized_category for token in ("eiweiß", "protein")) or normalized_base_type == "protein":
|
||||||
|
return "savory"
|
||||||
|
if any(token in normalized_category for token in ("gemüse",)) or normalized_base_type in {"veg", "carb", "dairy", "nuts", "seeds"}:
|
||||||
|
return "neutral"
|
||||||
|
if normalized_role in {"topping", "cooking"}:
|
||||||
|
return "neutral"
|
||||||
|
return "neutral"
|
||||||
|
|
||||||
|
|
||||||
def infer_food_profile(name: str | None, category: str | None, energy_density: str | None) -> dict[str, object]:
|
def infer_food_profile(name: str | None, category: str | None, energy_density: str | None) -> dict[str, object]:
|
||||||
normalized_name = normalize_name_for_profile(name)
|
normalized_name = normalize_name_for_profile(name)
|
||||||
normalized_category = (category or "").strip().lower()
|
normalized_category = (category or "").strip().lower()
|
||||||
@@ -275,6 +308,55 @@ def migrate_item_profiles(database: sqlite3.Connection) -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def migrate_food_flavor_profiles(database: sqlite3.Connection) -> None:
|
||||||
|
if get_meta(database, "food_flavor_profiles_migrated") == "1":
|
||||||
|
return
|
||||||
|
|
||||||
|
rows = database.execute(
|
||||||
|
"""
|
||||||
|
SELECT id, name, category, base_type, suggestion_role, flavor_profile
|
||||||
|
FROM items
|
||||||
|
WHERE kind = 'food'
|
||||||
|
ORDER BY id
|
||||||
|
"""
|
||||||
|
).fetchall()
|
||||||
|
for row in rows:
|
||||||
|
current_flavor = (row["flavor_profile"] or "").strip().lower()
|
||||||
|
if current_flavor in {"sweet", "savory"}:
|
||||||
|
continue
|
||||||
|
database.execute(
|
||||||
|
"""
|
||||||
|
UPDATE items
|
||||||
|
SET flavor_profile = ?
|
||||||
|
WHERE id = ?
|
||||||
|
""",
|
||||||
|
(
|
||||||
|
infer_food_flavor_profile(
|
||||||
|
row["name"],
|
||||||
|
row["category"],
|
||||||
|
row["base_type"],
|
||||||
|
row["suggestion_role"],
|
||||||
|
),
|
||||||
|
int(row["id"]),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
|
set_meta(database, "food_flavor_profiles_migrated", "1")
|
||||||
|
|
||||||
|
|
||||||
|
def migrate_item_archive_state(database: sqlite3.Connection) -> None:
|
||||||
|
if get_meta(database, "item_archive_state_migrated") == "1":
|
||||||
|
return
|
||||||
|
|
||||||
|
if "is_archived" not in table_columns(database, "items"):
|
||||||
|
return
|
||||||
|
|
||||||
|
database.execute("UPDATE items SET is_archived = 0 WHERE is_archived IS NULL")
|
||||||
|
database.execute("UPDATE items SET is_archived = 1 WHERE availability_state = 'archived'")
|
||||||
|
database.execute("UPDATE items SET availability_state = 'idea' WHERE availability_state = 'archived'")
|
||||||
|
set_meta(database, "item_archive_state_migrated", "1")
|
||||||
|
|
||||||
|
|
||||||
def get_db() -> sqlite3.Connection:
|
def get_db() -> sqlite3.Connection:
|
||||||
if "db" not in g:
|
if "db" not in g:
|
||||||
g.db = sqlite3.connect(
|
g.db = sqlite3.connect(
|
||||||
@@ -341,6 +423,109 @@ def set_meta(database: sqlite3.Connection, key: str, value: str) -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def item_kind_constraint_supports_shopping(database: sqlite3.Connection) -> bool:
|
||||||
|
row = database.execute(
|
||||||
|
"""
|
||||||
|
SELECT sql
|
||||||
|
FROM sqlite_master
|
||||||
|
WHERE type = 'table' AND name = 'items'
|
||||||
|
"""
|
||||||
|
).fetchone()
|
||||||
|
return bool(row and row["sql"] and "'shopping'" in row["sql"])
|
||||||
|
|
||||||
|
|
||||||
|
def migrate_items_kind_constraint(database: sqlite3.Connection) -> None:
|
||||||
|
if not table_exists(database, "items") or item_kind_constraint_supports_shopping(database):
|
||||||
|
return
|
||||||
|
|
||||||
|
columns = table_columns(database, "items")
|
||||||
|
if "kind" not in columns:
|
||||||
|
return
|
||||||
|
|
||||||
|
foreign_keys_enabled = bool(database.execute("PRAGMA foreign_keys").fetchone()[0])
|
||||||
|
if foreign_keys_enabled:
|
||||||
|
database.execute("PRAGMA foreign_keys = OFF")
|
||||||
|
try:
|
||||||
|
database.execute("DROP TABLE IF EXISTS items_new")
|
||||||
|
database.execute(
|
||||||
|
"""
|
||||||
|
CREATE TABLE items_new (
|
||||||
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||||
|
household_id INTEGER,
|
||||||
|
owner_user_id INTEGER,
|
||||||
|
target_user_id INTEGER,
|
||||||
|
visibility TEXT NOT NULL DEFAULT 'shared',
|
||||||
|
kind TEXT NOT NULL CHECK (kind IN ('food', 'meal', 'shopping')),
|
||||||
|
name TEXT NOT NULL,
|
||||||
|
category TEXT,
|
||||||
|
base_type TEXT NOT NULL DEFAULT 'neutral',
|
||||||
|
flavor_profile TEXT NOT NULL DEFAULT 'neutral',
|
||||||
|
suggestion_role TEXT NOT NULL DEFAULT 'base',
|
||||||
|
suggestion_priority TEXT NOT NULL DEFAULT 'normal',
|
||||||
|
can_be_meal_core INTEGER NOT NULL DEFAULT 0,
|
||||||
|
meal_type TEXT,
|
||||||
|
meal_tags TEXT NOT NULL DEFAULT '',
|
||||||
|
energy_density TEXT NOT NULL DEFAULT 'neutral',
|
||||||
|
note TEXT,
|
||||||
|
photo_filename TEXT,
|
||||||
|
availability_state TEXT NOT NULL DEFAULT 'idea' CHECK (availability_state IN ('idea', 'home', 'archived')),
|
||||||
|
is_archived INTEGER NOT NULL DEFAULT 0,
|
||||||
|
is_quick_added INTEGER NOT NULL DEFAULT 0,
|
||||||
|
created_by INTEGER,
|
||||||
|
updated_by INTEGER,
|
||||||
|
created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
updated_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
FOREIGN KEY (household_id) REFERENCES households(id) ON DELETE CASCADE,
|
||||||
|
FOREIGN KEY (owner_user_id) REFERENCES users(id) ON DELETE SET NULL,
|
||||||
|
FOREIGN KEY (target_user_id) REFERENCES users(id) ON DELETE SET NULL,
|
||||||
|
FOREIGN KEY (created_by) REFERENCES users(id) ON DELETE SET NULL,
|
||||||
|
FOREIGN KEY (updated_by) REFERENCES users(id) ON DELETE SET NULL
|
||||||
|
)
|
||||||
|
"""
|
||||||
|
)
|
||||||
|
target_columns = [
|
||||||
|
"id",
|
||||||
|
"household_id",
|
||||||
|
"owner_user_id",
|
||||||
|
"target_user_id",
|
||||||
|
"visibility",
|
||||||
|
"kind",
|
||||||
|
"name",
|
||||||
|
"category",
|
||||||
|
"base_type",
|
||||||
|
"flavor_profile",
|
||||||
|
"suggestion_role",
|
||||||
|
"suggestion_priority",
|
||||||
|
"can_be_meal_core",
|
||||||
|
"meal_type",
|
||||||
|
"meal_tags",
|
||||||
|
"energy_density",
|
||||||
|
"note",
|
||||||
|
"photo_filename",
|
||||||
|
"availability_state",
|
||||||
|
"is_archived",
|
||||||
|
"is_quick_added",
|
||||||
|
"created_by",
|
||||||
|
"updated_by",
|
||||||
|
"created_at",
|
||||||
|
"updated_at",
|
||||||
|
]
|
||||||
|
copy_columns = [column for column in target_columns if column in columns]
|
||||||
|
quoted_columns = ", ".join(copy_columns)
|
||||||
|
database.execute(
|
||||||
|
f"""
|
||||||
|
INSERT INTO items_new ({quoted_columns})
|
||||||
|
SELECT {quoted_columns}
|
||||||
|
FROM items
|
||||||
|
"""
|
||||||
|
)
|
||||||
|
database.execute("DROP TABLE items")
|
||||||
|
database.execute("ALTER TABLE items_new RENAME TO items")
|
||||||
|
finally:
|
||||||
|
if foreign_keys_enabled:
|
||||||
|
database.execute("PRAGMA foreign_keys = ON")
|
||||||
|
|
||||||
|
|
||||||
def bootstrap_legacy_schema(database: sqlite3.Connection) -> None:
|
def bootstrap_legacy_schema(database: sqlite3.Connection) -> None:
|
||||||
ensure_meta_table(database)
|
ensure_meta_table(database)
|
||||||
database.execute(
|
database.execute(
|
||||||
@@ -392,17 +577,20 @@ def bootstrap_legacy_schema(database: sqlite3.Connection) -> None:
|
|||||||
add_column_if_missing(database, "items", "target_user_id INTEGER")
|
add_column_if_missing(database, "items", "target_user_id INTEGER")
|
||||||
add_column_if_missing(database, "items", "visibility TEXT NOT NULL DEFAULT 'shared'")
|
add_column_if_missing(database, "items", "visibility TEXT NOT NULL DEFAULT 'shared'")
|
||||||
add_column_if_missing(database, "items", "base_type TEXT NOT NULL DEFAULT 'neutral'")
|
add_column_if_missing(database, "items", "base_type TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
|
add_column_if_missing(database, "items", "flavor_profile TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
add_column_if_missing(database, "items", "suggestion_role TEXT NOT NULL DEFAULT 'base'")
|
add_column_if_missing(database, "items", "suggestion_role TEXT NOT NULL DEFAULT 'base'")
|
||||||
add_column_if_missing(database, "items", "suggestion_priority TEXT NOT NULL DEFAULT 'normal'")
|
add_column_if_missing(database, "items", "suggestion_priority TEXT NOT NULL DEFAULT 'normal'")
|
||||||
add_column_if_missing(database, "items", "can_be_meal_core INTEGER NOT NULL DEFAULT 0")
|
add_column_if_missing(database, "items", "can_be_meal_core INTEGER NOT NULL DEFAULT 0")
|
||||||
add_column_if_missing(database, "items", "meal_type TEXT")
|
add_column_if_missing(database, "items", "meal_type TEXT")
|
||||||
add_column_if_missing(database, "items", "meal_tags TEXT NOT NULL DEFAULT ''")
|
add_column_if_missing(database, "items", "meal_tags TEXT NOT NULL DEFAULT ''")
|
||||||
add_column_if_missing(database, "items", "energy_density TEXT NOT NULL DEFAULT 'neutral'")
|
add_column_if_missing(database, "items", "energy_density TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
|
add_column_if_missing(database, "items", "is_archived INTEGER NOT NULL DEFAULT 0")
|
||||||
|
|
||||||
if table_exists(database, "shopping_entries"):
|
if table_exists(database, "shopping_entries"):
|
||||||
add_column_if_missing(database, "shopping_entries", "household_id INTEGER")
|
add_column_if_missing(database, "shopping_entries", "household_id INTEGER")
|
||||||
add_column_if_missing(database, "shopping_entries", "owner_user_id INTEGER")
|
add_column_if_missing(database, "shopping_entries", "owner_user_id INTEGER")
|
||||||
add_column_if_missing(database, "shopping_entries", "visibility TEXT NOT NULL DEFAULT 'shared'")
|
add_column_if_missing(database, "shopping_entries", "visibility TEXT NOT NULL DEFAULT 'shared'")
|
||||||
|
add_column_if_missing(database, "shopping_entries", "shopping_note TEXT NOT NULL DEFAULT ''")
|
||||||
add_column_if_missing(database, "shopping_entries", "needed_for_date TEXT")
|
add_column_if_missing(database, "shopping_entries", "needed_for_date TEXT")
|
||||||
add_column_if_missing(database, "shopping_entries", "needed_for_daypart_id INTEGER")
|
add_column_if_missing(database, "shopping_entries", "needed_for_daypart_id INTEGER")
|
||||||
|
|
||||||
@@ -645,14 +833,19 @@ def ensure_schema_upgrades(database: sqlite3.Connection) -> None:
|
|||||||
add_column_if_missing(database, table_name, "visibility TEXT NOT NULL DEFAULT 'shared'")
|
add_column_if_missing(database, table_name, "visibility TEXT NOT NULL DEFAULT 'shared'")
|
||||||
add_column_if_missing(database, "items", "target_user_id INTEGER")
|
add_column_if_missing(database, "items", "target_user_id INTEGER")
|
||||||
add_column_if_missing(database, "items", "base_type TEXT NOT NULL DEFAULT 'neutral'")
|
add_column_if_missing(database, "items", "base_type TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
|
add_column_if_missing(database, "items", "flavor_profile TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
add_column_if_missing(database, "items", "suggestion_role TEXT NOT NULL DEFAULT 'base'")
|
add_column_if_missing(database, "items", "suggestion_role TEXT NOT NULL DEFAULT 'base'")
|
||||||
add_column_if_missing(database, "items", "suggestion_priority TEXT NOT NULL DEFAULT 'normal'")
|
add_column_if_missing(database, "items", "suggestion_priority TEXT NOT NULL DEFAULT 'normal'")
|
||||||
add_column_if_missing(database, "items", "can_be_meal_core INTEGER NOT NULL DEFAULT 0")
|
add_column_if_missing(database, "items", "can_be_meal_core INTEGER NOT NULL DEFAULT 0")
|
||||||
add_column_if_missing(database, "items", "meal_type TEXT")
|
add_column_if_missing(database, "items", "meal_type TEXT")
|
||||||
add_column_if_missing(database, "items", "meal_tags TEXT NOT NULL DEFAULT ''")
|
add_column_if_missing(database, "items", "meal_tags TEXT NOT NULL DEFAULT ''")
|
||||||
add_column_if_missing(database, "items", "energy_density TEXT NOT NULL DEFAULT 'neutral'")
|
add_column_if_missing(database, "items", "energy_density TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
|
add_column_if_missing(database, "items", "is_archived INTEGER NOT NULL DEFAULT 0")
|
||||||
|
add_column_if_missing(database, "items", "is_quick_added INTEGER NOT NULL DEFAULT 0")
|
||||||
|
migrate_items_kind_constraint(database)
|
||||||
add_column_if_missing(database, "shopping_entries", "needed_for_date TEXT")
|
add_column_if_missing(database, "shopping_entries", "needed_for_date TEXT")
|
||||||
add_column_if_missing(database, "shopping_entries", "needed_for_daypart_id INTEGER")
|
add_column_if_missing(database, "shopping_entries", "needed_for_daypart_id INTEGER")
|
||||||
|
add_column_if_missing(database, "shopping_entries", "shopping_note TEXT NOT NULL DEFAULT ''")
|
||||||
add_column_if_missing(database, "user_settings", "suggestion_style TEXT NOT NULL DEFAULT 'balanced'")
|
add_column_if_missing(database, "user_settings", "suggestion_style TEXT NOT NULL DEFAULT 'balanced'")
|
||||||
add_column_if_missing(database, "user_settings", "energy_preference TEXT NOT NULL DEFAULT 'neutral'")
|
add_column_if_missing(database, "user_settings", "energy_preference TEXT NOT NULL DEFAULT 'neutral'")
|
||||||
add_column_if_missing(database, "user_settings", "protein_preference TEXT NOT NULL DEFAULT 'mixed'")
|
add_column_if_missing(database, "user_settings", "protein_preference TEXT NOT NULL DEFAULT 'mixed'")
|
||||||
@@ -699,6 +892,8 @@ def ensure_schema_upgrades(database: sqlite3.Connection) -> None:
|
|||||||
|
|
||||||
sync_default_categories(database)
|
sync_default_categories(database)
|
||||||
migrate_item_profiles(database)
|
migrate_item_profiles(database)
|
||||||
|
migrate_food_flavor_profiles(database)
|
||||||
|
migrate_item_archive_state(database)
|
||||||
database.execute(
|
database.execute(
|
||||||
"""
|
"""
|
||||||
INSERT OR IGNORE INTO user_settings (user_id)
|
INSERT OR IGNORE INTO user_settings (user_id)
|
||||||
@@ -707,10 +902,14 @@ def ensure_schema_upgrades(database: sqlite3.Connection) -> None:
|
|||||||
)
|
)
|
||||||
database.execute("UPDATE items SET energy_density = 'neutral' WHERE energy_density IS NULL OR energy_density = ''")
|
database.execute("UPDATE items SET energy_density = 'neutral' WHERE energy_density IS NULL OR energy_density = ''")
|
||||||
database.execute("UPDATE items SET base_type = 'neutral' WHERE base_type IS NULL OR base_type = ''")
|
database.execute("UPDATE items SET base_type = 'neutral' WHERE base_type IS NULL OR base_type = ''")
|
||||||
|
database.execute("UPDATE items SET flavor_profile = 'neutral' WHERE flavor_profile IS NULL OR flavor_profile = ''")
|
||||||
database.execute("UPDATE items SET suggestion_role = 'base' WHERE suggestion_role IS NULL OR suggestion_role = ''")
|
database.execute("UPDATE items SET suggestion_role = 'base' WHERE suggestion_role IS NULL OR suggestion_role = ''")
|
||||||
database.execute("UPDATE items SET suggestion_priority = 'normal' WHERE suggestion_priority IS NULL OR suggestion_priority = ''")
|
database.execute("UPDATE items SET suggestion_priority = 'normal' WHERE suggestion_priority IS NULL OR suggestion_priority = ''")
|
||||||
database.execute("UPDATE items SET can_be_meal_core = 0 WHERE can_be_meal_core IS NULL")
|
database.execute("UPDATE items SET can_be_meal_core = 0 WHERE can_be_meal_core IS NULL")
|
||||||
database.execute("UPDATE items SET meal_tags = '' WHERE meal_tags IS NULL")
|
database.execute("UPDATE items SET meal_tags = '' WHERE meal_tags IS NULL")
|
||||||
|
database.execute("UPDATE items SET is_archived = 0 WHERE is_archived IS NULL")
|
||||||
|
database.execute("UPDATE items SET is_quick_added = 0 WHERE is_quick_added IS NULL")
|
||||||
|
database.execute("UPDATE shopping_entries SET shopping_note = '' WHERE shopping_note IS NULL")
|
||||||
database.execute("UPDATE user_settings SET suggestion_style = 'balanced' WHERE suggestion_style IS NULL OR suggestion_style = ''")
|
database.execute("UPDATE user_settings SET suggestion_style = 'balanced' WHERE suggestion_style IS NULL OR suggestion_style = ''")
|
||||||
database.execute("UPDATE user_settings SET energy_preference = 'neutral' WHERE energy_preference IS NULL OR energy_preference = ''")
|
database.execute("UPDATE user_settings SET energy_preference = 'neutral' WHERE energy_preference IS NULL OR energy_preference = ''")
|
||||||
database.execute("UPDATE user_settings SET protein_preference = 'mixed' WHERE protein_preference IS NULL OR protein_preference = ''")
|
database.execute("UPDATE user_settings SET protein_preference = 'mixed' WHERE protein_preference IS NULL OR protein_preference = ''")
|
||||||
@@ -726,12 +925,24 @@ def ensure_schema_upgrades(database: sqlite3.Connection) -> None:
|
|||||||
WHERE email IS NOT NULL AND email != ''
|
WHERE email IS NOT NULL AND email != ''
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
database.execute(
|
||||||
|
"""
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_items_kind_name
|
||||||
|
ON items (kind, name)
|
||||||
|
"""
|
||||||
|
)
|
||||||
database.execute(
|
database.execute(
|
||||||
"""
|
"""
|
||||||
CREATE INDEX IF NOT EXISTS idx_items_household_visibility
|
CREATE INDEX IF NOT EXISTS idx_items_household_visibility
|
||||||
ON items (household_id, visibility, availability_state)
|
ON items (household_id, visibility, availability_state)
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
database.execute(
|
||||||
|
"""
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_items_household_visibility_archived
|
||||||
|
ON items (household_id, visibility, is_archived, availability_state)
|
||||||
|
"""
|
||||||
|
)
|
||||||
database.execute(
|
database.execute(
|
||||||
"""
|
"""
|
||||||
CREATE INDEX IF NOT EXISTS idx_items_target_user
|
CREATE INDEX IF NOT EXISTS idx_items_target_user
|
||||||
@@ -750,6 +961,14 @@ def ensure_schema_upgrades(database: sqlite3.Connection) -> None:
|
|||||||
ON shopping_entries (household_id, visibility, is_checked)
|
ON shopping_entries (household_id, visibility, is_checked)
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
database.execute("DROP INDEX IF EXISTS idx_shopping_entries_open_item")
|
||||||
|
database.execute(
|
||||||
|
"""
|
||||||
|
CREATE UNIQUE INDEX IF NOT EXISTS idx_shopping_entries_open_item
|
||||||
|
ON shopping_entries (item_id, COALESCE(shopping_note, ''))
|
||||||
|
WHERE is_checked = 0
|
||||||
|
"""
|
||||||
|
)
|
||||||
database.execute(
|
database.execute(
|
||||||
"""
|
"""
|
||||||
CREATE INDEX IF NOT EXISTS idx_shopping_needs_household_activation
|
CREATE INDEX IF NOT EXISTS idx_shopping_needs_household_activation
|
||||||
|
|||||||
@@ -118,10 +118,11 @@ CREATE TABLE IF NOT EXISTS items (
|
|||||||
owner_user_id INTEGER,
|
owner_user_id INTEGER,
|
||||||
target_user_id INTEGER,
|
target_user_id INTEGER,
|
||||||
visibility TEXT NOT NULL DEFAULT 'shared',
|
visibility TEXT NOT NULL DEFAULT 'shared',
|
||||||
kind TEXT NOT NULL CHECK (kind IN ('food', 'meal')),
|
kind TEXT NOT NULL CHECK (kind IN ('food', 'meal', 'shopping')),
|
||||||
name TEXT NOT NULL,
|
name TEXT NOT NULL,
|
||||||
category TEXT,
|
category TEXT,
|
||||||
base_type TEXT NOT NULL DEFAULT 'neutral',
|
base_type TEXT NOT NULL DEFAULT 'neutral',
|
||||||
|
flavor_profile TEXT NOT NULL DEFAULT 'neutral',
|
||||||
suggestion_role TEXT NOT NULL DEFAULT 'base',
|
suggestion_role TEXT NOT NULL DEFAULT 'base',
|
||||||
suggestion_priority TEXT NOT NULL DEFAULT 'normal',
|
suggestion_priority TEXT NOT NULL DEFAULT 'normal',
|
||||||
can_be_meal_core INTEGER NOT NULL DEFAULT 0,
|
can_be_meal_core INTEGER NOT NULL DEFAULT 0,
|
||||||
@@ -131,6 +132,8 @@ CREATE TABLE IF NOT EXISTS items (
|
|||||||
note TEXT,
|
note TEXT,
|
||||||
photo_filename TEXT,
|
photo_filename TEXT,
|
||||||
availability_state TEXT NOT NULL DEFAULT 'idea' CHECK (availability_state IN ('idea', 'home', 'archived')),
|
availability_state TEXT NOT NULL DEFAULT 'idea' CHECK (availability_state IN ('idea', 'home', 'archived')),
|
||||||
|
is_archived INTEGER NOT NULL DEFAULT 0,
|
||||||
|
is_quick_added INTEGER NOT NULL DEFAULT 0,
|
||||||
created_by INTEGER,
|
created_by INTEGER,
|
||||||
updated_by INTEGER,
|
updated_by INTEGER,
|
||||||
created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
created_at TEXT NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
@@ -164,6 +167,7 @@ CREATE TABLE IF NOT EXISTS shopping_entries (
|
|||||||
owner_user_id INTEGER,
|
owner_user_id INTEGER,
|
||||||
visibility TEXT NOT NULL DEFAULT 'shared',
|
visibility TEXT NOT NULL DEFAULT 'shared',
|
||||||
item_id INTEGER NOT NULL,
|
item_id INTEGER NOT NULL,
|
||||||
|
shopping_note TEXT NOT NULL DEFAULT '',
|
||||||
added_by INTEGER,
|
added_by INTEGER,
|
||||||
checked_by INTEGER,
|
checked_by INTEGER,
|
||||||
needed_for_date TEXT,
|
needed_for_date TEXT,
|
||||||
@@ -180,7 +184,7 @@ CREATE TABLE IF NOT EXISTS shopping_entries (
|
|||||||
);
|
);
|
||||||
|
|
||||||
CREATE UNIQUE INDEX IF NOT EXISTS idx_shopping_entries_open_item
|
CREATE UNIQUE INDEX IF NOT EXISTS idx_shopping_entries_open_item
|
||||||
ON shopping_entries (item_id)
|
ON shopping_entries (item_id, COALESCE(shopping_note, ''))
|
||||||
WHERE is_checked = 0;
|
WHERE is_checked = 0;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS shopping_needs (
|
CREATE TABLE IF NOT EXISTS shopping_needs (
|
||||||
@@ -303,6 +307,9 @@ ON items (kind, name);
|
|||||||
CREATE INDEX IF NOT EXISTS idx_items_household_visibility
|
CREATE INDEX IF NOT EXISTS idx_items_household_visibility
|
||||||
ON items (household_id, visibility, availability_state);
|
ON items (household_id, visibility, availability_state);
|
||||||
|
|
||||||
|
CREATE INDEX IF NOT EXISTS idx_items_household_visibility_archived
|
||||||
|
ON items (household_id, visibility, is_archived, availability_state);
|
||||||
|
|
||||||
CREATE INDEX IF NOT EXISTS idx_items_target_user
|
CREATE INDEX IF NOT EXISTS idx_items_target_user
|
||||||
ON items (target_user_id);
|
ON items (target_user_id);
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M240 112L304 112L304 144L240 144L240 112zM256 176L304 176L304 208L240 208L240 176L256 176zM112 240L160 240L160 272L96 272L96 240L112 240zM192 495.8L192 512L448 512L448 475.6L466.3 466.9C510 446.1 540.9 402.8 543.8 352L96.2 352C99.1 402.8 130 446.2 173.7 466.9L192 475.6L192 495.8zM160 495.8C105.5 469.9 67.2 415.6 64.2 352C64.1 349.4 64 346.7 64 344L64 320L576 320L576 344C576 346.7 575.9 349.4 575.8 352C572.8 415.6 534.5 469.9 480 495.8L480 544L160 544L160 495.8zM288 240L352 240L352 272L288 272L288 240zM192 240L256 240L256 272L192 272L192 240zM160 176L208 176L208 208L144 208L144 176L160 176zM384 240L448 240L448 272L384 272L384 240zM352 176L400 176L400 208L336 208L336 176L352 176zM480 240L544 240L544 272L480 272L480 240zM448 176L496 176L496 208L432 208L432 176L448 176zM352 112L400 112L400 144L336 144L336 112L352 112z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M96 512L544 512L544 352L96 352L96 512zM116.1 320L544 320C544 217.5 463.7 133.8 362.6 128.3L116.1 320zM64 320L352 96C475.7 96 576 196.3 576 320L576 544L64 544L64 320z"/></svg>
|
||||||
|
After Width: | Height: | Size: 433 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M306.3 192L288 192L288 144C288 99.8 323.8 64 368 64L416 64L416 112C416 156.2 380.2 192 336 192L306.3 192zM368 96C341.5 96 320 117.5 320 144L320 160L336 160C362.5 160 384 138.5 384 112L384 96L368 96zM208 192L320 224L432 192C508.3 192 544 275.7 544 352C544 480 464 576 384 576L320 560L256 576C176 576 96 480 96 352C96 275.7 131.7 192 208 192zM328.8 254.8L320 257.3L311.2 254.8L203.9 224.2C181.6 225.5 164.1 237.9 150.7 260.1C136 284.4 127.9 318.3 127.9 352.1C127.9 409.6 145.9 458.7 171.5 492.9C196.4 526 226.2 542.6 252.3 544L312.1 529.1L319.9 527.2L327.7 529.1L387.5 544C413.6 542.6 443.5 526 468.3 492.9C493.9 458.7 511.9 409.6 511.9 352.1C511.9 318.3 503.9 284.4 489.1 260.1C475.7 238 458.2 225.6 435.9 224.2L328.8 254.8z"/></svg>
|
||||||
|
After Width: | Height: | Size: 991 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M267.8 146.2L260 162.3L244.9 152.7C236.1 147.1 226 144 215.1 144C187.3 144 163 165.2 157.3 195L154.8 208.4L141.2 208C140.8 208 140.5 208 140.1 208C116.8 208 96.1 228.5 96.1 256L96.1 272L64.1 272L64.1 256C64 216.6 91.5 182.5 128.9 176.8C141 139.6 174.5 112 215 112C226.4 112 237.3 114.2 247.3 118.2C263.8 95.2 290 80 320 80C350 80 376.2 95.2 392.7 118.2C402.7 114.2 413.6 112 425 112C465.5 112 499 139.6 511.1 176.8C548.5 182.5 576 216.6 576 256L576 272L544 272L544 256C544 228.5 523.3 208 500 208C499.6 208 499.3 208 498.9 208L485.3 208.4L482.8 195C477.1 165.2 452.8 144 425 144C414.2 144 404 147.2 395.2 152.7L380.1 162.3L372.3 146.2C362.2 125.5 342.2 112 320 112C297.8 112 277.9 125.5 267.8 146.2zM192 495.8L192 512L448 512L448 475.6L466.3 466.9C510 446.1 540.9 402.8 543.8 352L96.2 352C99.1 402.8 130 446.2 173.7 466.9L192 475.6L192 495.8zM160 495.8C105.5 469.9 67.2 415.6 64.2 352C64.1 349.4 64 346.7 64 344L64 320L576 320L576 344C576 346.7 575.9 349.4 575.8 352C572.8 415.6 534.5 469.9 480 495.8L480 544L160 544L160 495.8z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M256 256L202.8 264.9C174.8 269.6 148.5 281.6 126.7 299.8L121.6 304C85.1 334.4 64 379.5 64 426.9L64 576L205.7 576C248.1 576 288.8 559.1 318.8 529.1L331.7 516.2C355.3 492.6 370.9 462.3 376.4 429.4L384 384L424.4 377.3C460.6 371.3 494 354.1 519.9 328.1L524.5 323.5C557.5 290.5 576 245.7 576 199L576 64L440.9 64C394.2 64 349.5 82.5 316.4 115.5L311.8 120.1C285.9 146 268.7 179.4 262.6 215.6L256 256zM544 96L544 199.1C544 237.3 528.8 273.9 501.8 300.9L497.2 305.5C476 326.7 448.7 340.8 419 345.7C389.1 350.7 368.1 354.2 356.1 356.2C354.2 367.4 350.5 390.1 344.8 424.2C340.4 450.5 327.9 474.8 309.1 493.7L296.2 506.6C272.2 530.6 239.6 544.1 205.7 544.1L96 544L96 426.9C96 388.9 112.9 352.9 142.1 328.6L147.2 324.4C164.7 309.8 185.7 300.2 208.1 296.5C248.7 289.7 273.9 285.5 283.9 283.9C285.9 271.8 289.4 250.9 294.4 221C299.3 191.4 313.4 164.1 334.6 142.8L339.2 138.2C366.2 111.2 402.8 96 441 96L544 96zM211.2 480C211.2 469.4 202.6 460.8 192 460.8C181.4 460.8 172.8 469.4 172.8 480C172.8 490.6 181.4 499.2 192 499.2C202.6 499.2 211.2 490.6 211.2 480zM416 275.2C426.6 275.2 435.2 266.6 435.2 256C435.2 245.4 426.6 236.8 416 236.8C405.4 236.8 396.8 245.4 396.8 256C396.8 266.6 405.4 275.2 416 275.2zM275.2 480C275.2 469.4 266.6 460.8 256 460.8C245.4 460.8 236.8 469.4 236.8 480C236.8 490.6 245.4 499.2 256 499.2C266.6 499.2 275.2 490.6 275.2 480zM480 275.2C490.6 275.2 499.2 266.6 499.2 256C499.2 245.4 490.6 236.8 480 236.8C469.4 236.8 460.8 245.4 460.8 256C460.8 266.6 469.4 275.2 480 275.2zM275.2 416C275.2 405.4 266.6 396.8 256 396.8C245.4 396.8 236.8 405.4 236.8 416C236.8 426.6 245.4 435.2 256 435.2C266.6 435.2 275.2 426.6 275.2 416zM480 211.2C490.6 211.2 499.2 202.6 499.2 192C499.2 181.4 490.6 172.8 480 172.8C469.4 172.8 460.8 181.4 460.8 192C460.8 202.6 469.4 211.2 480 211.2z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M301.3 384L400 384C479.5 384 544 319.5 544 240C544 160.5 479.5 96 400 96C320.5 96 256 160.5 256 240L256 338.7L301.3 384zM224 345.4L224 240C224 142.8 302.8 64 400 64C497.2 64 576 142.8 576 240C576 337.2 497.2 416 400 416L294.6 416L254.1 456.5C265.2 469.2 272 485.8 272 504C272 543.8 239.8 576 200 576C162.8 576 132.2 547.8 128.4 511.6C92.2 507.8 64 477.2 64 440C64 400.2 96.2 368 136 368C154.2 368 170.8 374.8 183.5 385.9L224 345.4zM243.3 371.3C204.6 410 183.6 431 180.2 434.4L169.4 418C162.2 407.1 149.9 400 136 400C113.9 400 96 417.9 96 440C96 462.1 113.9 480 136 480L160 480L160 504C160 526.1 177.9 544 200 544C222.1 544 240 526.1 240 504C240 490 232.9 477.8 222 470.6L205.6 459.8C209 456.4 230 435.4 268.7 396.7L243.3 371.3z"/></svg>
|
||||||
|
After Width: | Height: | Size: 995 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M576 64L576 112L575.7 123.5C569.9 238 478 329.9 363.5 335.7L352 336L352 576L320 576L320 384L288 384L276.5 383.7C158.1 377.7 64 279.8 64 160L64 128L128 128L139.5 128.3C219.3 132.3 287.9 178.1 324.3 244.2C344.7 141.4 435.3 64 544 64L576 64zM96 160C96 266 182 352 288 352L320 352C320 246 234 160 128 160L96 160zM544 96C438 96 352 182 352 288L352 304C458 304 544 218 544 112L544 96z"/></svg>
|
||||||
|
After Width: | Height: | Size: 646 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M435.4 44.7L424.1 33.4C418.6 38.9 407 50.5 389.4 68.1C363.5 94 355.5 130.9 365.3 163.7C354.7 161.3 343.7 160 332.4 160C273.3 160 219.9 195.2 196.6 249.5L82.7 515.4C74.7 534 64.2 558.5 51.2 588.9C79.9 576.6 175.4 535.7 390.6 443.4C444.9 420.1 480.1 366.7 480.1 307.6C480.1 296.3 478.8 285.3 476.4 274.7C509.1 284.5 546.1 276.5 572 250.6C589.6 233 601.2 221.4 606.7 215.9C601.2 210.4 589.6 198.8 572 181.2C548.4 157.6 515.5 148.8 485.1 155C491.2 124.5 482.5 91.7 458.9 68.1L435.4 44.7zM458.8 203.9L458.8 203.9C483.8 178.9 524.3 178.9 549.3 203.9L561.4 216L549.3 228.1C524.3 253.1 483.8 253.1 458.8 228.1L446.7 216L458.8 203.9zM436.5 181L424.1 193.4L412 181.3C387 156.3 387 115.8 412 90.8L424.1 78.7L436.2 90.8C461.1 115.7 461.2 156 436.5 181zM332.4 192C396.3 192 448.1 243.8 448.1 307.7C448.1 354 420.5 395.8 378 414.1L284.7 454.1C284.3 453.6 283.9 453.2 283.5 452.7C258.7 427.9 244.3 413.5 240.2 409.4L217.5 432C222.9 437.4 234.7 449.2 253.1 467.6L112.1 528L226.1 262.1C227.4 259 228.9 255.9 230.5 253C267.2 289.7 286.4 308.9 288.2 310.7L310.8 288.1L251.5 228.8C250.9 228.2 250.2 227.6 249.5 227.1C270.9 205.1 300.6 192.1 332.4 192.1z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M272 70.1C281.1 61.9 294.9 61.9 304 70.1L533.2 275.6C521.2 273.2 508.7 272 496 272C484 272 472.2 273.1 460.9 275.2L288 120.2L128 263.7L128 512C128 520.8 135.2 528 144 528L192 528L192 424C192 384.2 224.2 352 264 352L312 352C320.8 352 329.2 353.6 336.9 356.4C327.8 369.9 320.3 384.5 314.8 400.1C313.9 400 312.9 399.9 311.9 399.9L263.9 399.9C250.6 399.9 239.9 410.6 239.9 423.9L239.9 527.9L314.8 527.9C320.9 545.2 329.4 561.3 339.9 575.9L143.9 575.9C108.6 575.9 79.9 547.2 79.9 511.9L79.9 306.6L71.9 313.8C62 322.6 46.9 321.8 38 312C29.1 302.2 30 287 39.8 278.1L272 70.1zM496 320C575.5 320 640 384.5 640 464C640 543.5 575.5 608 496 608C416.5 608 352 543.5 352 464C352 384.5 416.5 320 496 320zM555.3 427.3C561.5 421.1 561.5 410.9 555.3 404.7C549.1 398.5 538.9 398.5 532.7 404.7L496 441.4L459.3 404.7C453.1 398.5 442.9 398.5 436.7 404.7C430.5 410.9 430.5 421.1 436.7 427.3L473.4 464L436.7 500.7C430.5 506.9 430.5 517.1 436.7 523.3C442.9 529.5 453.1 529.5 459.3 523.3L496 486.6L532.7 523.3C538.9 529.5 549.1 529.5 555.3 523.3C561.5 517.1 561.5 506.9 555.3 500.7L518.6 464L555.3 427.3z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 576"><!--! Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc. --><path fill="currentColor" d="M0 0L72 0C125 0 168 43 168 96L168 120L576 120L516.9 359.3C506.2 402 467.8 432 423.8 432L168 432C115 432 72 389 72 336L72 96C72 69.5 50.5 48 24 48L0 48L0 0zM168 168L168 336C168 362.5 189.5 384 216 384L375.8 384C397.8 384 417 369 422.4 347.6L467.3 168L168 168zM240 528C240 554.5 225.6 576 192 576C158.4 576 144 554.5 144 528C144 501.5 158.4 480 192 480C225.6 480 240 501.5 240 528zM384 576C417.6 576 432 554.5 432 528C432 501.5 417.6 480 384 480C350.4 480 336 501.5 336 528C336 554.5 350.4 576 384 576z"/></svg>
|
||||||
|
After Width: | Height: | Size: 768 B |
@@ -1,4 +1,62 @@
|
|||||||
(() => {
|
(() => {
|
||||||
|
const scrollStorageKey = () => `nouri-scroll:${window.location.pathname}${window.location.search}`;
|
||||||
|
|
||||||
|
const initPostFormScrollMemory = () => {
|
||||||
|
const restoreFromUrl = () => {
|
||||||
|
const currentUrl = new URL(window.location.href);
|
||||||
|
const rawScroll = currentUrl.searchParams.get("_scroll");
|
||||||
|
if (!rawScroll) return false;
|
||||||
|
|
||||||
|
const scrollValue = Number.parseInt(rawScroll, 10);
|
||||||
|
currentUrl.searchParams.delete("_scroll");
|
||||||
|
|
||||||
|
window.requestAnimationFrame(() => {
|
||||||
|
if (Number.isFinite(scrollValue)) {
|
||||||
|
window.scrollTo({ top: scrollValue, left: 0, behavior: "auto" });
|
||||||
|
}
|
||||||
|
window.history.replaceState({}, "", currentUrl.toString());
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const restoreFromStorage = () => {
|
||||||
|
const savedScroll = sessionStorage.getItem(scrollStorageKey());
|
||||||
|
if (!savedScroll) return;
|
||||||
|
|
||||||
|
sessionStorage.removeItem(scrollStorageKey());
|
||||||
|
const scrollValue = Number.parseInt(savedScroll, 10);
|
||||||
|
if (!Number.isFinite(scrollValue)) return;
|
||||||
|
|
||||||
|
window.requestAnimationFrame(() => {
|
||||||
|
window.scrollTo({ top: scrollValue, left: 0, behavior: "auto" });
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
if (!restoreFromUrl()) {
|
||||||
|
restoreFromStorage();
|
||||||
|
}
|
||||||
|
|
||||||
|
document.addEventListener("submit", (event) => {
|
||||||
|
const form = event.target;
|
||||||
|
if (!(form instanceof HTMLFormElement)) return;
|
||||||
|
|
||||||
|
const method = (form.getAttribute("method") || "get").toLowerCase();
|
||||||
|
if (method !== "post") return;
|
||||||
|
|
||||||
|
const scrollValue = String(Math.round(window.scrollY));
|
||||||
|
sessionStorage.setItem(scrollStorageKey(), scrollValue);
|
||||||
|
|
||||||
|
let scrollInput = form.querySelector('input[name="_scroll"]');
|
||||||
|
if (!(scrollInput instanceof HTMLInputElement)) {
|
||||||
|
scrollInput = document.createElement("input");
|
||||||
|
scrollInput.type = "hidden";
|
||||||
|
scrollInput.name = "_scroll";
|
||||||
|
form.appendChild(scrollInput);
|
||||||
|
}
|
||||||
|
scrollInput.value = scrollValue;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
const initMobileSheet = () => {
|
const initMobileSheet = () => {
|
||||||
const sheet = document.querySelector("[data-mobile-sheet]");
|
const sheet = document.querySelector("[data-mobile-sheet]");
|
||||||
const navStack = document.querySelector("[data-mobile-nav-stack]");
|
const navStack = document.querySelector("[data-mobile-nav-stack]");
|
||||||
@@ -54,6 +112,7 @@
|
|||||||
const filterGroups = Array.from(container.querySelectorAll("[data-filter-group]"));
|
const filterGroups = Array.from(container.querySelectorAll("[data-filter-group]"));
|
||||||
const resultLimit = Number.parseInt(input.getAttribute("data-filter-limit") || "", 10);
|
const resultLimit = Number.parseInt(input.getAttribute("data-filter-limit") || "", 10);
|
||||||
const hasLimit = Number.isFinite(resultLimit) && resultLimit > 0;
|
const hasLimit = Number.isFinite(resultLimit) && resultLimit > 0;
|
||||||
|
const hideWhenEmpty = input.hasAttribute("data-filter-hide-empty");
|
||||||
|
|
||||||
const scoreItem = (label, term) => {
|
const scoreItem = (label, term) => {
|
||||||
if (label === term) return 0;
|
if (label === term) return 0;
|
||||||
@@ -79,11 +138,13 @@
|
|||||||
const term = input.value.trim().toLowerCase();
|
const term = input.value.trim().toLowerCase();
|
||||||
if (!term) {
|
if (!term) {
|
||||||
items.forEach((item, index) => {
|
items.forEach((item, index) => {
|
||||||
item.hidden = hasLimit ? index >= resultLimit : false;
|
item.hidden = hideWhenEmpty || (hasLimit ? index >= resultLimit : false);
|
||||||
});
|
});
|
||||||
|
container.hidden = hideWhenEmpty;
|
||||||
syncGroups();
|
syncGroups();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
container.hidden = false;
|
||||||
|
|
||||||
const rankedMatches = items
|
const rankedMatches = items
|
||||||
.map((item, index) => {
|
.map((item, index) => {
|
||||||
@@ -109,6 +170,74 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const initSelectedPreviews = () => {
|
||||||
|
document.querySelectorAll("[data-selected-preview]").forEach((preview) => {
|
||||||
|
const form = preview.closest("form");
|
||||||
|
const sourceSelector = preview.getAttribute("data-selected-preview");
|
||||||
|
if (!form || !sourceSelector) return;
|
||||||
|
|
||||||
|
const source = document.querySelector(sourceSelector);
|
||||||
|
if (!source) return;
|
||||||
|
|
||||||
|
const emptyText = preview.querySelector("[data-selected-preview-empty]");
|
||||||
|
const cards = Array.from(preview.querySelectorAll("[data-selected-preview-card]"));
|
||||||
|
|
||||||
|
const sync = () => {
|
||||||
|
let visibleCount = 0;
|
||||||
|
cards.forEach((card) => {
|
||||||
|
const value = card.getAttribute("data-selected-preview-card");
|
||||||
|
const input = value
|
||||||
|
? Array.from(form.querySelectorAll('input[name="component_ids"]')).find((candidate) => candidate.value === value)
|
||||||
|
: null;
|
||||||
|
const checked = input instanceof HTMLInputElement && input.checked;
|
||||||
|
card.hidden = !checked;
|
||||||
|
if (checked) visibleCount += 1;
|
||||||
|
});
|
||||||
|
if (emptyText) {
|
||||||
|
emptyText.hidden = visibleCount > 0;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
source.addEventListener("change", (event) => {
|
||||||
|
const target = event.target;
|
||||||
|
if (target instanceof HTMLInputElement && target.name === "component_ids") {
|
||||||
|
sync();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
preview.addEventListener("click", (event) => {
|
||||||
|
const button = event.target.closest("[data-uncheck-component]");
|
||||||
|
if (!(button instanceof HTMLElement)) return;
|
||||||
|
const value = button.getAttribute("data-uncheck-component");
|
||||||
|
if (!value) return;
|
||||||
|
const input = Array.from(form.querySelectorAll('input[name="component_ids"]')).find((candidate) => candidate.value === value);
|
||||||
|
if (input instanceof HTMLInputElement) {
|
||||||
|
input.checked = false;
|
||||||
|
input.dispatchEvent(new Event("change", { bubbles: true }));
|
||||||
|
}
|
||||||
|
});
|
||||||
|
sync();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const initCreateFromSearch = () => {
|
||||||
|
document.querySelectorAll("[data-create-from]").forEach((container) => {
|
||||||
|
const inputSelector = container.getAttribute("data-create-from");
|
||||||
|
if (!inputSelector) return;
|
||||||
|
const input = document.querySelector(inputSelector);
|
||||||
|
const hiddenName = container.querySelector("[data-create-name]");
|
||||||
|
if (!(input instanceof HTMLInputElement) || !(hiddenName instanceof HTMLInputElement)) return;
|
||||||
|
|
||||||
|
const sync = () => {
|
||||||
|
const value = input.value.trim().replace(/\s+/g, " ");
|
||||||
|
hiddenName.value = value;
|
||||||
|
container.hidden = value.length === 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
input.addEventListener("input", sync);
|
||||||
|
sync();
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
const initIosPullToRefresh = () => {
|
const initIosPullToRefresh = () => {
|
||||||
const isAppleTouchDevice = /iP(ad|hone|od)/.test(navigator.userAgent)
|
const isAppleTouchDevice = /iP(ad|hone|od)/.test(navigator.userAgent)
|
||||||
|| (navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1);
|
|| (navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1);
|
||||||
@@ -153,9 +282,68 @@
|
|||||||
}, { passive: false });
|
}, { passive: false });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const initDialogs = () => {
|
||||||
|
document.addEventListener("click", (event) => {
|
||||||
|
const openButton = event.target.closest("[data-dialog-open]");
|
||||||
|
if (openButton instanceof HTMLElement) {
|
||||||
|
const dialogId = openButton.getAttribute("data-dialog-open");
|
||||||
|
if (!dialogId) return;
|
||||||
|
const dialog = document.getElementById(dialogId);
|
||||||
|
if (dialog instanceof HTMLDialogElement) {
|
||||||
|
dialog.showModal();
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const closeButton = event.target.closest("[data-dialog-close]");
|
||||||
|
if (closeButton instanceof HTMLElement) {
|
||||||
|
const dialog = closeButton.closest("dialog");
|
||||||
|
if (dialog instanceof HTMLDialogElement) {
|
||||||
|
dialog.close();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener("keydown", (event) => {
|
||||||
|
const target = event.target;
|
||||||
|
if (!(target instanceof HTMLElement)) return;
|
||||||
|
const openButton = target.closest("[data-dialog-open]");
|
||||||
|
if (!(openButton instanceof HTMLElement)) return;
|
||||||
|
if (event.key !== "Enter" && event.key !== " ") return;
|
||||||
|
event.preventDefault();
|
||||||
|
const dialogId = openButton.getAttribute("data-dialog-open");
|
||||||
|
if (!dialogId) return;
|
||||||
|
const dialog = document.getElementById(dialogId);
|
||||||
|
if (dialog instanceof HTMLDialogElement) {
|
||||||
|
dialog.showModal();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
document.querySelectorAll("dialog").forEach((dialog) => {
|
||||||
|
dialog.addEventListener("click", (event) => {
|
||||||
|
if (event.target === dialog && dialog instanceof HTMLDialogElement) {
|
||||||
|
dialog.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener("keydown", (event) => {
|
||||||
|
if (event.key !== "Escape") return;
|
||||||
|
document.querySelectorAll("dialog[open]").forEach((dialog) => {
|
||||||
|
if (dialog instanceof HTMLDialogElement) {
|
||||||
|
dialog.close();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
initPostFormScrollMemory();
|
||||||
initMobileSheet();
|
initMobileSheet();
|
||||||
initFilterInputs();
|
initFilterInputs();
|
||||||
|
initSelectedPreviews();
|
||||||
|
initCreateFromSearch();
|
||||||
initIosPullToRefresh();
|
initIosPullToRefresh();
|
||||||
|
initDialogs();
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const CACHE_NAME = "nouri-v1-0-0";
|
const CACHE_NAME = "nouri-v1-3-4";
|
||||||
const OFFLINE_URL = "/static/pwa/offline.html";
|
const OFFLINE_URL = "/static/pwa/offline.html";
|
||||||
const STATIC_ASSETS = [
|
const STATIC_ASSETS = [
|
||||||
"/static/css/styles.css",
|
"/static/css/styles.css",
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
<input type="password" name="password_repeat" autocomplete="new-password" {% if not user %}required{% endif %}>
|
<input type="password" name="password_repeat" autocomplete="new-password" {% if not user %}required{% endif %}>
|
||||||
</label>
|
</label>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('admin.user_list') }}">Zurück</a>
|
<a class="ghost-button" href="{{ url_for('admin.user_list') }}">Zurück</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<p class="eyebrow">Archiv</p>
|
<p class="eyebrow">Archiv</p>
|
||||||
<h1>Frühere Ideen bleiben greifbar</h1>
|
<h1>Frühere Ideen bleiben greifbar</h1>
|
||||||
<p class="lead">Das Archiv ist ein Erinnerungsspeicher. Von hier aus lassen sich vertraute Dinge leicht wieder einplanen oder einkaufen.</p>
|
<p class="lead">Archiv bedeutet bewusst ausgeblendet, nicht verbraucht. Von hier aus lassen sich Dinge jederzeit wieder aktivieren.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -93,13 +93,15 @@
|
|||||||
<div class="item-actions">
|
<div class="item-actions">
|
||||||
<form method="post" action="{{ url_for('main.item_add_to_shopping', item_id=item.id) }}">
|
<form method="post" action="{{ url_for('main.item_add_to_shopping', item_id=item.id) }}">
|
||||||
{{ csrf_input() }}
|
{{ csrf_input() }}
|
||||||
<button type="submit">Wieder einkaufen</button>
|
<button type="submit">Auf Einkaufsliste</button>
|
||||||
</form>
|
</form>
|
||||||
<a class="ghost-button" href="{{ url_for('main.planner_day', date=today.isoformat(), item_id=item.id, daypart_id=item.primary_daypart_id) }}">Im Tagesplan öffnen</a>
|
{% if item.can_edit %}
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_edit', item_id=item.id) }}">Bearbeiten</a>
|
||||||
|
{% endif %}
|
||||||
{% if item.can_edit %}
|
{% if item.can_edit %}
|
||||||
<form method="post" action="{{ url_for('main.item_restore', item_id=item.id) }}">
|
<form method="post" action="{{ url_for('main.item_restore', item_id=item.id) }}">
|
||||||
{{ csrf_input() }}
|
{{ csrf_input() }}
|
||||||
<button class="ghost-button" type="submit">Zur aktiven Liste</button>
|
<button class="ghost-button" type="submit">Wieder aktivieren</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -41,7 +41,10 @@
|
|||||||
E-Mail
|
E-Mail
|
||||||
<input type="email" name="email" value="{{ g.user.email or '' }}" autocomplete="email">
|
<input type="email" name="email" value="{{ g.user.email or '' }}" autocomplete="email">
|
||||||
</label>
|
</label>
|
||||||
<button type="submit">Speichern</button>
|
<div class="form-actions">
|
||||||
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
<span class="chip">{{ entry.for_label }}</span>
|
<span class="chip">{{ entry.for_label }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if entry.availability_state == 'home' %}
|
{% if entry.is_home %}
|
||||||
<span class="status-pill status-home">zuhause</span>
|
<span class="status-pill status-home">zuhause</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<p class="eyebrow">Zuhause</p>
|
<p class="eyebrow">Zuhause</p>
|
||||||
<h1>Was aktuell da ist</h1>
|
<h1>Was aktuell da ist</h1>
|
||||||
<p class="lead">Sichtbar, ruhig und nach Tageszeiten sortiert. Wenn etwas aufgebraucht ist, bleibt es später im Archiv greifbar.</p>
|
<p class="lead">Hier erscheinen aktive Lebensmittel und Mahlzeitenideen, die gerade wirklich da sind. Wenn etwas leer ist, wird es einfach als gerade nicht da markiert.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -124,17 +124,27 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="item-actions">
|
<div class="item-actions">
|
||||||
<a class="ghost-button" href="{{ url_for('main.planner_day', date=today.isoformat(), item_id=item.id, daypart_id=item.primary_daypart_id) }}">Im Tagesplan öffnen</a>
|
{% if item.kind == 'meal' %}
|
||||||
{% if item.can_edit %}
|
<a class="ghost-button" href="{{ url_for('main.planner_day', date=today.isoformat(), item_id=item.id, daypart_id=item.primary_daypart_id) }}">Im Tagesplan öffnen</a>
|
||||||
<form method="post" action="{{ url_for('main.item_archive', item_id=item.id) }}">
|
{% else %}
|
||||||
|
{% if item.can_edit %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_set_not_home', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="secondary" type="submit">Nicht mehr da</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_add_to_shopping', item_id=item.id) }}">
|
||||||
{{ csrf_input() }}
|
{{ csrf_input() }}
|
||||||
<button class="ghost-button" type="submit">Verbraucht / nicht mehr da</button>
|
<button type="submit">Auf Einkaufsliste</button>
|
||||||
</form>
|
</form>
|
||||||
|
{% if item.can_edit %}
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_edit', item_id=item.id) }}">Bearbeiten</a>
|
||||||
|
<form method="post" action="{{ url_for('main.item_archive', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="ghost-button" type="submit">Archivieren</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<form method="post" action="{{ url_for('main.item_add_to_shopping', item_id=item.id) }}">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<button type="submit">Erneut einkaufen</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@@ -4,7 +4,15 @@
|
|||||||
<section class="page-intro">
|
<section class="page-intro">
|
||||||
<div>
|
<div>
|
||||||
<p class="eyebrow">{{ item_kind_labels[kind] }}</p>
|
<p class="eyebrow">{{ item_kind_labels[kind] }}</p>
|
||||||
<h1>{% if item %}{{ item.name }} bearbeiten{% else %}Neue{% endif %} {{ item_kind_singular_labels[kind] }}</h1>
|
<h1>
|
||||||
|
{% if item and kind == 'meal' %}
|
||||||
|
{{ item.name }}
|
||||||
|
{% elif item %}
|
||||||
|
{{ item.name }} bearbeiten
|
||||||
|
{% else %}
|
||||||
|
Neue {{ item_kind_singular_labels[kind] }}
|
||||||
|
{% endif %}
|
||||||
|
</h1>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
{% if kind == 'food' %}
|
{% if kind == 'food' %}
|
||||||
Name, Sichtbarkeit und ein paar ruhige Hinweise dazu, wie ein Lebensmittel in Vorschlägen gut passt.
|
Name, Sichtbarkeit und ein paar ruhige Hinweise dazu, wie ein Lebensmittel in Vorschlägen gut passt.
|
||||||
@@ -52,15 +60,27 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if kind == 'food' %}
|
{% if kind == 'food' %}
|
||||||
<label>
|
<div class="dual-grid">
|
||||||
Passt eher zu
|
<label>
|
||||||
<select name="base_type">
|
Baustein
|
||||||
{% for value, label in builder_options %}
|
<select name="base_type">
|
||||||
<option value="{{ value }}" {% if form_data.base_type == value %}selected{% endif %}>{{ label }}</option>
|
{% for value, label in builder_options %}
|
||||||
{% endfor %}
|
<option value="{{ value }}" {% if form_data.base_type == value %}selected{% endif %}>{{ label }}</option>
|
||||||
</select>
|
{% endfor %}
|
||||||
<small class="helper-text">{{ builder_descriptions[form_data.base_type] }}</small>
|
</select>
|
||||||
</label>
|
<small class="helper-text">{{ builder_descriptions[form_data.base_type] }}</small>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Geschmacksrichtung
|
||||||
|
<select name="flavor_profile">
|
||||||
|
{% for value, label in food_flavor_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.flavor_profile == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
<small class="helper-text">{{ food_flavor_descriptions[form_data.flavor_profile] }}</small>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="dual-grid">
|
<div class="dual-grid">
|
||||||
<label>
|
<label>
|
||||||
@@ -162,28 +182,30 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<fieldset>
|
{% if kind == 'food' %}
|
||||||
<legend>Passende Tageszeiten</legend>
|
<fieldset>
|
||||||
<div class="checkbox-grid daypart-option-grid">
|
<legend>Passende Tageszeiten</legend>
|
||||||
{% for daypart in dayparts %}
|
<div class="checkbox-grid daypart-option-grid">
|
||||||
<label class="daypart-option">
|
{% for daypart in dayparts %}
|
||||||
<input type="checkbox" name="daypart_ids" value="{{ daypart.id }}" {% if daypart.id in form_data.daypart_ids %}checked{% endif %}>
|
<label class="daypart-option">
|
||||||
<span class="daypart-option-card">
|
<input type="checkbox" name="daypart_ids" value="{{ daypart.id }}" {% if daypart.id in form_data.daypart_ids %}checked{% endif %}>
|
||||||
<span class="daypart-option-icon">
|
<span class="daypart-option-card">
|
||||||
<span class="ui-icon {{ daypart_icon_class(daypart.slug) }}"></span>
|
<span class="daypart-option-icon">
|
||||||
|
<span class="ui-icon {{ daypart_icon_class(daypart.slug) }}"></span>
|
||||||
|
</span>
|
||||||
|
<span class="daypart-option-label">{{ daypart.name }}</span>
|
||||||
</span>
|
</span>
|
||||||
<span class="daypart-option-label">{{ daypart.name }}</span>
|
</label>
|
||||||
</span>
|
{% endfor %}
|
||||||
</label>
|
</div>
|
||||||
{% endfor %}
|
</fieldset>
|
||||||
</div>
|
{% endif %}
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
{% if kind == 'meal' %}
|
{% if kind == 'meal' %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Bestandteile der Mahlzeitenidee</legend>
|
<legend>Bestandteile der Mahlzeitenidee</legend>
|
||||||
<p class="muted">Du kannst eine Mahlzeitenidee frei benennen oder aus sichtbaren Lebensmitteln zusammensetzen. Nouri nutzt dabei später Grundtyp, Rolle und Tageszeit der Lebensmittel für ruhigere Vorschläge.</p>
|
<p class="muted">Du kannst eine Mahlzeitenidee frei benennen oder aus sichtbaren Lebensmitteln zusammensetzen. Nouri nutzt dabei später Grundtyp, Rolle und Tageszeit der Lebensmittel für ruhigere Vorschläge.</p>
|
||||||
<div class="inline-form">
|
<div class="meal-component-search">
|
||||||
<label class="wide">
|
<label class="wide">
|
||||||
Lebensmittel suchen
|
Lebensmittel suchen
|
||||||
<input
|
<input
|
||||||
@@ -193,25 +215,104 @@
|
|||||||
placeholder="z. B. Reis, Banane, Joghurt"
|
placeholder="z. B. Reis, Banane, Joghurt"
|
||||||
data-filter-input
|
data-filter-input
|
||||||
data-filter-target="#meal-components-list"
|
data-filter-target="#meal-components-list"
|
||||||
data-filter-limit="3"
|
data-filter-limit="8"
|
||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
<button class="secondary" type="submit" name="form_action" value="filter_foods">Suchen</button>
|
|
||||||
</div>
|
</div>
|
||||||
<p class="helper-text">Während der Suche zeigt Nouri nur die drei passendsten Lebensmittel, damit die Auswahl ruhig bleibt.</p>
|
<div class="selected-component-stack is-live" data-selected-preview="#meal-components-list">
|
||||||
|
<p class="helper-text">Ausgewählt</p>
|
||||||
|
<p class="helper-text" data-selected-preview-empty>Noch nichts ausgewählt.</p>
|
||||||
|
<div class="selected-components-grid">
|
||||||
|
{% for group in food_groups %}
|
||||||
|
{% for component in group["items"] %}
|
||||||
|
{% set component_icon_class = {
|
||||||
|
'protein': 'icon-component-protein',
|
||||||
|
'carb': 'icon-component-carb',
|
||||||
|
'veg': 'icon-component-veg',
|
||||||
|
'fruit': 'icon-component-fruit',
|
||||||
|
'dairy': 'icon-component-dairy',
|
||||||
|
'nuts': 'icon-component-nuts',
|
||||||
|
'seeds': 'icon-component-seeds',
|
||||||
|
'neutral': 'icon-component-neutral',
|
||||||
|
}.get(component.primary_builder_key or component.base_type, 'icon-component-neutral') %}
|
||||||
|
<article
|
||||||
|
class="selected-component-card {% if not component.is_home %}is-needed{% endif %}"
|
||||||
|
data-selected-preview-card="{{ component.id }}"
|
||||||
|
>
|
||||||
|
<button class="selected-component-remove" type="button" data-uncheck-component="{{ component.id }}">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">{{ component.name }} entfernen</span>
|
||||||
|
</button>
|
||||||
|
<div class="selected-component-visual">
|
||||||
|
{% if component.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(component.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(component.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt="{{ component.name }}"
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="selected-component-fallback">
|
||||||
|
<span class="ui-icon {{ component_icon_class }}"></span>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="selected-component-main">
|
||||||
|
<strong>{{ component.name }}</strong>
|
||||||
|
<small class="food-status-badge {% if not component.is_home %}is-needed{% endif %}">
|
||||||
|
<span class="ui-icon {% if component.is_home %}icon-house{% else %}icon-shopping-cart{% endif %}"></span>
|
||||||
|
<span>{{ component.availability_label }}</span>
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
{% endfor %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p class="helper-text">Während der Suche zeigt Nouri die passendsten Lebensmittel. Nicht vorrätige Lebensmittel sind mit Einkaufswagen markiert.</p>
|
||||||
{% if food_groups %}
|
{% if food_groups %}
|
||||||
<div class="stack-sections" id="meal-components-list">
|
<div class="meal-component-results" id="meal-components-list">
|
||||||
{% for group in food_groups %}
|
{% for group in food_groups %}
|
||||||
<div class="component-group">
|
<div class="component-group">
|
||||||
<div class="panel-head">
|
<div class="panel-head">
|
||||||
<h3>{{ group["title"] }}</h3>
|
<h3>{{ group["title"] }}</h3>
|
||||||
<span>{{ group["items"]|length }} Einträge</span>
|
<span>{{ group["items"]|length }} Einträge</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox-grid filterable-checkbox-group" data-filter-group>
|
<div class="meal-component-option-grid" data-filter-group>
|
||||||
{% for food in group["items"] %}
|
{% for food in group["items"] %}
|
||||||
<label class="check-option" data-filter-label="{{ food.name|lower }} {{ food.category|default('', true)|lower }} {{ food.base_type_label|lower }} {{ food.suggestion_role_label|lower }}">
|
{% set food_icon_class = {
|
||||||
|
'protein': 'icon-component-protein',
|
||||||
|
'carb': 'icon-component-carb',
|
||||||
|
'veg': 'icon-component-veg',
|
||||||
|
'fruit': 'icon-component-fruit',
|
||||||
|
'dairy': 'icon-component-dairy',
|
||||||
|
'nuts': 'icon-component-nuts',
|
||||||
|
'seeds': 'icon-component-seeds',
|
||||||
|
'neutral': 'icon-component-neutral',
|
||||||
|
}.get(food.primary_builder_key or food.base_type, 'icon-component-neutral') %}
|
||||||
|
<label class="meal-component-option" data-filter-label="{{ food.name|lower }} {{ food.category|default('', true)|lower }} {{ food.base_type_label|lower }} {{ food.suggestion_role_label|lower }} {{ food.availability_label|lower }}">
|
||||||
<input type="checkbox" name="component_ids" value="{{ food.id }}" {% if food.id in form_data.component_ids %}checked{% endif %}>
|
<input type="checkbox" name="component_ids" value="{{ food.id }}" {% if food.id in form_data.component_ids %}checked{% endif %}>
|
||||||
<span>{{ food.name }} · {{ food.base_type_label }} · {{ food.visibility_label }}</span>
|
<span class="meal-component-option-card">
|
||||||
|
<span class="meal-component-option-visual">
|
||||||
|
{% if food.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(food.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(food.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt=""
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="ui-icon {{ food_icon_class }}"></span>
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
|
<span class="meal-component-option-copy">
|
||||||
|
<strong>{{ food.name }}</strong>
|
||||||
|
<small class="food-status-badge {% if not food.is_home %}is-needed{% endif %}">
|
||||||
|
<span class="ui-icon {% if food.is_home %}icon-house{% else %}icon-shopping-cart{% endif %}"></span>
|
||||||
|
<span>{{ food.availability_label }}</span>
|
||||||
|
</small>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
</label>
|
</label>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
@@ -232,13 +333,21 @@
|
|||||||
<input type="text" name="quick_food_name" value="{{ form_data.quick_food_name }}" placeholder="z. B. Hüttenkäse">
|
<input type="text" name="quick_food_name" value="{{ form_data.quick_food_name }}" placeholder="z. B. Hüttenkäse">
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
Passt eher zu
|
Baustein
|
||||||
<select name="quick_food_base_type">
|
<select name="quick_food_base_type">
|
||||||
{% for value, label in builder_options %}
|
{% for value, label in builder_options %}
|
||||||
<option value="{{ value }}" {% if form_data.quick_food_base_type == value %}selected{% endif %}>{{ label }}</option>
|
<option value="{{ value }}" {% if form_data.quick_food_base_type == value %}selected{% endif %}>{{ label }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
|
<label>
|
||||||
|
Geschmacksrichtung
|
||||||
|
<select name="quick_food_flavor_profile">
|
||||||
|
{% for value, label in food_flavor_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.quick_food_flavor_profile == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
<label>
|
<label>
|
||||||
Rolle in Vorschlägen
|
Rolle in Vorschlägen
|
||||||
<select name="quick_food_role">
|
<select name="quick_food_role">
|
||||||
@@ -278,7 +387,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit" name="form_action" value="save_item">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('main.item_list', kind=kind) }}">Zurück</a>
|
<a class="ghost-button" href="{{ url_for('main.item_list', kind=kind) }}">Zurück</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -5,9 +5,18 @@
|
|||||||
<div>
|
<div>
|
||||||
<p class="eyebrow">{{ item_kind_labels[kind] }}</p>
|
<p class="eyebrow">{{ item_kind_labels[kind] }}</p>
|
||||||
<h1>{{ item_kind_labels[kind] }}</h1>
|
<h1>{{ item_kind_labels[kind] }}</h1>
|
||||||
<p class="lead">Gemeinsame und persönliche Ideen bleiben hier ruhig sortiert, mit einem klaren Blick darauf, für wen etwas gedacht ist.</p>
|
{% if kind == 'food' %}
|
||||||
|
<p class="lead">Hier stehen alle aktiven Lebensmittel, egal ob sie gerade zuhause sind oder im Moment fehlen. Archiviertes bleibt bewusst außen vor.</p>
|
||||||
|
{% else %}
|
||||||
|
<p class="lead">Gemeinsame und persönliche Ideen bleiben hier ruhig sortiert, mit einem klaren Blick darauf, für wen etwas gedacht ist.</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="hero-actions">
|
||||||
|
{% if kind == 'food' %}
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_quick_add') }}">Schnell anlegen</a>
|
||||||
|
{% endif %}
|
||||||
|
<a class="button" href="{{ url_for('main.item_create', kind=kind) }}">Neu anlegen</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="button" href="{{ url_for('main.item_create', kind=kind) }}">Neu anlegen</a>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="panel compact-form-panel">
|
<section class="panel compact-form-panel">
|
||||||
@@ -51,40 +60,168 @@
|
|||||||
{% if items %}
|
{% if items %}
|
||||||
<section class="card-grid">
|
<section class="card-grid">
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
<article class="item-card">
|
{% if item.kind == 'food' %}
|
||||||
<div class="item-media">
|
{% set item_icon_class = {
|
||||||
{% if item.photo_filename %}
|
'protein': 'icon-component-protein',
|
||||||
<img
|
'carb': 'icon-component-carb',
|
||||||
src="{{ image_url(item.photo_filename, 'md') }}"
|
'veg': 'icon-component-veg',
|
||||||
srcset="{{ image_srcset(item.photo_filename) }}"
|
'fruit': 'icon-component-fruit',
|
||||||
sizes="{{ image_sizes('grid') }}"
|
'dairy': 'icon-component-dairy',
|
||||||
alt="{{ item.name }}"
|
'nuts': 'icon-component-nuts',
|
||||||
loading="lazy">
|
'seeds': 'icon-component-seeds',
|
||||||
{% else %}
|
'neutral': 'icon-component-neutral',
|
||||||
<div class="placeholder-tile">{{ item.name[:1] }}</div>
|
}.get(item.primary_builder_key or item.base_type, 'icon-component-neutral') %}
|
||||||
|
<article class="item-card item-card-food{% if not item.is_home %} item-card-food-muted{% endif %}">
|
||||||
|
{% if item.can_edit %}
|
||||||
|
<a class="item-card-cover-link" href="{{ url_for('main.item_edit', item_id=item.id) }}">
|
||||||
|
<span class="sr-only">{{ item.name }} bearbeiten</span>
|
||||||
|
</a>
|
||||||
|
<form
|
||||||
|
class="item-card-archive-form"
|
||||||
|
method="post"
|
||||||
|
action="{{ url_for('main.item_archive', item_id=item.id) }}"
|
||||||
|
onsubmit="return confirm('Willst du dieses Lebensmittel wirklich archivieren?');"
|
||||||
|
>
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="item-card-archive-button" type="submit" aria-label="{{ item.name }} archivieren">×</button>
|
||||||
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
<div class="item-card-quick-actions">
|
||||||
<div class="item-body">
|
{% if item.can_edit %}
|
||||||
<div class="item-topline">
|
{% if item.is_home %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_set_not_home', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="item-card-icon-button is-home" type="submit" aria-label="{{ item.name }} als nicht mehr da markieren" title="Lebensmittel ist zuhause">
|
||||||
|
<span class="ui-icon icon-house"></span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
{% else %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_set_home', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="item-card-icon-button is-missing" type="submit" aria-label="{{ item.name }} als zuhause markieren" title="Lebensmittel ist nicht zuhause">
|
||||||
|
<span class="ui-icon icon-house-xmark"></span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_remove_from_shopping' if item.is_on_shopping_list else 'main.item_add_to_shopping', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button
|
||||||
|
class="item-card-icon-button {% if item.is_on_shopping_list %}is-active{% else %}is-inactive{% endif %}"
|
||||||
|
type="submit"
|
||||||
|
aria-label="{% if item.is_on_shopping_list %}{{ item.name }} von der Einkaufsliste entfernen{% else %}{{ item.name }} auf die Einkaufsliste setzen{% endif %}"
|
||||||
|
title="{% if item.is_on_shopping_list %}Auf Einkaufsliste{% else %}Nicht auf Einkaufsliste{% endif %}"
|
||||||
|
>
|
||||||
|
<span class="ui-icon icon-cart-shopping"></span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="item-media item-media-food">
|
||||||
|
{% if item.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(item.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(item.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt="{{ item.name }}"
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<div class="placeholder-icon-tile">
|
||||||
|
<span class="ui-icon {{ item_icon_class }}"></span>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="item-body item-body-food">
|
||||||
<h2>{{ item.name }}</h2>
|
<h2>{{ item.name }}</h2>
|
||||||
<span class="status-pill status-{{ item.availability_state }}">{{ availability_labels[item.availability_state] }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="chip-row">
|
|
||||||
<span class="chip">{{ item.visibility_label }}</span>
|
<div class="item-card-hover-meta" aria-hidden="true">
|
||||||
<span class="chip status-soft">{{ item.owner_label }}</span>
|
|
||||||
<span class="chip">{{ item.for_label }}</span>
|
|
||||||
</div>
|
|
||||||
{% if item.kind == 'food' %}
|
|
||||||
<div class="chip-row">
|
<div class="chip-row">
|
||||||
|
<span class="chip">{{ item.for_label }}</span>
|
||||||
|
<span class="chip">{{ item.visibility_label }}</span>
|
||||||
|
<span class="chip status-soft">{{ item.owner_label }}</span>
|
||||||
<span class="chip">{{ item.base_type_label }}</span>
|
<span class="chip">{{ item.base_type_label }}</span>
|
||||||
<span class="chip">{{ item.suggestion_role_label }}</span>
|
<span class="chip">{{ item.suggestion_role_label }}</span>
|
||||||
<span class="chip">{{ item.suggestion_priority_label }}</span>
|
<span class="chip">{{ item.suggestion_priority_label }}</span>
|
||||||
{% if item.can_be_meal_core %}
|
{% if item.can_be_meal_core %}
|
||||||
<span class="chip status-okay">Trägt gut eine Mahlzeit</span>
|
<span class="chip status-okay">Trägt gut eine Mahlzeit</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if item.is_on_shopping_list %}
|
||||||
|
<span class="chip status-idea">Auf Einkaufsliste</span>
|
||||||
|
{% endif %}
|
||||||
|
{% if item.dayparts %}
|
||||||
|
{% for daypart in item.dayparts %}
|
||||||
|
<span class="chip">{{ daypart }}</span>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% if item.note %}
|
||||||
|
<p>{{ item.note }}</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
{% else %}
|
||||||
|
<article class="item-card item-card-meal">
|
||||||
|
{% if item.can_edit %}
|
||||||
|
<a class="item-card-cover-link" href="{{ url_for('main.item_edit', item_id=item.id) }}">
|
||||||
|
<span class="sr-only">{{ item.name }} bearbeiten</span>
|
||||||
|
</a>
|
||||||
|
<form
|
||||||
|
class="item-card-archive-form"
|
||||||
|
method="post"
|
||||||
|
action="{{ url_for('main.item_archive', item_id=item.id) }}"
|
||||||
|
onsubmit="return confirm('Willst du diese Mahlzeitenidee wirklich archivieren?');"
|
||||||
|
>
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="item-card-archive-button" type="submit" aria-label="{{ item.name }} archivieren">×</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
|
<div class="item-card-quick-actions">
|
||||||
|
<a
|
||||||
|
class="item-card-icon-button item-card-icon-link"
|
||||||
|
href="{{ url_for('main.planner_day', date=today.isoformat(), item_id=item.id, daypart_id=item.primary_daypart_id) }}"
|
||||||
|
aria-label="{{ item.name }} im Tagesplan öffnen"
|
||||||
|
title="Im Tagesplan öffnen"
|
||||||
|
>
|
||||||
|
<span class="ui-icon icon-calendar"></span>
|
||||||
|
</a>
|
||||||
|
<form method="post" action="{{ url_for('main.item_remove_from_shopping' if item.is_on_shopping_list else 'main.item_add_to_shopping', item_id=item.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button
|
||||||
|
class="item-card-icon-button {% if item.is_on_shopping_list %}is-active{% else %}is-inactive{% endif %}"
|
||||||
|
type="submit"
|
||||||
|
aria-label="{% if item.is_on_shopping_list %}{{ item.name }} von der Einkaufsliste entfernen{% else %}{{ item.name }} auf die Einkaufsliste setzen{% endif %}"
|
||||||
|
title="{% if item.is_on_shopping_list %}Auf Einkaufsliste{% else %}Nicht auf Einkaufsliste{% endif %}"
|
||||||
|
>
|
||||||
|
<span class="ui-icon icon-cart-shopping"></span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="item-media item-media-meal">
|
||||||
|
{% if item.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(item.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(item.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt="{{ item.name }}"
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<div class="placeholder-tile">{{ item.name[:1] }}</div>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="item-body item-body-meal">
|
||||||
|
<h2>{{ item.name }}</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="item-card-hover-meta" aria-hidden="true">
|
||||||
|
<div class="chip-row">
|
||||||
|
<span class="chip">{{ item.visibility_label }}</span>
|
||||||
|
<span class="chip status-soft">{{ item.owner_label }}</span>
|
||||||
|
<span class="chip">{{ item.for_label }}</span>
|
||||||
</div>
|
</div>
|
||||||
<p class="muted">{{ item_kind_labels[item.kind] }}</p>
|
|
||||||
{% else %}
|
|
||||||
<div class="chip-row">
|
<div class="chip-row">
|
||||||
<span class="chip">{{ item.meal_type_label }}</span>
|
<span class="chip">{{ item.meal_type_label }}</span>
|
||||||
<span class="chip">{{ energy_density_labels[item.energy_density] }}</span>
|
<span class="chip">{{ energy_density_labels[item.energy_density] }}</span>
|
||||||
@@ -92,8 +229,7 @@
|
|||||||
<span class="chip">{{ tag }}</span>
|
<span class="chip">{{ tag }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% if item.kind != 'food' and item.dayparts %}
|
||||||
{% if item.dayparts %}
|
|
||||||
<div class="chip-row">
|
<div class="chip-row">
|
||||||
{% for daypart in item.dayparts %}
|
{% for daypart in item.dayparts %}
|
||||||
<span class="chip">{{ daypart }}</span>
|
<span class="chip">{{ daypart }}</span>
|
||||||
@@ -103,33 +239,12 @@
|
|||||||
{% if item.components %}
|
{% if item.components %}
|
||||||
<p class="muted">Mit: {{ item.components|join(', ') }}</p>
|
<p class="muted">Mit: {{ item.components|join(', ') }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item.note %}
|
{% if item.kind != 'food' and item.note %}
|
||||||
<p>{{ item.note }}</p>
|
<p>{{ item.note }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="item-actions">
|
</article>
|
||||||
{% if item.can_edit %}
|
{% endif %}
|
||||||
<a class="ghost-button" href="{{ url_for('main.item_edit', item_id=item.id) }}">Bearbeiten</a>
|
|
||||||
{% endif %}
|
|
||||||
<a class="ghost-button" href="{{ url_for('main.planner_day', date=today.isoformat(), item_id=item.id, daypart_id=item.primary_daypart_id) }}">Im Tagesplan öffnen</a>
|
|
||||||
<form method="post" action="{{ url_for('main.item_add_to_shopping', item_id=item.id) }}">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<button type="submit">Auf Einkaufsliste</button>
|
|
||||||
</form>
|
|
||||||
{% if item.availability_state != 'home' and item.can_edit %}
|
|
||||||
<form method="post" action="{{ url_for('main.item_set_home', item_id=item.id) }}">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<button class="secondary" type="submit">Als Zuhause markieren</button>
|
|
||||||
</form>
|
|
||||||
{% endif %}
|
|
||||||
{% if item.availability_state != 'archived' and item.can_edit %}
|
|
||||||
<form method="post" action="{{ url_for('main.item_archive', item_id=item.id) }}">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<button class="ghost-button" type="submit">Ins Archiv</button>
|
|
||||||
</form>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@@ -0,0 +1,128 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
{% block title %}Schnell anlegen | Nouri{% endblock %}
|
||||||
|
{% block content %}
|
||||||
|
<section class="page-intro">
|
||||||
|
<div>
|
||||||
|
<p class="eyebrow">Lebensmittel</p>
|
||||||
|
<h1>Schnell anlegen</h1>
|
||||||
|
<p class="lead">Hier kannst du mehrere Lebensmittel in einem Schritt anlegen. Sie landen zuerst als ruhige Platzhalter auf der Einkaufsliste und lassen sich später einzeln weiter ordnen.</p>
|
||||||
|
</div>
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_list', kind='food') }}">Zurück</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="panel form-panel">
|
||||||
|
<form method="post" class="stack-form">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Namen untereinander
|
||||||
|
<textarea name="names_text" rows="10" placeholder="Erdbeeren Himbeeren Blaubeeren" required>{{ form_data.names_text }}</textarea>
|
||||||
|
<small class="helper-text">Jede Zeile wird als eigenes Lebensmittel angelegt.</small>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="dual-grid">
|
||||||
|
<label>
|
||||||
|
Sichtbarkeit
|
||||||
|
<select name="visibility">
|
||||||
|
{% for value, label in visibility_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.visibility == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Für wen?
|
||||||
|
<select name="target_user_id">
|
||||||
|
{% for option in target_user_options %}
|
||||||
|
<option value="{{ option.value }}" {% if form_data.target_user_raw == option.value %}selected{% endif %}>{{ option.label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="dual-grid">
|
||||||
|
<label>
|
||||||
|
Baustein
|
||||||
|
<select name="base_type">
|
||||||
|
{% for value, label in builder_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.base_type == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Geschmacksrichtung
|
||||||
|
<select name="flavor_profile">
|
||||||
|
{% for value, label in food_flavor_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.flavor_profile == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="dual-grid">
|
||||||
|
<label>
|
||||||
|
Rolle in Vorschlägen
|
||||||
|
<select name="suggestion_role">
|
||||||
|
{% for value, label in food_role_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.suggestion_role == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Wird eher vorgeschlagen
|
||||||
|
<select name="suggestion_priority">
|
||||||
|
{% for value, label in suggestion_priority_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.suggestion_priority == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="dual-grid">
|
||||||
|
<label>
|
||||||
|
Energiedichte
|
||||||
|
<select name="energy_density">
|
||||||
|
{% for value, label in energy_density_options %}
|
||||||
|
<option value="{{ value }}" {% if form_data.energy_density == value %}selected{% endif %}>{{ label }}</option>
|
||||||
|
{% endfor %}
|
||||||
|
</select>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<label class="inline-check">
|
||||||
|
<input type="checkbox" name="can_be_meal_core" value="1" {% if form_data.can_be_meal_core %}checked{% endif %}>
|
||||||
|
<span>Kann gut eine Mahlzeit tragen</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Passende Tageszeiten</legend>
|
||||||
|
<div class="checkbox-grid daypart-option-grid">
|
||||||
|
{% for daypart in dayparts %}
|
||||||
|
<label class="daypart-option">
|
||||||
|
<input type="checkbox" name="daypart_ids" value="{{ daypart.id }}" {% if daypart.id in form_data.daypart_ids %}checked{% endif %}>
|
||||||
|
<span class="daypart-option-card">
|
||||||
|
<span class="daypart-option-icon">
|
||||||
|
<span class="ui-icon {{ daypart_icon_class(daypart.slug) }}"></span>
|
||||||
|
</span>
|
||||||
|
<span class="daypart-option-label">{{ daypart.name }}</span>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<label>
|
||||||
|
Gemeinsame Notiz
|
||||||
|
<textarea name="note" rows="3" placeholder="Optional, wenn diese Gruppe etwas gemeinsam braucht.">{{ form_data.note }}</textarea>
|
||||||
|
<small class="helper-text">Die Einträge starten in „Unsortiert“, sind zunächst nicht zuhause und tauchen erst nach einer späteren Einordnung im Alltag regulär auf.</small>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="form-actions">
|
||||||
|
<button type="submit">In Unsortiert anlegen</button>
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_list', kind='food') }}">Abbrechen</a>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
{% endblock %}
|
||||||
@@ -85,7 +85,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -38,6 +38,61 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if selected_items %}
|
||||||
|
<fieldset>
|
||||||
|
<legend>Schon ausgewählt</legend>
|
||||||
|
{% for item_id in form_data.item_ids %}
|
||||||
|
<input type="hidden" name="item_ids" value="{{ item_id }}">
|
||||||
|
{% endfor %}
|
||||||
|
<div class="selected-components-grid">
|
||||||
|
{% for item in selected_items %}
|
||||||
|
{% if item.kind == 'meal' %}
|
||||||
|
{% set item_icon_class = {
|
||||||
|
'breakfast': 'icon-daypart-breakfast',
|
||||||
|
'lunch': 'icon-daypart-lunch',
|
||||||
|
'dinner': 'icon-daypart-dinner',
|
||||||
|
'snack': 'icon-daypart-afternoon-snack',
|
||||||
|
}.get(item.meal_type, 'icon-utensils') %}
|
||||||
|
{% else %}
|
||||||
|
{% set item_icon_class = {
|
||||||
|
'protein': 'icon-component-protein',
|
||||||
|
'carb': 'icon-component-carb',
|
||||||
|
'veg': 'icon-component-veg',
|
||||||
|
'fruit': 'icon-component-fruit',
|
||||||
|
'dairy': 'icon-component-dairy',
|
||||||
|
'nuts': 'icon-component-nuts',
|
||||||
|
'seeds': 'icon-component-seeds',
|
||||||
|
'neutral': 'icon-component-neutral',
|
||||||
|
}.get(item.primary_builder_key or item.base_type, 'icon-component-neutral') %}
|
||||||
|
{% endif %}
|
||||||
|
<article class="selected-component-card">
|
||||||
|
<button class="selected-component-remove" type="submit" name="remove_item_id" value="{{ item.id }}">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
<span class="sr-only">{{ item.name }} entfernen</span>
|
||||||
|
</button>
|
||||||
|
<div class="selected-component-visual">
|
||||||
|
{% if item.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(item.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(item.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt="{{ item.name }}"
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="selected-component-fallback">
|
||||||
|
<span class="ui-icon {{ item_icon_class }}"></span>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="selected-component-main">
|
||||||
|
<strong>{{ item.name }}</strong>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Einträge auswählen</legend>
|
<legend>Einträge auswählen</legend>
|
||||||
<label>
|
<label>
|
||||||
@@ -51,11 +106,46 @@
|
|||||||
<h3>{{ group["title"] }}</h3>
|
<h3>{{ group["title"] }}</h3>
|
||||||
<span>{{ group["items"]|length }} Einträge</span>
|
<span>{{ group["items"]|length }} Einträge</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox-grid">
|
<div class="checkbox-grid package-option-grid">
|
||||||
{% for item in group["items"] %}
|
{% for item in group["items"] %}
|
||||||
<label class="check-option" data-filter-label="{{ item.name|lower }} {{ item.category|default('', true)|lower }}">
|
{% if item.kind == 'meal' %}
|
||||||
|
{% set item_icon_class = {
|
||||||
|
'breakfast': 'icon-daypart-breakfast',
|
||||||
|
'lunch': 'icon-daypart-lunch',
|
||||||
|
'dinner': 'icon-daypart-dinner',
|
||||||
|
'snack': 'icon-daypart-afternoon-snack',
|
||||||
|
}.get(item.meal_type, 'icon-utensils') %}
|
||||||
|
{% else %}
|
||||||
|
{% set item_icon_class = {
|
||||||
|
'protein': 'icon-component-protein',
|
||||||
|
'carb': 'icon-component-carb',
|
||||||
|
'veg': 'icon-component-veg',
|
||||||
|
'fruit': 'icon-component-fruit',
|
||||||
|
'dairy': 'icon-component-dairy',
|
||||||
|
'nuts': 'icon-component-nuts',
|
||||||
|
'seeds': 'icon-component-seeds',
|
||||||
|
'neutral': 'icon-component-neutral',
|
||||||
|
}.get(item.primary_builder_key or item.base_type, 'icon-component-neutral') %}
|
||||||
|
{% endif %}
|
||||||
|
<label class="set-item-option" data-filter-label="{{ item.name|lower }} {{ item.category|default('', true)|lower }}">
|
||||||
<input type="checkbox" name="item_ids" value="{{ item.id }}" {% if item.id in form_data.item_ids %}checked{% endif %}>
|
<input type="checkbox" name="item_ids" value="{{ item.id }}" {% if item.id in form_data.item_ids %}checked{% endif %}>
|
||||||
<span>{{ item.name }} · {{ item_kind_labels[item.kind] }} · {{ item.visibility_label }} · {{ item.for_label }}</span>
|
<span class="set-item-option-card">
|
||||||
|
<span class="set-item-option-visual">
|
||||||
|
{% if item.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(item.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(item.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt="{{ item.name }}"
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="set-item-option-fallback">
|
||||||
|
<span class="ui-icon {{ item_icon_class }}"></span>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
|
<span class="set-item-option-label">{{ item.name }}</span>
|
||||||
|
</span>
|
||||||
</label>
|
</label>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
@@ -65,7 +155,8 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -71,7 +71,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
<a class="ghost-button" href="{{ url_for('main.template_library') }}">Zurück</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -14,90 +14,53 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="two-column">
|
<section class="planner-day-layout">
|
||||||
<article class="panel">
|
<div class="planner-day-main">
|
||||||
<div class="panel-head">
|
<section class="planner-day-stack">
|
||||||
<h2>Tagesvorlagen</h2>
|
{% set hidden_snack_sections = sections | selectattr('is_snack_daypart') | rejectattr('visible_by_default') | list %}
|
||||||
<a href="{{ url_for('main.day_template_create', source_date=selected_date.isoformat()) }}">Als Vorlage speichern</a>
|
{% if hidden_snack_sections %}
|
||||||
</div>
|
<section class="panel compact-form-panel snack-reveal-panel" data-day-snack-actions>
|
||||||
{% if day_templates %}
|
<div class="panel-head">
|
||||||
<div class="stack-sections">
|
<h2>Zwischenmahlzeit hinzufügen</h2>
|
||||||
{% for template in day_templates %}
|
|
||||||
<form method="post" action="{{ url_for('main.day_template_apply', template_id=template.id) }}" class="inline-form template-apply-form">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<input type="hidden" name="target_date" value="{{ selected_date.isoformat() }}">
|
|
||||||
<div class="template-card">
|
|
||||||
<strong>{{ template.name }}</strong>
|
|
||||||
<small>{{ template.visibility_label }} · {{ template.owner_label }}</small>
|
|
||||||
</div>
|
|
||||||
<button type="submit">Vorlage anwenden</button>
|
|
||||||
</form>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
<p class="empty-state">Wenn du einen Tag öfter wiederverwenden möchtest, kannst du ihn hier als Tagesvorlage speichern.</p>
|
|
||||||
{% endif %}
|
|
||||||
</article>
|
|
||||||
|
|
||||||
{% if day_hints %}
|
|
||||||
<article class="panel">
|
|
||||||
<div class="panel-head">
|
|
||||||
<h2>Heute im Blick</h2>
|
|
||||||
</div>
|
|
||||||
<div class="hint-list">
|
|
||||||
{% for hint in day_hints %}
|
|
||||||
<p class="hint-chip">{{ hint }}</p>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
{% endif %}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="planner-day-stack">
|
|
||||||
{% set hidden_snack_sections = sections | selectattr('is_snack_daypart') | rejectattr('visible_by_default') | list %}
|
|
||||||
{% if hidden_snack_sections %}
|
|
||||||
<section class="panel compact-form-panel snack-reveal-panel" data-day-snack-actions>
|
|
||||||
<div class="panel-head">
|
|
||||||
<h2>Zwischenmahlzeit hinzufügen</h2>
|
|
||||||
</div>
|
|
||||||
<div class="chip-row snack-reveal-actions">
|
|
||||||
{% for section in hidden_snack_sections %}
|
|
||||||
<button
|
|
||||||
class="ghost-button snack-reveal-button"
|
|
||||||
type="button"
|
|
||||||
data-day-snack-open
|
|
||||||
data-target="#daypart-{{ section.daypart.id }}"
|
|
||||||
>
|
|
||||||
{{ section.daypart.name }}
|
|
||||||
</button>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% for section in sections %}
|
|
||||||
<details
|
|
||||||
class="day-tile{% if section.entries %} has-entries{% endif %}{% if section.selected_quick_action %} has-selection{% endif %}"
|
|
||||||
id="daypart-{{ section.daypart.id }}"
|
|
||||||
{% if section.is_snack_daypart and not section.visible_by_default %}hidden data-day-snack-tile{% endif %}
|
|
||||||
{% if section.is_open %}open{% endif %}
|
|
||||||
>
|
|
||||||
<summary class="day-tile-summary">
|
|
||||||
<div class="day-tile-summary-main">
|
|
||||||
<div class="day-tile-icon"><span class="ui-icon {{ daypart_icon_class(section.daypart.slug) }}"></span></div>
|
|
||||||
<div>
|
|
||||||
<h2>{{ section.daypart.name }}</h2>
|
|
||||||
{% if section.summary_items %}
|
|
||||||
<p class="day-tile-summary-text">{{ section.summary_items|join(', ') }}</p>
|
|
||||||
{% else %}
|
|
||||||
<p class="muted">Noch offen. Öffnen, wenn du etwas eintragen möchtest.</p>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="chip-row snack-reveal-actions">
|
||||||
<span class="status-pill{% if section.entries %} status-home{% endif %}">{{ section.entries|length }} geplant</span>
|
{% for section in hidden_snack_sections %}
|
||||||
</summary>
|
<button
|
||||||
|
class="ghost-button snack-reveal-button"
|
||||||
|
type="button"
|
||||||
|
data-day-snack-open
|
||||||
|
data-target="#daypart-{{ section.daypart.id }}"
|
||||||
|
>
|
||||||
|
{{ section.daypart.name }}
|
||||||
|
</button>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="day-tile-body">
|
{% for section in sections %}
|
||||||
|
<details
|
||||||
|
class="day-tile{% if section.entries %} has-entries{% endif %}{% if section.selected_quick_action %} has-selection{% endif %}"
|
||||||
|
id="daypart-{{ section.daypart.id }}"
|
||||||
|
{% if section.is_snack_daypart and not section.visible_by_default %}hidden data-day-snack-tile{% endif %}
|
||||||
|
{% if section.is_open %}open{% endif %}
|
||||||
|
>
|
||||||
|
<summary class="day-tile-summary">
|
||||||
|
<div class="day-tile-summary-main">
|
||||||
|
<div class="day-tile-icon"><span class="ui-icon {{ daypart_icon_class(section.daypart.slug) }}"></span></div>
|
||||||
|
<div>
|
||||||
|
<h2>{{ section.daypart.name }}</h2>
|
||||||
|
{% if section.summary_items %}
|
||||||
|
<p class="day-tile-summary-text">{{ section.summary_items|join(', ') }}</p>
|
||||||
|
{% else %}
|
||||||
|
<p class="muted">Noch offen. Öffnen, wenn du etwas eintragen möchtest.</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<span class="status-pill{% if section.entries %} status-home{% endif %}">{{ section.entries|length }} geplant</span>
|
||||||
|
</summary>
|
||||||
|
|
||||||
|
<div class="day-tile-body">
|
||||||
{% if section.selected_quick_action %}
|
{% if section.selected_quick_action %}
|
||||||
<div class="suggestion-card selected-quick-action">
|
<div class="suggestion-card selected-quick-action">
|
||||||
<span class="status-pill status-home">Schon ausgewählt</span>
|
<span class="status-pill status-home">Schon ausgewählt</span>
|
||||||
@@ -164,7 +127,7 @@
|
|||||||
<input type="hidden" name="visibility" value="{{ item.visibility }}">
|
<input type="hidden" name="visibility" value="{{ item.visibility }}">
|
||||||
<button class="quick-add-button compact-button" type="submit">
|
<button class="quick-add-button compact-button" type="submit">
|
||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
{% if item.availability_state == 'home' %}<small>zuhause vorhanden</small>{% endif %}
|
{% if item.is_home %}<small>zuhause vorhanden</small>{% endif %}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -227,7 +190,7 @@
|
|||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
<small>
|
<small>
|
||||||
{{ item_kind_labels[item.kind] }}
|
{{ item_kind_labels[item.kind] }}
|
||||||
{% if item.availability_state == 'home' %} · zuhause{% endif %}
|
{% if item.is_home %} · zuhause{% endif %}
|
||||||
</small>
|
</small>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
@@ -242,7 +205,7 @@
|
|||||||
<div class="planner-entry-top">
|
<div class="planner-entry-top">
|
||||||
<div>
|
<div>
|
||||||
<strong>{{ entry.item_name }}</strong>
|
<strong>{{ entry.item_name }}</strong>
|
||||||
<small>{{ item_kind_labels[entry.item_kind] }}{% if entry.availability_state == 'home' %} · zuhause{% else %} · bei Bedarf auf Einkaufsliste{% endif %}</small>
|
<small>{{ item_kind_labels[entry.item_kind] }}{% if entry.is_home %} · zuhause{% else %} · bei Bedarf auf Einkaufsliste{% endif %}</small>
|
||||||
<div class="chip-row">
|
<div class="chip-row">
|
||||||
<span class="chip">{{ entry.visibility_label }}</span>
|
<span class="chip">{{ entry.visibility_label }}</span>
|
||||||
<span class="chip status-soft">{{ entry.owner_label }}</span>
|
<span class="chip status-soft">{{ entry.owner_label }}</span>
|
||||||
@@ -301,8 +264,49 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</details>
|
||||||
|
{% endfor %}
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<aside class="planner-day-sidebar">
|
||||||
|
<article class="panel">
|
||||||
|
<div class="panel-head">
|
||||||
|
<h2>Tagesvorlagen</h2>
|
||||||
|
<a href="{{ url_for('main.day_template_create', source_date=selected_date.isoformat()) }}">Als Vorlage speichern</a>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
{% if day_templates %}
|
||||||
{% endfor %}
|
<div class="stack-sections">
|
||||||
|
{% for template in day_templates %}
|
||||||
|
<form method="post" action="{{ url_for('main.day_template_apply', template_id=template.id) }}" class="inline-form template-apply-form">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<input type="hidden" name="target_date" value="{{ selected_date.isoformat() }}">
|
||||||
|
<div class="template-card">
|
||||||
|
<strong>{{ template.name }}</strong>
|
||||||
|
<small>{{ template.visibility_label }} · {{ template.owner_label }}</small>
|
||||||
|
</div>
|
||||||
|
<button type="submit">Vorlage anwenden</button>
|
||||||
|
</form>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
{% else %}
|
||||||
|
<p class="empty-state">Wenn du einen Tag öfter wiederverwenden möchtest, kannst du ihn hier als Tagesvorlage speichern.</p>
|
||||||
|
{% endif %}
|
||||||
|
</article>
|
||||||
|
|
||||||
|
{% if day_hints %}
|
||||||
|
<article class="panel">
|
||||||
|
<div class="panel-head">
|
||||||
|
<h2>Heute im Blick</h2>
|
||||||
|
</div>
|
||||||
|
<div class="hint-list">
|
||||||
|
{% for hint in day_hints %}
|
||||||
|
<p class="hint-chip">{{ hint }}</p>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
{% endif %}
|
||||||
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
<input type="hidden" name="visibility" value="{{ item.visibility }}">
|
<input type="hidden" name="visibility" value="{{ item.visibility }}">
|
||||||
<button class="quick-add-button compact-button" type="submit">
|
<button class="quick-add-button compact-button" type="submit">
|
||||||
<span>{{ item.name }}</span>
|
<span>{{ item.name }}</span>
|
||||||
{% if item.availability_state == 'home' %}<small>Zuhause vorhanden</small>{% endif %}
|
{% if item.is_home %}<small>Zuhause vorhanden</small>{% endif %}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@@ -34,7 +34,8 @@
|
|||||||
<input type="time" name="shopping_reminder_time" value="{{ household_settings.shopping_reminder_time }}">
|
<input type="time" name="shopping_reminder_time" value="{{ household_settings.shopping_reminder_time }}">
|
||||||
</label>
|
</label>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
</article>
|
||||||
@@ -151,7 +152,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
<button type="submit">Speichern</button>
|
<button type="submit" name="save_mode" value="stay">Speichern</button>
|
||||||
|
<button class="secondary" type="submit" name="save_mode" value="close">Speichern und schließen</button>
|
||||||
<a class="ghost-button" href="{{ url_for('auth.profile') }}">Zum Profil</a>
|
<a class="ghost-button" href="{{ url_for('auth.profile') }}">Zum Profil</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -10,18 +10,81 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="panel compact-form-panel">
|
<section class="panel compact-form-panel">
|
||||||
<form method="post" class="inline-form">
|
<form method="post" class="shopping-add-form">
|
||||||
{{ csrf_input() }}
|
{{ csrf_input() }}
|
||||||
<select name="item_id">
|
<label>
|
||||||
<option value="">Bestehenden Eintrag hinzufügen</option>
|
Lebensmittel oder Artikel suchen
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="item_search"
|
||||||
|
id="shopping-item-search"
|
||||||
|
placeholder="Nach Lebensmitteln oder Artikeln suchen"
|
||||||
|
autocomplete="off"
|
||||||
|
data-filter-input
|
||||||
|
data-filter-target="#shopping-food-options"
|
||||||
|
data-filter-limit="8"
|
||||||
|
data-filter-hide-empty
|
||||||
|
>
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
Einkaufshinweis
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="shopping_note"
|
||||||
|
maxlength="80"
|
||||||
|
placeholder="z. B. TK, Dose, frisch"
|
||||||
|
>
|
||||||
|
</label>
|
||||||
|
<div class="shopping-add-grid shopping-add-results" id="shopping-food-options">
|
||||||
{% for item in addable_items %}
|
{% for item in addable_items %}
|
||||||
<option value="{{ item.id }}">
|
{% set item_icon_class = {
|
||||||
{{ item.name }} · {{ item_kind_labels[item.kind] }} · {{ item.visibility_label }}
|
'protein': 'icon-component-protein',
|
||||||
{% if item.availability_state == 'home' %} · zuhause{% endif %}
|
'carb': 'icon-component-carb',
|
||||||
</option>
|
'veg': 'icon-component-veg',
|
||||||
|
'fruit': 'icon-component-fruit',
|
||||||
|
'dairy': 'icon-component-dairy',
|
||||||
|
'nuts': 'icon-component-nuts',
|
||||||
|
'seeds': 'icon-component-seeds',
|
||||||
|
'neutral': 'icon-component-neutral',
|
||||||
|
}.get(item.primary_builder_key or item.base_type, 'icon-component-neutral') %}
|
||||||
|
{% if item.kind == 'shopping' %}
|
||||||
|
{% set item_icon_class = 'icon-cart-shopping' %}
|
||||||
|
{% endif %}
|
||||||
|
<button
|
||||||
|
class="shopping-add-card"
|
||||||
|
type="submit"
|
||||||
|
name="item_id"
|
||||||
|
value="{{ item.id }}"
|
||||||
|
data-filter-label="{{ item.name|lower }} {{ item.category|default('', true)|lower }} {{ item.base_type_label|lower }} {{ item.availability_label|lower }} {% if item.kind == 'shopping' %}einkaufsartikel artikel drogerie haushalt{% endif %}"
|
||||||
|
>
|
||||||
|
<span class="shopping-add-card-visual">
|
||||||
|
{% if item.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(item.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(item.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt=""
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="shopping-add-card-fallback">
|
||||||
|
<span class="ui-icon {{ item_icon_class }}"></span>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
|
<span class="shopping-add-card-copy">
|
||||||
|
<strong>{{ item.name }}</strong>
|
||||||
|
<small>{% if item.kind == 'shopping' %}Einkaufsartikel{% else %}{{ item.availability_label }}{% endif %}</small>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</div>
|
||||||
<button type="submit">Auf Liste setzen</button>
|
<div class="shopping-create-actions" data-create-from="#shopping-item-search" hidden>
|
||||||
|
<input type="hidden" name="create_item_name" data-create-name>
|
||||||
|
<p class="muted">Kein passender Treffer? Direkt aus dem Suchbegriff anlegen:</p>
|
||||||
|
<button class="ghost-button" type="submit" name="create_as" value="food">Als Lebensmittel anlegen</button>
|
||||||
|
<button class="ghost-button" type="submit" name="create_as" value="shopping">Als Einkaufsartikel anlegen</button>
|
||||||
|
</div>
|
||||||
|
<button type="submit">Auf die Liste</button>
|
||||||
</form>
|
</form>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -34,35 +97,146 @@
|
|||||||
</section>
|
</section>
|
||||||
<section class="stack-list">
|
<section class="stack-list">
|
||||||
{% for entry in entries %}
|
{% for entry in entries %}
|
||||||
<article class="list-row stacked-mobile roomy-row">
|
{% set entry_icon_class = {
|
||||||
<div>
|
'protein': 'icon-component-protein',
|
||||||
<strong>{{ entry.item_name }}</strong>
|
'carb': 'icon-component-carb',
|
||||||
<p class="muted">{{ item_kind_labels[entry.item_kind] }}</p>
|
'veg': 'icon-component-veg',
|
||||||
<div class="chip-row">
|
'fruit': 'icon-component-fruit',
|
||||||
<span class="chip">{{ entry.visibility_label }}</span>
|
'dairy': 'icon-component-dairy',
|
||||||
<span class="chip status-soft">{{ entry.owner_label }}</span>
|
'nuts': 'icon-component-nuts',
|
||||||
<span class="chip">{{ entry.for_label }}</span>
|
'seeds': 'icon-component-seeds',
|
||||||
{% if entry.needed_for_label %}
|
'neutral': 'icon-component-neutral',
|
||||||
<span class="chip status-home">
|
}.get(entry.primary_builder_key or entry.base_type, 'icon-component-neutral') %}
|
||||||
Für {{ entry.needed_for_label }}
|
{% if entry.item_kind == 'shopping' %}
|
||||||
{% if entry.needed_daypart_name %} · {{ entry.needed_daypart_name }}{% endif %}
|
{% set entry_icon_class = 'icon-cart-shopping' %}
|
||||||
</span>
|
{% endif %}
|
||||||
{% endif %}
|
<article class="shopping-entry-card">
|
||||||
|
<div class="shopping-entry-row">
|
||||||
|
<div
|
||||||
|
class="shopping-entry-open"
|
||||||
|
data-dialog-open="shopping-entry-dialog-{{ entry.id }}"
|
||||||
|
tabindex="0"
|
||||||
|
role="button"
|
||||||
|
aria-label="{{ entry.item_name }} öffnen"
|
||||||
|
>
|
||||||
|
<div class="shopping-entry-main">
|
||||||
|
<div class="shopping-entry-visual">
|
||||||
|
{% if entry.photo_filename %}
|
||||||
|
<img
|
||||||
|
src="{{ image_url(entry.photo_filename, 'md') }}"
|
||||||
|
srcset="{{ image_srcset(entry.photo_filename) }}"
|
||||||
|
sizes="{{ image_sizes('grid') }}"
|
||||||
|
alt=""
|
||||||
|
loading="lazy">
|
||||||
|
{% else %}
|
||||||
|
<span class="shopping-entry-fallback">
|
||||||
|
<span class="ui-icon {{ entry_icon_class }}"></span>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="shopping-entry-copy">
|
||||||
|
<strong>{{ entry.item_name }}</strong>
|
||||||
|
{% if entry.shopping_note %}
|
||||||
|
<p class="shopping-entry-note">{{ entry.shopping_note }}</p>
|
||||||
|
{% endif %}
|
||||||
|
{% if entry.needed_for_label %}
|
||||||
|
<p class="muted">
|
||||||
|
Für {{ entry.needed_for_label }}
|
||||||
|
{% if entry.needed_daypart_name %} · {{ entry.needed_daypart_name }}{% endif %}
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="shopping-entry-actions">
|
||||||
<div class="row-actions">
|
<form method="post" action="{{ url_for('main.shopping_check', entry_id=entry.id) }}">
|
||||||
<form method="post" action="{{ url_for('main.shopping_check', entry_id=entry.id) }}">
|
|
||||||
{{ csrf_input() }}
|
|
||||||
<button type="submit">Eingekauft</button>
|
|
||||||
</form>
|
|
||||||
{% if entry.can_edit %}
|
|
||||||
<form method="post" action="{{ url_for('main.shopping_remove', entry_id=entry.id) }}">
|
|
||||||
{{ csrf_input() }}
|
{{ csrf_input() }}
|
||||||
<button class="ghost-button" type="submit">Entfernen</button>
|
<button type="submit" class="shopping-entry-check-button">
|
||||||
|
<span class="shopping-entry-check-mark" aria-hidden="true">✔</span>
|
||||||
|
<span class="shopping-entry-check-label">Eingekauft</span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
{% if entry.can_edit %}
|
||||||
|
<form method="post" action="{{ url_for('main.shopping_remove', entry_id=entry.id) }}" class="shopping-entry-close-form">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="shopping-entry-close" type="submit" aria-label="{{ entry.item_name }} entfernen">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
<dialog class="shopping-entry-dialog week-entry-dialog" id="shopping-entry-dialog-{{ entry.id }}">
|
||||||
|
<div class="shopping-entry-dialog-card week-entry-dialog-card">
|
||||||
|
<div class="week-entry-dialog-head">
|
||||||
|
<div>
|
||||||
|
<h3>{{ entry.item_name }}</h3>
|
||||||
|
<p>
|
||||||
|
{% if entry.shopping_note %}
|
||||||
|
{{ entry.shopping_note }}
|
||||||
|
{% elif entry.needed_for_label %}
|
||||||
|
Für {{ entry.needed_for_label }}
|
||||||
|
{% if entry.needed_daypart_name %} · {{ entry.needed_daypart_name }}{% endif %}
|
||||||
|
{% elif entry.item_kind == 'shopping' %}
|
||||||
|
Einkaufsartikel
|
||||||
|
{% elif entry.is_home %}
|
||||||
|
Zuhause vorhanden
|
||||||
|
{% else %}
|
||||||
|
Gerade nicht da
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<button class="ghost-button" type="button" data-dialog-close>Schließen</button>
|
||||||
|
</div>
|
||||||
|
<div class="shopping-entry-dialog-actions">
|
||||||
|
{% if entry.can_edit and entry.item_kind != 'shopping' %}
|
||||||
|
<a class="ghost-button" href="{{ url_for('main.item_edit', item_id=entry.item_id) }}">Bearbeiten</a>
|
||||||
|
{% endif %}
|
||||||
|
<form method="post" action="{{ url_for('main.shopping_check', entry_id=entry.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button type="submit">Eingekauft</button>
|
||||||
|
</form>
|
||||||
|
{% if entry.can_edit %}
|
||||||
|
<form method="post" action="{{ url_for('main.shopping_update_note', entry_id=entry.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<label>
|
||||||
|
Einkaufshinweis
|
||||||
|
<input
|
||||||
|
type="text"
|
||||||
|
name="shopping_note"
|
||||||
|
maxlength="80"
|
||||||
|
value="{{ entry.shopping_note }}"
|
||||||
|
placeholder="z. B. TK, Dose, frisch"
|
||||||
|
>
|
||||||
|
</label>
|
||||||
|
<button class="ghost-button" type="submit">Hinweis speichern</button>
|
||||||
|
</form>
|
||||||
|
<form method="post" action="{{ url_for('main.shopping_remove', entry_id=entry.id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="ghost-button" type="submit">Von Einkaufsliste nehmen</button>
|
||||||
|
</form>
|
||||||
|
{% if entry.item_kind != 'shopping' and entry.is_home %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_set_not_home', item_id=entry.item_id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="ghost-button" type="submit">Nicht mehr da</button>
|
||||||
|
</form>
|
||||||
|
{% elif entry.item_kind != 'shopping' %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_set_home', item_id=entry.item_id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="ghost-button" type="submit">Als zuhause markieren</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
|
{% if entry.item_kind != 'shopping' %}
|
||||||
|
<form method="post" action="{{ url_for('main.item_archive', item_id=entry.item_id) }}">
|
||||||
|
{{ csrf_input() }}
|
||||||
|
<button class="ghost-button" type="submit">Archivieren</button>
|
||||||
|
</form>
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</dialog>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||