Skip to content

Commit b32f74d

Browse files
authored
Merge pull request #4412 from FlowFuse/zj-update-lori-reporting
org chart: Lori reports to ZJ
2 parents 5460bd1 + 67b995c commit b32f74d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/_data/team/lori-beaulieu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"country": "US",
99
"email": "lori@flowfuse.com",
1010
"headshot": "lori.png",
11+
"reports_to": "ZJ van de Weg",
1112
"bio": "Lori leads product management at FlowFuse, focused on product strategy and creating an award-winning product for our customers.",
1213
"facts": [
1314
"Builds features based on data, not opinion. Lover of the natural world, especially mountains, birds and fungi."

src/handbook/company/organizational-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ graph TD
3434
3535
class Board board
3636
{% for member in team | dictsortBy(false, 'order') %}{% set nodeId = member.name | replace(" ", "") | replace("'", "") | replace("-", "") %}{% if not member.reports_to %} class {{ nodeId }} executive
37-
{% elif member.title == "CTO" or member.title == "Engineering Manager" or member.title == "Head of Customer Teams" or member.title == "Product Marketing Manager" %} class {{ nodeId }} head
37+
{% elif member.title == "CTO" or member.title == "Engineering Manager" or member.title == "VP of Sales" or member.title == "Product Marketing Manager" or member.title == "Director of Product" %} class {{ nodeId }} head
3838
{% else %} class {{ nodeId }} employee
3939
{% endif %}{% endfor %}
4040
```

0 commit comments

Comments
 (0)