docs: Add descriptive intro text to index pages
Adds brief explanatory paragraphs to Jobs, Materials, and Stock index pages to help users understand each section's purpose. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="text-muted mb-4">
|
||||||
|
Jobs organize the parts you need to cut for a project. Add parts with their required lengths and quantities,
|
||||||
|
assign stock materials, then run the optimizer to generate an efficient cut list that minimizes waste.
|
||||||
|
</p>
|
||||||
|
|
||||||
@if (loading)
|
@if (loading)
|
||||||
{
|
{
|
||||||
<p><em>Loading...</em></p>
|
<p><em>Loading...</em></p>
|
||||||
|
|||||||
@@ -9,6 +9,11 @@
|
|||||||
<a href="materials/new" class="btn btn-primary">Add Material</a>
|
<a href="materials/new" class="btn btn-primary">Add Material</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="text-muted mb-4">
|
||||||
|
Manage your material catalog here. Materials define the types of stock you work with — shape, size, type, and
|
||||||
|
grade. Once added, materials can be assigned to jobs and used to generate optimized cut lists.
|
||||||
|
</p>
|
||||||
|
|
||||||
@if (loading)
|
@if (loading)
|
||||||
{
|
{
|
||||||
<p><em>Loading...</em></p>
|
<p><em>Loading...</em></p>
|
||||||
|
|||||||
@@ -11,6 +11,11 @@
|
|||||||
<a href="stock/new" class="btn btn-primary">Add Stock Item</a>
|
<a href="stock/new" class="btn btn-primary">Add Stock Item</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="text-muted mb-4">
|
||||||
|
Stock items represent the specific lengths of material you have available for cutting. Each stock item links
|
||||||
|
a material to a length and tracks how many pieces you have on hand.
|
||||||
|
</p>
|
||||||
|
|
||||||
@if (loading)
|
@if (loading)
|
||||||
{
|
{
|
||||||
<p><em>Loading...</em></p>
|
<p><em>Loading...</em></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user