• Building a feature
  • Clean architecture
  • Worfklows

    • Synchronization
    • Discarding a visit
  • Prices
  • Documents
  • Building a feature
  • Clean architecture
  • Worfklows

    • Synchronization
    • Discarding a visit
  • Prices
  • Documents
  • Engineering

    • Building a feature
    • Clean architecture
    • Worfklows

      • Synchronization
      • Discarding a visit
  • Specifications

    • Prices
    • Documents

Building a feature

The process followed to build a new feature follows the next steps to ensure that it is being implemented correctly.

Feature build flowchart

FeatureBuild

graph LR
    segmentation(Product<br/>design/segmentation) --> reqs(Requirements)
    subgraph reqs
        direction TB
        models{{DB schema design}} -->  wireframes{{Wireframing}}
    end
    reqs --> ui(UI/UX designs)
    subgraph plan
        direction TB
        ado{{Populate backlog}} --> gantt{{Gantt Chart}}
    end
    ui --> plan(Upfront planning)
    plan --> dev(Development in sprints)
    plan --> testplans(Create test plans)
    dev --> alpha(Internal alpha testing)
    testplans --> alpha
    alpha --> deploy(Deploy in different environments<br/>QA STG PRD)
    deploy --> hc(Help center documentation)
Last Updated:
Contributors: Gabriel Samolis
Next
Clean architecture