Skip to content

Team Overview

Overview

Iterative website Define, Design, Develop, Deploy and Maintenance teams may be operational at the same time creating, testing, and helping with maintenance

    graph TD
    dev --- def
    dev --- des
    dev --- dep
    dev --- mnt
    def --- des
    dep --- mnt
    dev --- tst

    dev([Development])
    def([Define])
    des([Design])
    dep([Deploy])
    mnt([Maintenance])
    tst([Testing])

Reaching a Minimum Viable Product is the first Development teams goal

  • Team Define
    Defining websites helps the Iterative Development teams and Stakeholders to understand the project.

  • Team Design
    Determines the core foundations of a user's website experience are:

  • Team Develop
    Translates the Define and Design teams processes into website pages

  • Team Deploy
    Deploys the website making it available on the Internet. The production version is deployed when Stakeholders agree.

  • Team Maintenance
    Remediates the Define, Design, Develop, Deploy, or Security teams defects