diff --git a/SUMMARY.md b/SUMMARY.md index 0265e09e..7c606341 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) @@ -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) diff --git a/courses/backend/README.md b/courses/backend/README.md index 937f45df..23dacb46 100644 --- a/courses/backend/README.md +++ b/courses/backend/README.md @@ -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 | diff --git a/courses/foundation/README.md b/courses/foundation/README.md index acac09db..39b8e048 100644 --- a/courses/foundation/README.md +++ b/courses/foundation/README.md @@ -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 | @@ -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 diff --git a/courses/foundation/team-processes-intro/README.md b/courses/foundation/intro-to-agile/README.md similarity index 98% rename from courses/foundation/team-processes-intro/README.md rename to courses/foundation/intro-to-agile/README.md index ffcc2d0c..155d4482 100644 --- a/courses/foundation/team-processes-intro/README.md +++ b/courses/foundation/intro-to-agile/README.md @@ -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. diff --git a/courses/foundation/team-processes-intro/week1/assets/trello-example-basic.png b/courses/foundation/intro-to-agile/week1/assets/trello-example-basic.png similarity index 100% rename from courses/foundation/team-processes-intro/week1/assets/trello-example-basic.png rename to courses/foundation/intro-to-agile/week1/assets/trello-example-basic.png diff --git a/courses/foundation/team-processes-intro/week1/assets/trello-example-prioritisation.png b/courses/foundation/intro-to-agile/week1/assets/trello-example-prioritisation.png similarity index 100% rename from courses/foundation/team-processes-intro/week1/assets/trello-example-prioritisation.png rename to courses/foundation/intro-to-agile/week1/assets/trello-example-prioritisation.png diff --git a/courses/foundation/team-processes-intro/week1/assignment.md b/courses/foundation/intro-to-agile/week1/assignment.md similarity index 100% rename from courses/foundation/team-processes-intro/week1/assignment.md rename to courses/foundation/intro-to-agile/week1/assignment.md diff --git a/courses/foundation/team-processes-intro/week1/preparation.md b/courses/foundation/intro-to-agile/week1/preparation.md similarity index 100% rename from courses/foundation/team-processes-intro/week1/preparation.md rename to courses/foundation/intro-to-agile/week1/preparation.md diff --git a/courses/foundation/team-processes-intro/week1/session-plan.md b/courses/foundation/intro-to-agile/week1/session-plan.md similarity index 100% rename from courses/foundation/team-processes-intro/week1/session-plan.md rename to courses/foundation/intro-to-agile/week1/session-plan.md diff --git a/courses/frontend/README.md b/courses/frontend/README.md index f58fea39..69e5aedf 100644 --- a/courses/frontend/README.md +++ b/courses/frontend/README.md @@ -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 | diff --git a/shared-modules/README.md b/shared-modules/README.md index 725685eb..c0505040 100644 --- a/shared-modules/README.md +++ b/shared-modules/README.md @@ -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) | diff --git a/shared-modules/advanced-team-processes/README.md b/shared-modules/agile-teamwork/README.md similarity index 93% rename from shared-modules/advanced-team-processes/README.md rename to shared-modules/agile-teamwork/README.md index 5aece830..b8edecd7 100644 --- a/shared-modules/advanced-team-processes/README.md +++ b/shared-modules/agile-teamwork/README.md @@ -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. @@ -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/) diff --git a/shared-modules/advanced-team-processes/week1/assignment.md b/shared-modules/agile-teamwork/week1/assignment.md similarity index 100% rename from shared-modules/advanced-team-processes/week1/assignment.md rename to shared-modules/agile-teamwork/week1/assignment.md diff --git a/shared-modules/advanced-team-processes/week1/preparation.md b/shared-modules/agile-teamwork/week1/preparation.md similarity index 100% rename from shared-modules/advanced-team-processes/week1/preparation.md rename to shared-modules/agile-teamwork/week1/preparation.md diff --git a/shared-modules/advanced-team-processes/week1/session-materials/product-ideas.md b/shared-modules/agile-teamwork/week1/session-materials/product-ideas.md similarity index 100% rename from shared-modules/advanced-team-processes/week1/session-materials/product-ideas.md rename to shared-modules/agile-teamwork/week1/session-materials/product-ideas.md diff --git a/shared-modules/advanced-team-processes/week1/session-materials/scrum-roles.md b/shared-modules/agile-teamwork/week1/session-materials/scrum-roles.md similarity index 100% rename from shared-modules/advanced-team-processes/week1/session-materials/scrum-roles.md rename to shared-modules/agile-teamwork/week1/session-materials/scrum-roles.md diff --git a/shared-modules/advanced-team-processes/week1/session-plan.md b/shared-modules/agile-teamwork/week1/session-plan.md similarity index 98% rename from shared-modules/advanced-team-processes/week1/session-plan.md rename to shared-modules/agile-teamwork/week1/session-plan.md index bc02c900..ce679186 100644 --- a/shared-modules/advanced-team-processes/week1/session-plan.md +++ b/shared-modules/agile-teamwork/week1/session-plan.md @@ -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**. diff --git a/support/src/documentationHelpers/programStructure.json b/support/src/documentationHelpers/programStructure.json index d8589499..32b209e3 100644 --- a/support/src/documentationHelpers/programStructure.json +++ b/support/src/documentationHelpers/programStructure.json @@ -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", @@ -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", @@ -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",