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

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)
