mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 02:01:10 +02:00
Builds out the guides module from a static content display into a full local-first module with interactive step-by-step progress: - types.ts: LocalGuide/Section/Step/Run records, domain types, DTOs - collections.ts: Dexie table accessors + guest seed (6 guides, 14 sections, 22 steps with real instructional content) - queries.ts: liveQuery hooks (useAllGuides, useGuide, useSections, useSteps, useLatestRun, useRunsByGuide) + type converters + search - stores/guides.svelte.ts: full CRUD for guides/sections/steps, run tracking (startRun, completeStep, uncompleteStep, completeRun), cascade delete, all with encryptRecord - views/DetailView.svelte: step-by-step viewer with sections as collapsible blocks, steps as interactive checklist, progress bar, inline editing, inline add for sections/steps - ListView.svelte: DB-based instead of static, ViewProps, inline create, category filter, search, per-guide progress indicators - apps.ts: detail view + paramKey registered - crypto/registry.ts: guides/sections/steps encrypted fields Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| calc/packages/shared | ||
| calendar | ||
| cards | ||
| chat | ||
| citycorners | ||
| contacts | ||
| context | ||
| docs | ||
| guides | ||
| inventory | ||
| mana | ||
| manavoxel | ||
| memoro | ||
| moodlit | ||
| mukke | ||
| news | ||
| nutriphi | ||
| photos | ||
| picture | ||
| planta | ||
| presi | ||
| questions | ||
| skilltree | ||
| storage | ||
| times | ||
| todo | ||
| traces | ||
| uload | ||
| zitare/packages/content | ||