mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
2.3 KiB
2.3 KiB
Customization checklist
Some generic things to update and check when starting to customize Starter app.
- Marketplace colors
- Generate app icons
- Update translations or change the language
- LandingPage: update and create branded sections
- Footer
- AboutPage
- Terms of Service
- Privacy Policy
- Social media sharing graphics;
- Logo Change and check that it works on Topbar and Footer
- Logo in CheckoutPage
- Default background image
- Maps Marker icon
- Config: update environment variables
- Config: siteTitle for page schema (SEO)
- Config: marketplace address: contact details also improve SEO
- Config: social media pages
- Marketplace custom config
- Update ListingPage to show extended data (aka publicData attribute)
- Update EditListingWizard and panels to add extended data
- Update SearchPage to filter with extended data
- Update routeConfiguration if needed
- Update Email templates, all of them: .html, subject.txt, and text.txt
- Update config: bookingUnitType if needed
- If
line-item/unitsis used, add quantity handling to BookingDatesForm, ListingPage, CheckoutPage
What else
- Do you need more static pages?
- Changes to existing pages
- Changes to transaction process (API + Web app)