Final brand-strip: replace MUELLERPRINTS-specific content with plausible neutral defaults #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #10
Goal
Final brand-strip pass: remove all MUELLERPRINTS-specific content from libreshop/shop so it stands as a clean reference example anyone can copy.
Why
Per the pivot ADR, libreshop/shop is now a public reference. Having MUELLERPRINTS hardcoded means new readers see a mp-specific shop and can't tell what's structural vs branded. The reference becomes much more valuable when brand-neutral.
Inventory of brand leakage (from earlier feasibility analysis)
nuxt.config.ts:32— siteUrlhttps://muellerprints-paperwork.comnuxt.config.ts:58— page title "MUELLERPRINTS - Handgefertigte Notizbücher aus Stuttgart"components/Header.vue:8,50— "MUELLERPRINTS. Paperwork" logo + "Über MUELLERPRINTS" descriptioncomponents/Footer.vue:10,83— footer brand block (2 lines)pages/details/[slug].vue:41–42— schema.org with paperwork-logo URLserver/api/contact.post.ts:30,41— to-addresspaperwork@muellerprints.de+ body textserver/api/__sitemap__/urls.ts:50— sitemap fallbackuseSeoMetatitles with "MUELLERPRINTS"composables/usePageContent.ts:37–106— Stuttgart address, phone, email, copyright (287 lines hardcoded)composables/useProductContent.ts:1–369— VIVUS 89, FSC C018175, hardcover/softcover Stuttgart claims, Fadenheftung narrativespages/checkout/result/[uuid].vue:22,38,102— order confirmation MP emailsReplacement strategy
Replace each occurrence with plausible neutral example content, not Lorem. The reference should be deployable as-is and look like a real (fictional) shop, e.g.:
BLANKBOOK(placeholder name)Notebooks made by handblankbook.examplehello@blankbook.exampleBeispielstraße 1, 12345 MusterstadtDE 000000000Mo – Fr 9.00 – 17.00Premium Recycled 90 g/m²(generic)Acceptance
paperwork@muellerprints.de,+49 (0)711 / 262,DE 147595459,VIVUS 89,FSC® C018175in repodocker run libreshop/shop:vX.Y.Zstill produces a deployable demo shop with the placeholder brandOut of scope