Skip to content

Commit e0b2456

Browse files
Merge pull request #213 from HackYourFuture-CPH/rename-team-processes
Rename team processes modules
2 parents 32f75bb + fe3a3c7 commit e0b2456

File tree

18 files changed

+25
-25
lines changed

18 files changed

+25
-25
lines changed

SUMMARY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
- [Preparation](courses/foundation/intro-to-frontend/week1/preparation.md)
6363
- [Session Plan](courses/foundation/intro-to-frontend/week1/session-plan.md)
6464
- [Assignment](courses/foundation/intro-to-frontend/week1/assignment.md)
65-
- [Team Processes](courses/foundation/team-processes-intro/README.md)
66-
- [Week 1](courses/foundation/team-processes-intro/week1)
67-
- [Preparation](courses/foundation/team-processes-intro/week1/preparation.md)
68-
- [Session Plan](courses/foundation/team-processes-intro/week1/session-plan.md)
69-
- [Assignment](courses/foundation/team-processes-intro/week1/assignment.md)
65+
- [Intro to Agile](courses/foundation/intro-to-agile/README.md)
66+
- [Week 1](courses/foundation/intro-to-agile/week1)
67+
- [Preparation](courses/foundation/intro-to-agile/week1/preparation.md)
68+
- [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md)
69+
- [Assignment](courses/foundation/intro-to-agile/week1/assignment.md)
7070
- [Career Training](courses/foundation/career-training/README.md)
7171
- [Week 1](courses/foundation/career-training/week1/README.md)
7272
- [Preparation](courses/foundation/career-training/week1/preparation.md)
@@ -115,11 +115,11 @@
115115
- [Preparation](shared-modules/collaboration-via-github/week1/preparation.md)
116116
- [Session Plan](shared-modules/collaboration-via-github/week1/session-plan.md)
117117
- [Assignment](shared-modules/collaboration-via-github/week1/assignment.md)
118-
- [Advanced Team Processes](shared-modules/advanced-team-processes/README.md)
119-
- [Week 1](shared-modules/advanced-team-processes/week1)
120-
- [Preparation](shared-modules/advanced-team-processes/week1/preparation.md)
121-
- [Session Plan](shared-modules/advanced-team-processes/week1/session-plan.md)
122-
- [Assignment](shared-modules/advanced-team-processes/week1/assignment.md)
118+
- [Agile Teamwork](shared-modules/agile-teamwork/README.md)
119+
- [Week 1](shared-modules/agile-teamwork/week1)
120+
- [Preparation](shared-modules/agile-teamwork/week1/preparation.md)
121+
- [Session Plan](shared-modules/agile-teamwork/week1/session-plan.md)
122+
- [Assignment](shared-modules/agile-teamwork/week1/assignment.md)
123123
- [Using AI in Development](shared-modules/using-ai-in-development/README.md)
124124
- [Week 1](shared-modules/using-ai-in-development/week1/README.md)
125125
- [Preparation](shared-modules/using-ai-in-development/week1/preparation.md)

courses/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This specialism course is focused on setting you up to land a Backend Developer
1111
| [Advanced JavaScript](./advanced-javascript/README.md) | 4 |
1212
| [Databases](./databases/README.md) | 2 |
1313
| [Node.js](./node/README.md) | 2 |
14-
| [Advanced Team Processes](/shared-modules/advanced-team-processes/README.md) | 1 |
14+
| [Agile Teamwork](/shared-modules/agile-teamwork/README.md) | 1 |
1515
| [Specialist Career Training](/shared-modules/specialist-career-training/README.md) | 3 (2 in person) |
1616
| [Final project](./final-project/README.md) | 5 |
1717

courses/foundation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here you'll learn the fundamentals for how the web works, the basics of programm
1414
| [Databases](./databases/README.md) | 1 |
1515
| [Intro to Backend](./intro-to-backend/README.md) | 1 |
1616
| [Intro to Frontend](./intro-to-frontend/README.md) | 1 |
17-
| [Team Processes Intro](./team-processes-intro/README.md) | 1 |
17+
| [Intro to Agile](./intro-to-agile/README.md) | 1 |
1818
| [Career Training](./career-training/README.md) | 3 (1 in person) |
1919
| [Final project](./final-project/README.md) | 3 |
2020

@@ -126,7 +126,7 @@ Total: 16 weeks
126126
- [ ] Displaying external data
127127
- [ ] Fetch (No promise explanation! Focus on usage)
128128

129-
### [Team Processes](/courses/foundation/team-processes-intro)
129+
### [Intro to Agile](/courses/foundation/intro-to-agile)
130130

131131
- [ ] What is project management and why is it important
132132
- [ ] Understand the main principles and values of Agile

courses/foundation/team-processes-intro/README.md renamed to courses/foundation/intro-to-agile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Team Processes Intro
1+
# Intro to Agile
22

33
This module aims to introduce you to the basic principles of managing a project well and collaborating with others on tasks. Most of these concepts come from the software development world, but they inform good practices that you can use across many different types of jobs and teams.
44

courses/foundation/team-processes-intro/week1/assets/trello-example-basic.png renamed to courses/foundation/intro-to-agile/week1/assets/trello-example-basic.png

File renamed without changes.

courses/foundation/team-processes-intro/week1/assets/trello-example-prioritisation.png renamed to courses/foundation/intro-to-agile/week1/assets/trello-example-prioritisation.png

File renamed without changes.

courses/foundation/team-processes-intro/week1/assignment.md renamed to courses/foundation/intro-to-agile/week1/assignment.md

File renamed without changes.

courses/foundation/team-processes-intro/week1/preparation.md renamed to courses/foundation/intro-to-agile/week1/preparation.md

File renamed without changes.

courses/foundation/team-processes-intro/week1/session-plan.md renamed to courses/foundation/intro-to-agile/week1/session-plan.md

File renamed without changes.

courses/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This specialism course is focused on setting you up to land a Frontend Developer
1010
| [Using AI in Development](/shared-modules/using-ai-in-development/README.md) | 1 |
1111
| [Advanced JavaScript](./advanced-javascript/README.md) | 4 |
1212
| [React](./react/README.md) | 5 |
13-
| [Advanced Team Processes](/shared-modules/advanced-team-processes/README.md) | 1 |
13+
| [Agile Teamwork](/shared-modules/agile-teamwork/README.md) | 1 |
1414
| [Specialist Career Training](/shared-modules/specialist-career-training/README.md) | 3 (2 in person) |
1515
| [Final project](./final-project/README.md) | 5 |
1616

0 commit comments

Comments
 (0)