docs: stage before wave 1 merge

This commit is contained in:
2026-04-06 15:03:45 +02:00
parent f9132d754b
commit 52c9ec3fe2
7 changed files with 597 additions and 220 deletions

View File

@@ -5,36 +5,55 @@ import { globalItems, tags } from "./schema.ts";
type Db = typeof prodDb;
const SEED_TAGS = [
// Bag types
"handlebar-bag",
"framebag",
"saddlebag",
"top-tube-bag",
"stem-bag",
"fork-bag",
"hip-pack",
"backpack",
"feed-bag",
"dry-bag",
"stuff-sack",
// Bike bags (parent)
"bike-bag",
// Shelter
"tent",
"bivy",
"tarp",
"hammock",
// Sleep system
"sleeping-bag",
"sleeping-pad",
"quilt",
"pillow",
// Cooking
"stove",
"cookware",
"mug",
"utensils",
// Water
"water-filter",
"water-bottle",
// Lighting
"headlamp",
"bike-light",
"ultralight",
"waterproof",
"budget",
"premium",
"bikepacking",
"hiking",
"camping",
"touring",
"lantern",
// Navigation & electronics
"gps",
"bike-computer",
"power-bank",
"solar-panel",
// Tools & repair
"multi-tool",
"pump",
"repair-kit",
"lock",
// Clothing
"rain-jacket",
"base-layer",
"gloves",
"shoe",
];
/**