Skip to content

Example assumption list

Péter Schmíz edited this page May 16, 2018 · 2 revisions

Project

A general brand site with images, gallery, video. There is also a search, a list page and a general, basic registration and login. We need to integrate with two 3rd party services.

We have a limited brief, only wireframes, not for every page. No designs yet, just a concept and some examples.

The frontend team plans to use FlexBox during the build and write the Javascript part in ES6 (and use Babel where needed)

Assumptions

Supported browsers

  • Edge 16
  • IE 11
  • Chrome 60+
  • Firefox 58+
  • iOS Safari 10.2+
  • Safari 10+

General assumptions

  • we get access to the 3rd party APIs
  • API is a REST API and the response is JSON
  • API response times should be below 300ms
  • images are resized / optimised on backend side
  • we use YouTube for the videos, but no upload integration
  • every image will be supplied in high resolution (min. full HD)
  • form validation happens on backend side
  • registration validation via email
  • no custom email template
  • no captcha
  • form submission with Ajax
  • mobile first approach
  • accessibility level WCAG AA+
  • Google Analytics for tracking, ca. 100 events
  • supported social share platforms: Facebook, Twitter, LinkedIn
  • every icon, UI element provided as vector graphic (e.g. SVG or AI)

Clone this wiki locally