From 355dd0783d5eb6a00a8cee4e0e598d6680cb16fa Mon Sep 17 00:00:00 2001 From: medusa Date: Tue, 26 Mar 2024 20:54:37 +0000 Subject: [PATCH] Add work/tbx/org_chart.md --- work/tbx/org_chart.md | 89 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 work/tbx/org_chart.md diff --git a/work/tbx/org_chart.md b/work/tbx/org_chart.md new file mode 100644 index 0000000..2828840 --- /dev/null +++ b/work/tbx/org_chart.md @@ -0,0 +1,89 @@ +graph TD + CE[Client Executive: Stephanie Chambers] + ET[Engineering Team: Jason Davis] + Lumen>Lumen] + LumenISR[ISR: Mia Mobmay] + LumenBuyer[Buyer: Greg Wiemer] + Comcast[Comcast and Charter Spectrum] + ComcastISR[ISR: Kristin Hancock] + ComcastBuyer[Buyer: Beth King] + Cox[Cox/Rapidscale/ePlus] + CoxISR[ISR: Manoucia Katimi] + CoxBuyer[Buyer: Kurt White] + GTT[GTT/MidMarket Cisco Collab] + GTTMem1[Lauren Turley] + GTTMem2[Scott Sonderman] + ISM[Inside Sales Managers] + ISM1[Lauren Turley] + ISM2[Marisa Bearden] + BM[Buying Manager: Scott Sonderman] + CXT[TBX CX Team] + CX1[Jess Dorney] + CX2[Jenni Stuart] + CX3[Julia Anderegg] + MediaSupport[Media WWT Support] + Media1[David Fernandez] + Media2[Wayne Sonnylal] + CharterSupport[Charter Spectrum WWT Support] + Charter1[Sheryl Edwards] + Charter2[Chris Campbell] + Charter3[Colm Dalton] + Charter4[Brian Daus] + Charter5[Kelly Sickles] + ComcastSupport[Comcast WWT Support] + ComcastSup1[Steve Fryer] + ComcastSup2[Sal Ternullo] + CoxSupport[Cox WWT Support] + CoxSup1[Sheryl Edwards] + CoxSup2[Davis Nall] + CoxSup3[Jon Hoey] + EmergingSupport[Emerging Support] + Emerging1[Mark Yaeger] + Emerging2[Emily Cockrum] + Legal[Legal: Sharon Briggs] + Finance[Finance: WWT/Telcobuy Finance Teams] + Services[Services: Aaron Piwowarczyk, Brandon Gasparovic] + + CE --> ET + CE --> Lumen + Lumen --> LumenISR + Lumen --> LumenBuyer + CE --> Comcast + Comcast --> ComcastISR + Comcast --> ComcastBuyer + CE --> Cox + Cox --> CoxISR + Cox --> CoxBuyer + CE --> GTT + GTT --> GTTMem1 + GTT --> GTTMem2 + CE --> ISM + ISM --> ISM1 + ISM --> ISM2 + CE --> BM + CE --> CXT + CXT --> CX1 + CXT --> CX2 + CXT --> CX3 + CE --> MediaSupport + MediaSupport --> Media1 + MediaSupport --> Media2 + CE --> CharterSupport + CharterSupport --> Charter1 + CharterSupport --> Charter2 + CharterSupport --> Charter3 + CharterSupport --> Charter4 + CharterSupport --> Charter5 + CE --> ComcastSupport + ComcastSupport --> ComcastSup1 + ComcastSupport --> ComcastSup2 + CE --> CoxSupport + CoxSupport --> CoxSup1 + CoxSupport --> CoxSup2 + CoxSupport --> CoxSup3 + CE --> EmergingSupport + EmergingSupport --> Emerging1 + EmergingSupport --> Emerging2 + CE --> Legal + CE --> Finance + CE --> Services