Skip to content

Commit 70d6b85

Browse files
authored
Merge pull request #425 from The-Strategy-Unit/proj_manage
Commit project management talk skeleton
2 parents ea23568 + c76f402 commit 70d6b85

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

  • presentations/2026-04-09_proj_github
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Project management in GitHub
3+
author: Chris Beeley
4+
date: 2026-04-09
5+
date-format: "MMM D, YYYY"
6+
format:
7+
revealjs:
8+
theme: [default, ../su_presentation.scss]
9+
transition: none
10+
chalkboard:
11+
buttons: false
12+
preview-links: auto
13+
slide-number: false
14+
auto-animate: true
15+
---
16+
17+
## Wny should I care about this?
18+
19+
* Maybe you don't care because you've used [insert tool here] in the past and it works fine thank you very much
20+
* Maybe you don't care because your project is small
21+
* Maybe you don't care because your project is really big
22+
* Maybe you were expecting a younger less broken member of the data science team- can't help you there I'm afraid
23+
24+
## Why should I care about this- I use other tools
25+
26+
* The right tool for the right job- I'm not selling you GitHub
27+
* We've used other approaches too (more on which later)
28+
* Duplication
29+
* Lack of coherence between tools
30+
* Skill issue
31+
32+
## Why should I care about this- small projects
33+
34+
* You know what to do- but will you do it in the right order? (Agile!)
35+
* You know what to do- but does your client agree?
36+
* You know what to do- but will your colleague after you're hit by a bus and off sick for 3 months?
37+
* You know what to do- but can you easily isolate specific changes in the code made for specific purposes if something goes wrong
38+
39+
## Why should I care about this- big projects
40+
41+
* Story time
42+
* Our friend at OpenSAFELY helped us
43+
* Rhian gave it a go
44+
* And now we wouldn't use anything else
45+
46+
## Demo a small project
47+
48+
* I'll make one up for ease
49+
50+
## Show some other stuff
51+
52+
* Coffee and coding, in a meta type way
53+
* We also have a GitHub project for RAP dropins
54+
55+
## The NHP behemoth
56+
57+
* Show some of the stuff that we use to keep organised
58+
* Welcome thoughts from scrummasters and other DS people
59+
60+
## Time for discussion and questions
61+
62+
* Do you use these features?
63+
* Could/ would you?
64+
* Would you like to know more about either doing it yourself or following along with ours (for the NHP people in the audience)
65+
66+
67+

0 commit comments

Comments
 (0)