feat: add Doris Kitchen import review workflow
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user