You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/api_data/copData.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ import {
9
9
interfacecopDatum{
10
10
id: number;
11
11
title: string;
12
+
subtitle: string;
12
13
icon: React.ElementType;
13
14
description: string;
14
15
roles: string[];
@@ -18,6 +19,7 @@ const copData: copDatum[] = [
18
19
{
19
20
id: 0,// will be replaced by useID when upgrade to React18+; see #200
20
21
title: "UI/UX",
22
+
subtitle: "UX Design and Writing",
21
23
icon: CopIconUiux,
22
24
description:
23
25
"The User Interface/User Experience (UI/UX) Community of Practice (CoP) is a space for UI and UX designers and research professionals to share effective practices, and give and receive mentorship, set design and research standards, and to create guides for new projects. Recent meeting topics include how to create a professional online portfolio, a meet and greet with a Hack for LA alum who landed a job at Google, how to effectively network, and training in Figma.",
@@ -31,6 +33,7 @@ const copData: copDatum[] = [
31
33
{
32
34
id: 1,
33
35
title: "Engineering",
36
+
subtitle: "Frontend and Backend",
34
37
icon: CopIconEngineering,
35
38
description:
36
39
"The Engineering Community of Practice (CoP) is a space for developers to share effective practices and set development standards and give and receive mentorship. Recent meeting topics include career advancement strategy workshops and “tech talks” with discussions on architecture paradigms, testing, and new technology.",
@@ -44,6 +47,7 @@ const copData: copDatum[] = [
44
47
{
45
48
id: 2,
46
49
title: "Data Science",
50
+
subtitle: "",
47
51
icon: CopIconData,
48
52
description:
49
53
"The Data Science Community of Practice (CoP) is a space for data science professionals to discuss the current state of the field, share effective practices, give and receive mentorship, and to workshop projects. Recent meeting topics include reviewing popular tools for data analysis, using data science to improve Hack for LA workflows, and presenting research results to peers and leadership for feedback and mentoring.",
@@ -57,6 +61,7 @@ const copData: copDatum[] = [
57
61
{
58
62
id: 3,
59
63
title: "Project/Product Management",
64
+
subtitle: "Planning and Organization",
60
65
icon: CopIconProduct,
61
66
description:
62
67
"The Product Managers (PM) Community of Practice (CoP) is a space for product management professionals to share effective practices, and give and receive mentorship, set product management standards, and to create guides and templates for new projects. Recent meeting topics include a project management focused book club, discussing how to best manage knowledge and issues, and brainstorming solutions to various PM issues.",
@@ -72,6 +77,7 @@ const copData: copDatum[] = [
72
77
{
73
78
id: 4,
74
79
title: "DevOps",
80
+
subtitle: "Dev and IT Operations",
75
81
icon: CopIconOps,
76
82
description:
77
83
"The Operations (Ops) Community of Practice (CoP) is a space for operations professionals to discuss all areas of dev-ops, coordinate infrastructure improvement, and share effective practices, and give and receive mentorship. Recent meeting topics include improving AWS hosting, password vaults, and multi-tenant product architecture.",
0 commit comments