Skip to content

Instantly share code, notes, and snippets.

@Drenmi
Last active February 26, 2020 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Drenmi/92a0b88ceb1aaf2ef75eeb169e726a85 to your computer and use it in GitHub Desktop.
Save Drenmi/92a0b88ceb1aaf2ef75eeb169e726a85 to your computer and use it in GitHub Desktop.

Whitelabels

A whitelabel is an existing product that is customized to look like another brand. For example:

are served from the same application.

Task

Explain how you would structure an application to support multiple whitelabels, say A and B.

Some cases that you might want to cover:

  • Layout is the same, but the text content is different.
  • Layout is the same, but the design is different.
  • Layout is different.
  • Functionality is different. (For example: B doesn't have an auto-fill feature on the checkout page.)
  • Calculations are different. (For example: A gives 10 points per dollar, B gives 20 points per dollar.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment