feat: add Doris Kitchen import review workflow

This commit is contained in:
Fizzlepoof
2026-05-21 23:31:53 +00:00
parent 3f333595a2
commit d5cfdbe8b5
11 changed files with 934 additions and 265 deletions

View File

@@ -1,14 +1,15 @@
{% extends 'base.html' %}
{% block content %}
<section class="hero-grid">
<article class="card">
<section class="hero-grid dossier-grid">
<article class="card evidence-board">
<div class="section-heading">
<div>
<p class="section-label">Meal planner</p>
<h2>Build the week around a few anchor meals</h2>
</div>
<span class="pill">Planning board</span>
</div>
<form id="planner-form" class="stack-form">
<form id="planner-form" class="stack-form intake-docket">
<label>Week start
<input type="date" id="week-start">
</label>
@@ -21,21 +22,21 @@
<button type="submit">Build the week</button>
</form>
</article>
<article class="card">
<p class="section-label">What this does</p>
<article class="card evidence-board">
<div class="case-legend"><span class="section-label">What this does</span><span class="pill">Waste-aware</span></div>
<h2>Waste-aware planning</h2>
<p class="muted">The planner looks at approved and queued meals, then tries to pair dishes that reuse overlapping ingredients. That means less waste, less random spending, and fewer half-dead veg rattling in the fridge drawer.</p>
</article>
</section>
<section class="card">
<section class="card evidence-board">
<div class="section-heading">
<div>
<p class="section-label">Plan output</p>
<h2>Suggested meal week</h2>
</div>
<span class="pill">Lineup board</span>
</div>
<div id="plan-output" class="plan-grid muted">Generate a plan to see the meal lineup.</div>
<div id="plan-output" class="plan-grid muted dossier-grid">Generate a plan to see the meal lineup.</div>
</section>
{% endblock %}