Merge pull request 'replaced TBD with TODO' (#2) from feat/initial-build into main
Some checks failed
deploy / build (push) Has been cancelled
deploy / deploy (push) Has been cancelled
ci / build-test (push) Failing after 1m6s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-04-24 18:00:52 +02:00
2 changed files with 9 additions and 9 deletions

View File

@@ -7,15 +7,15 @@ import SiteFooter from '../components/SiteFooter.astro';
// Values prefixed "<TBD:" MUST be replaced with real operator data before go-live. // Values prefixed "<TBD:" MUST be replaced with real operator data before go-live.
// See docs/superpowers/specs/2026-04-24-cameleer-website-design.md §6.4. // See docs/superpowers/specs/2026-04-24-cameleer-website-design.md §6.4.
const operator = { const operator = {
legalName: '<TBD: legal name of operating entity>', legalName: '<TODO:legal name of operating entity>',
streetAddress: '<TBD: street and number>', streetAddress: '<TODO:street and number>',
postalCity: '<TBD: postal code and city>', postalCity: '<TODO:postal code and city>',
country: 'Germany', country: 'Germany',
email: '<TBD: contact email>', email: '<TODO:contact email>',
phone: '<TBD: phone (optional but recommended)>', phone: '<TODO:phone (optional but recommended)>',
vatId: '<TBD: VAT ID per §27a UStG, or "not applicable">', vatId: '<TODO:VAT ID per §27a UStG, or "not applicable">',
registerEntry: '<TBD: commercial register + court, or "not applicable">', registerEntry: '<TODO:commercial register + court, or "not applicable">',
responsibleForContent: '<TBD: responsible party per §18 Abs. 2 MStV>', responsibleForContent: '<TODO:responsible party per §18 Abs. 2 MStV>',
}; };
--- ---
<BaseLayout <BaseLayout

View File

@@ -3,7 +3,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
import SiteHeader from '../components/SiteHeader.astro'; import SiteHeader from '../components/SiteHeader.astro';
import SiteFooter from '../components/SiteFooter.astro'; import SiteFooter from '../components/SiteFooter.astro';
const operatorContact = '<TBD: controller contact email (same as imprint)>'; const operatorContact = '<TODO:controller contact email (same as imprint)>';
const lastUpdated = '2026-04-24'; const lastUpdated = '2026-04-24';
--- ---
<BaseLayout <BaseLayout