src-d / guide

Aiming to be a fully transparent company. All information about source{d} and what it's like to work here.
Creative Commons Attribution Share Alike 4.0 International
293 stars 102 forks source link

Update orgchart as per April 2019 #345

Closed gomesfernanda closed 5 years ago

gomesfernanda commented 5 years ago

Signed-off-by: Fernanda Gomes fergomes@gmail.com

meyskens commented 5 years ago

Our management team consists of the CEO, COO, CTO, VP of Product & Developer Relations however there is no more VP of Product & Developer Relations in the chart

smola commented 5 years ago

@meyskens Right. And VP of Marketing is missing in that description.

vmarkovtsev commented 5 years ago

@dpordomingo Romain is joining in the beginning of May.

gomesfernanda commented 5 years ago

@gomesfernanda would be a good idea to style management cards with their own styles?

It's not up to me really. I believe @eiso, @marnovo or @ricardobaeta can give a better answer.

eiso commented 5 years ago

@gomesfernanda styles don't matter to me.

Regarding the new hires, let's add an asterisk, that says "joining soon" and for the rest LGTM

smola commented 5 years ago

Merging. Not blocking on style suggestions ;-)

vmarkovtsev commented 5 years ago

That feeling when the organizational structure has already changed after the update in 7 days (ML team split).

dpordomingo commented 5 years ago

suggestion: to use some tool to generate graphs from source code like mermaid (that we're already using in Apps docs and can be edited in VScode)

example:

using this code (click to see)
graph TD

    Eiso("Eiso Kant
CEO
") --> Victor("Victor Coisne
VP of marketing
") Eiso --> Marcelo("Marcelo Novaes
Head of Product
& Data Intelligence
") Eiso --> Maximo("Maximo Cuadros
CTO
") Eiso --> Jorge("Jorge Schnura
COO
") Jorge --> Esther("Esther García
Office Manager
") Esther --- Hassen("Hassen Ali
Head of sales US
") Eiso --> Robbie("Robbie Blue
Talent Manager
") subgraph Product Marcelo --> Fernanda("Fernanda Gomes
Data Intelligence Analyst
") Fernanda --- Ricardo("Ricardo Baeta
Product Design Lead
") Ricardo --> Alicia("Alicia Kozlowski
Designer
") end subgraph Marketing Victor --> AlexD("Alex Dahlin
Intern
") end subgraph Engineering Maximo --> Santi("Santiago Mola
VP of Engineering
") Santi --> Vadim("Vadim Markovtsev
Lead
") Santi --> Rafa("Rafael Porres
Lead
") Santi --> Antonio("Antonio Navarro
Lead
") Santi --> Michael("Michael Fromberger
Lead
") Santi --> Carlos("Carlos Martín
Senior
") Santi --> Javi("Javier Fontan
Lead
") subgraph Machine Learning Vadim --> Egor("Egor Bulychev
Senior
") Vadim --> Hugo("Hugo Mougard
Senior
") Vadim --> Guillem("Guillem Durán
Engineer
") Egor --- Konstantin("Konstantin Slavnov
Engineer
") Konstantin --- Jan("Jan Hula
Intern
") Hugo --- Waren("Waren Long
Engineer
") Guillem --- Irina("Irina Khismatullina
Junior
") Waren --- Tristan("Tristan Kalos
Intern
") end subgraph Infrastructure Rafa --> DavidR("David Riosalido
Senior
") DavidR --- Maartje("Maartje Eyskens
Engineer
") end subgraph Data Processing Antonio --> Juanjo("Juanjo Álvarez
Senior
") Juanjo --- Kuba("Kuba Podgórski
Senior
") Kuba --- Miguel("Miguel Molina
Senior
") end subgraph Data Rretrieval Javi --- Manu("Manuel Carmona
Engineer
") end subgraph Language Analysis Michael --> Denys("Denys Smirnov
Senior
") Denys --- AlexB("Alex Bezzubov
Senior
") end subgraph Applications Carlos --- Maxim("Maxim Sukharev
Senior
") Maxim --- DavidP("David Pordomingo
Senior
") DavidP --- Marvin("Lou Marvin
Engineer
") end end classDef leads fill:#fdd,stroke:#f99,stroke-width:3px; classDef management fill:#fbb,stroke:red,stroke-width:3px; class Eiso,Jorge,Maximo,Santi,Victor management; class Antonio,Vadim,Rafa,Michael,Javi,Marcelo leads;

that could be edited at mermaidjs.github.io/mermaid-live-editor

It would be generated a svg graph like the following: image

I think it could be easier to maintain.

gomesfernanda commented 5 years ago

@dpordomingo I believe I talked to Maxim about it, I want to do it as an OSD project... I created a small script to create a class Employee, and then I'll build a tree with the relations and I'm seeing how I'll display it :)