Skip to content

Devops-ohtuprojekti/DevOpsCSAOS

Repository files navigation

Kurssin tiedot

Projekti on toteutettu kurssilla Ohjelmistotuotantoprojekti keväällä 2021.

  • projektin nimi: DevOps capability self-assessment online survey
  • asiakas: Eficode Oy
  • Tuntikirjanpito

DevOps capability self-assessment online survey

An online survey that software engineers and operations experts can use to assess their current DevOps capability. The survey will be based on statements regarding software development culture and tools and will provide feedback of Devops capability after the survey is completed.

Documentation

Definition of Done

  • Code passes linting.
  • Code has been peer-reviewed.
  • Code has unit testing.
  • Code has user level testing if applicable.
  • Code passes tests.
  • Code has been integrated to app, and app still passes all tests.
  • Code has been pushed to Heroku and is part of the accessible app.