Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two items to meeting and one item to conference #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 42 additions & 39 deletions inst/topics/boring-meeting.R
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
# "Boring meeting" work bank - from http://bingo.saksena.net/bingo

c(
"low-risk",
"client",
"best practice",
"initiative",
"vision",
"task force",
"alternative",
"market",
"schedule",
"milestone",
"performance",
"brainstorm",
"scalable",
"synergy",
"action item",
"passdown",
"back-end",
"braindump",
"cross-platform",
"customer",
"deliver",
"eyeballs",
"revenue",
"money",
"incentive",
"leverage",
"value-add",
"PUMA (please use more acronyms)",
"committee",
"mute the call",
"forgot to mute the call",
"at the table",
"guru",
"unicorn",
"transformative"
)
# "Boring meeting" work bank - from http://bingo.saksena.net/bingo

c(
"low-risk",
"client",
"best practice",
"initiative",
"vision",
"task force",
"alternative",
"market",
"schedule",
"milestone",
"performance",
"brainstorm",
"scalable",
"synergy",
"action item",
"passdown",
"back-end",
"braindump",
"cross-platform",
"customer",
"deliver",
"eyeballs",
"revenue",
"money",
"incentive",
"leverage",
"value-add",
"PUMA (please use more acronyms)",
"committee",
"mute the call",
"forgot to mute the call",
"at the table",
"guru",
"unicorn",
"transformative",
"policy",
"deliverable
lex-files marked this conversation as resolved.
Show resolved Hide resolved
)

65 changes: 33 additions & 32 deletions inst/topics/conference-call.R
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
c("Can you see my screen?",
"Can you hear me?",
"Could everyone mute their phones?",
"Someone forgets they are on mute",
"I'm getting an echo",
"Laggy screen",
"Who just joined?",
"Background noise",
"Making a mistake in the dial-in code",
"Someone in the room mutes to talk over the call",
"Starting late",
"Running over",
"Small talk",
"Someone randomly joins the wrong call",
"People start talking at the same time",
"Someone loses the connection and re-joins",
"Hold music",
"Bad signal",
"Let's do a round of introductions",
"Someone in a car",
"Dog barking",
"Crying baby",
"Siren in the background",
"Circle back on that",
"Take this offline",
"Hard stop",
"Switching between calls",
"Someone takes another call and forgets to mute",
"Keyboard sounds",
"Moves the microphone",
"Someone is eating"
)
c("Can you see my screen?",
"Can you hear me?",
"Could everyone mute their phones?",
"Someone forgets they are on mute",
"I'm getting an echo",
"Laggy screen",
"Who just joined?",
"Background noise",
"Making a mistake in the dial-in code",
"Someone in the room mutes to talk over the call",
"Starting late",
"Running over",
"Small talk",
"Someone randomly joins the wrong call",
"People start talking at the same time",
"Someone loses the connection and re-joins",
"Hold music",
"Bad signal",
"Let's do a round of introductions",
"Someone in a car",
"Dog barking",
"Crying baby",
"Siren in the background",
"Circle back on that",
"Take this offline",
"Hard stop",
"Switching between calls",
"Someone takes another call and forgets to mute",
"Keyboard sounds",
"Moves the microphone",
"Someone is eating",
"Someone coughs directly into the microphone"
)