Skip to content
Merged
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
20 changes: 10 additions & 10 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
- [Preparation](courses/foundation/intro-to-frontend/week1/preparation.md)
- [Session Plan](courses/foundation/intro-to-frontend/week1/session-plan.md)
- [Assignment](courses/foundation/intro-to-frontend/week1/assignment.md)
- [Team Processes](courses/foundation/team-processes-intro/README.md)
- [Week 1](courses/foundation/team-processes-intro/week1)
- [Preparation](courses/foundation/team-processes-intro/week1/preparation.md)
- [Session Plan](courses/foundation/team-processes-intro/week1/session-plan.md)
- [Assignment](courses/foundation/team-processes-intro/week1/assignment.md)
- [Intro to Agile](courses/foundation/intro-to-agile/README.md)
- [Week 1](courses/foundation/intro-to-agile/week1)
- [Preparation](courses/foundation/intro-to-agile/week1/preparation.md)
- [Session Plan](courses/foundation/intro-to-agile/week1/session-plan.md)
- [Assignment](courses/foundation/intro-to-agile/week1/assignment.md)
- [Career Training](courses/foundation/career-training/README.md)
- [Week 1](courses/foundation/career-training/week1/README.md)
- [Preparation](courses/foundation/career-training/week1/preparation.md)
Expand Down Expand Up @@ -115,11 +115,11 @@
- [Preparation](shared-modules/collaboration-via-github/week1/preparation.md)
- [Session Plan](shared-modules/collaboration-via-github/week1/session-plan.md)
- [Assignment](shared-modules/collaboration-via-github/week1/assignment.md)
- [Advanced Team Processes](shared-modules/advanced-team-processes/README.md)
- [Week 1](shared-modules/advanced-team-processes/week1)
- [Preparation](shared-modules/advanced-team-processes/week1/preparation.md)
- [Session Plan](shared-modules/advanced-team-processes/week1/session-plan.md)
- [Assignment](shared-modules/advanced-team-processes/week1/assignment.md)
- [Agile Teamwork](shared-modules/agile-teamwork/README.md)
- [Week 1](shared-modules/agile-teamwork/week1)
- [Preparation](shared-modules/agile-teamwork/week1/preparation.md)
- [Session Plan](shared-modules/agile-teamwork/week1/session-plan.md)
- [Assignment](shared-modules/agile-teamwork/week1/assignment.md)
- [Using AI in Development](shared-modules/using-ai-in-development/README.md)
- [Week 1](shared-modules/using-ai-in-development/week1/README.md)
- [Preparation](shared-modules/using-ai-in-development/week1/preparation.md)
Expand Down
2 changes: 1 addition & 1 deletion courses/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This specialism course is focused on setting you up to land a Backend Developer
| [Advanced JavaScript](./advanced-javascript/README.md) | 4 |
| [Databases](./databases/README.md) | 2 |
| [Node.js](./node/README.md) | 2 |
| [Advanced Team Processes](/shared-modules/advanced-team-processes/README.md) | 1 |
| [Agile Teamwork](/shared-modules/agile-teamwork/README.md) | 1 |
| [Specialist Career Training](/shared-modules/specialist-career-training/README.md) | 3 (2 in person) |
| [Final project](./final-project/README.md) | 5 |

Expand Down
4 changes: 2 additions & 2 deletions courses/foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here you'll learn the fundamentals for how the web works, the basics of programm
| [Databases](./databases/README.md) | 1 |
| [Intro to Backend](./intro-to-backend/README.md) | 1 |
| [Intro to Frontend](./intro-to-frontend/README.md) | 1 |
| [Team Processes Intro](./team-processes-intro/README.md) | 1 |
| [Intro to Agile](./intro-to-agile/README.md) | 1 |
| [Career Training](./career-training/README.md) | 3 (1 in person) |
| [Final project](./final-project/README.md) | 3 |

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

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

- [ ] What is project management and why is it important
- [ ] Understand the main principles and values of Agile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Team Processes Intro
# Intro to Agile

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.

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

Expand Down
2 changes: 1 addition & 1 deletion shared-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Some modules are taught across multiple courses, when the content does not chang
| Name |
| -------------------------------------------------------------------- |
| [Collaboration via GitHub](./collaboration-via-github/README.md) |
| [Advanced Team Processes](./advanced-team-processes/README.md) |
| [Agile Teamwork](./agile-teamwork/README.md) |
| [Specialist Career Training](./specialist-career-training/README.md) |
| [Using AI in Development](./using-ai-in-development/README.md) |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Advanced Team Processes
# Agile Teamwork

This module aims to build on your project management and team collaboration skills by teaching you more about how developers work in teams in the industry, and what Agile and SCRUM looks like in day-to-day work.

Expand All @@ -19,4 +19,4 @@ This module aims to build on your project management and team collaboration skil

## Prerequisites

- [Team Processes Intro](/courses/foundation/team-processes-intro/)
- [Intro to Agile](/courses/foundation/intro-to-agile/)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Part 0: Introduction & Recap

- [Recap from foundation module (Waterfall vs Agile vs Scrum)](/courses/foundation/team-processes-intro/week1/session-plan.md)
- [Recap from foundation module (Waterfall vs Agile vs Scrum)](/courses/foundation/intro-to-agile/week1/session-plan.md)
- Project stages and responsibilities
- Goals of the session: **simulate a real Scrum cycle on a real coding project**.

Expand Down
12 changes: 6 additions & 6 deletions support/src/documentationHelpers/programStructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"location": "courses/foundation/intro-to-frontend"
},
{
"name": "Team Processes",
"location": "courses/foundation/team-processes-intro"
"name": "Intro to Agile",
"location": "courses/foundation/intro-to-agile"
},
{
"name": "Career Training",
Expand Down Expand Up @@ -75,8 +75,8 @@
"location": "courses/backend/node"
},
{
"name": "Advanced Team Processes",
"location": "shared-modules/advanced-team-processes"
"name": "Agile Teamwork",
"location": "shared-modules/agile-teamwork"
},
{
"name": "Specialist Career Training",
Expand Down Expand Up @@ -109,8 +109,8 @@
"location": "courses/frontend/react"
},
{
"name": "Advanced Team Processes",
"location": "shared-modules/advanced-team-processes"
"name": "Agile Teamwork",
"location": "shared-modules/agile-teamwork"
},
{
"name": "Specialist Career Training",
Expand Down