Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.18 KB

launch_requirements.md

File metadata and controls

30 lines (25 loc) · 2.18 KB

Requirements to Launch a New Application

Requirements Checklist:

  1. The application has a build
  1. The application is being monitored
  1. The application has undergone a security audit
  • A member of the tech team, along with the application developers, will ensure that the application does not expose any personally identifiable or sensitive information or could expose personally identifiable or sensitive information if the application is compromised.
  • A member of the tech team, along with the application developers, will ensure the application protects against basic UI vulnerabilities, such as the OWASP to 10
  1. The application has undergone a client-side performance audit
  • A member of the tech team will check over the front-end aspects. A list of frontend checks can be found here Example checks:
    • Correct expected behaviour (buttons, tabs, forms submit, links are correct etc.)
    • Spelling mistakes
    • Layout/formatting issues
    • CSS and JS are minified and gzipped
    • Cross browser/device support
  • Usability testing should occur to confirm that the application works as intended with its audience.