mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
2.1 KiB
2.1 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
- TermsOfServicePage
- PrivacyPolicy
- 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 public data
- Update EditListingWizard and panels to add public data
- Update SearchPage to filter with public data
- Update routeConfiguration if needed
- 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)