frontend-guidelines-questionnaire icon indicating copy to clipboard operation
frontend-guidelines-questionnaire copied to clipboard

Potential additional categories

Open bradfrost opened this issue 8 years ago • 5 comments

  • Performance
  • Accessibility
  • Deployment/Integration
  • Localization
  • Web fonts
  • Media

bradfrost avatar Jan 12 '16 17:01 bradfrost

Ideas for the above list:

Media:

  • Do you optimize images (imagemin, optipng, etc)? Is this done in your build scripts? On the production server? both?
  • Do you use art direction? (srcset, picture, etc) What situations do you try to use this?
  • Do you use SVG? Where?

Web fonts

  • Do you use a service to package custom fonts?
  • Do you use a popular font service? (Fonts.com, Typekit, Icomoon, etc)

Accessibility

  • Do you test to a specific accessibility standard? (WCAG? Section 508?)

Performance

  • Do you compile assets in any build scripts?
  • Do you optimize asset delivery at the server?
  • Do you set a performance budget?

Just off the top of my head

nessthehero avatar Jan 12 '16 17:01 nessthehero

@nessthehero    👍👍

bradfrost avatar Jan 12 '16 17:01 bradfrost

@bradfrost :+1: :100: cool stuff buddy

nessthehero avatar Jan 12 '16 17:01 nessthehero

Testing approach

JS Unit testing? What tooling e.g. karma, et al

End to End testing, Selenium + xyz , Protractor, etc

Js Documentation Automated JavaScript documentation e.g. Dgeni JSDoc

vidhill avatar Jan 12 '16 23:01 vidhill

Web fonts

  • How do you load custom fonts? (No fancy loading, Data URIs, Font Loading API / Font Face Observer)

Accessibility

  • Do you test with screen readers? If so, which?
  • Do you test with images turned off?
  • Do you test with JavaScript turned off?

maskedcoder avatar Feb 09 '16 19:02 maskedcoder