Menu - Do you have a standard "Help | About" form?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

Every application you build should have the same "Help | About" form. The form should always display the following information:

1. Version number
2. URL
3. Description of the product and what it does.
   Tip: This should be consistent with your standard description on the product box, website homepage, product page etc.
4. Contact details (especially a phone number)
5. Branding (logo)
<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "badExample",
    figure: 'Bad Example - This "About" dialog does not provide enough information about the product and/or company',
    shouldDisplay: true
  }}
  src="/uploads/rules/menu-do-you-have-a-standard-help-about-form/../../assets/BadHelpAboutForm.jpg"
/>


<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "default",
    figure: 'This "Help | About" form contains all 5 elements, but has room for aesthetic improvements (old SSW design)',
    shouldDisplay: true
  }}
  src="/uploads/rules/menu-do-you-have-a-standard-help-about-form/../../assets/SSWHelpAbout.gif"
/>

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good Example - This "Help | About" has the 5 elements presented better,',
    shouldDisplay: true
  }}
  src="/uploads/rules/menu-do-you-have-a-standard-help-about-form/../../assets/Rego9.png"
/>
acknowledgements
related rules