diff --git a/courses/Backend/README.md b/courses/Backend/README.md index b3ab78ed..669cb32a 100644 --- a/courses/Backend/README.md +++ b/courses/Backend/README.md @@ -4,3 +4,12 @@ > Work in progress. Proposed content defined [here](https://docs.google.com/document/d/151MLm-8WA6jSk0-9JhBTuG1xZ9Fo9HRLplJx6Bhps6A/edit?tab=t.0). ## Modules + +| Name | Weeks | +| -------------------------------------------------------------------------- | ----- | +| [Collaboration via GitHub](../../shared-modules/collaboration-via-github/) | 1 | +| Backend JavaScript stuff | ? | +| [Databases](./databases/) | 2 | +| More JS stuff | ? | +| [Final project](./final-project/) | 3 | +| [Career training](../../legacy/career-training/) | 3 | diff --git a/courses/Backend/databases/README.md b/courses/Backend/databases/README.md new file mode 100644 index 00000000..457c2f7a --- /dev/null +++ b/courses/Backend/databases/README.md @@ -0,0 +1,3 @@ +# Databases + +TODO diff --git a/courses/Backend/final-project/README.md b/courses/Backend/final-project/README.md new file mode 100644 index 00000000..fec772f0 --- /dev/null +++ b/courses/Backend/final-project/README.md @@ -0,0 +1,3 @@ +# Final project (back end) + +TODO diff --git a/courses/Foundation/README.md b/courses/Foundation/README.md index 880fb3a7..8d5c474f 100644 --- a/courses/Foundation/README.md +++ b/courses/Foundation/README.md @@ -5,4 +5,14 @@ ## Modules -### [HTML & CSS](./HTML-CSS) +| Name | Weeks | +| ---------------------------------------------------------- | ----- | +| [HTML & CSS](./HTML-CSS) | 1 | +| [Git](../../legacy/git/git1/) | 1 | +| [Javascript Foundation](./javascript-foundation/README.md) | 6 | +| [Databases](./databases/) | 1 | +| [Introduction to backend / APIs](./intro-to-backend/) | 1 | +| [Team processes](./team-processes/) | 1 | +| [Final project](./final-project/) | 2–3 | + +Total: 13—14 weeks. diff --git a/courses/Foundation/databases/README.md b/courses/Foundation/databases/README.md new file mode 100644 index 00000000..87454176 --- /dev/null +++ b/courses/Foundation/databases/README.md @@ -0,0 +1,5 @@ +# Databases + +Will be based on [legacy databases week 1](../../../legacy/databases/lesson1/) but we'll need changes. + +TODO diff --git a/courses/Foundation/final-project/README.md b/courses/Foundation/final-project/README.md new file mode 100644 index 00000000..221c1cac --- /dev/null +++ b/courses/Foundation/final-project/README.md @@ -0,0 +1,3 @@ +# Final project (Foundation) + +TODO. Somewhat new content. diff --git a/courses/Foundation/git/README.md b/courses/Foundation/git/README.md new file mode 100644 index 00000000..6d7dc599 --- /dev/null +++ b/courses/Foundation/git/README.md @@ -0,0 +1,3 @@ +# Git + +- [week 1 of 1](../../../legacy/git/git1/) diff --git a/courses/Foundation/intro-to-backend/README.md b/courses/Foundation/intro-to-backend/README.md new file mode 100644 index 00000000..811fab0c --- /dev/null +++ b/courses/Foundation/intro-to-backend/README.md @@ -0,0 +1,3 @@ +# Introduction to backend / APIs + +- [week 1 of 1](../../../legacy/nodejs/week1/) diff --git a/courses/Foundation/javascript-foundation/README.md b/courses/Foundation/javascript-foundation/README.md new file mode 100644 index 00000000..30a10833 --- /dev/null +++ b/courses/Foundation/javascript-foundation/README.md @@ -0,0 +1,3 @@ +# JavaScript Foundation + +TODO diff --git a/courses/Foundation/team-processes/README.md b/courses/Foundation/team-processes/README.md new file mode 100644 index 00000000..28378ddb --- /dev/null +++ b/courses/Foundation/team-processes/README.md @@ -0,0 +1,3 @@ +# Team processes + +New content. TODO. diff --git a/courses/Frontend/README.md b/courses/Frontend/README.md index 95831f6a..3b1d7f20 100644 --- a/courses/Frontend/README.md +++ b/courses/Frontend/README.md @@ -4,3 +4,12 @@ > Work in progress. Proposed content defined [here](https://docs.google.com/document/d/151MLm-8WA6jSk0-9JhBTuG1xZ9Fo9HRLplJx6Bhps6A/edit?tab=t.0). ## Modules + +| Name | Weeks | +| -------------------------------------------------------------------------- | ----- | +| [Collaboration via GitHub](../../shared-modules/collaboration-via-github/) | 1 | +| Frontend JavaScript stuff | ? | +| [React](./react/) | 5 | +| [Team processes (front-end)](./team-processes/) | 1 | +| [Final project](./final-project/) | 3 | +| [Career training](../../legacy/career-training/) | 3 | diff --git a/courses/Frontend/final-project/README.md b/courses/Frontend/final-project/README.md new file mode 100644 index 00000000..2a564f55 --- /dev/null +++ b/courses/Frontend/final-project/README.md @@ -0,0 +1,3 @@ +# Final project (front-end) + +TODO diff --git a/courses/Frontend/react/README.md b/courses/Frontend/react/README.md new file mode 100644 index 00000000..305b359a --- /dev/null +++ b/courses/Frontend/react/README.md @@ -0,0 +1,3 @@ +# React + +[React](../../../legacy/react/) from the legacy programme. diff --git a/courses/Frontend/team-processes/README.md b/courses/Frontend/team-processes/README.md new file mode 100644 index 00000000..239fed03 --- /dev/null +++ b/courses/Frontend/team-processes/README.md @@ -0,0 +1,6 @@ +# Team processes (front-end) + +> See foundation description for more context. It should be a more advanced, +> software development/frontend focussed version here. + +TODO diff --git a/courses/README.md b/courses/README.md new file mode 100644 index 00000000..56a101ad --- /dev/null +++ b/courses/README.md @@ -0,0 +1,5 @@ +# Courses + +1. [Pre-course](./Pre-Course/) +2. [Foundation](./Foundation/) +3. [Backend](./Backend/) OR [Frontend](./Frontend/) diff --git a/shared-modules/collaboration-via-github/README.md b/shared-modules/collaboration-via-github/README.md new file mode 100644 index 00000000..dded400d --- /dev/null +++ b/shared-modules/collaboration-via-github/README.md @@ -0,0 +1,3 @@ +# Collaboration via GitHub + +Essentially / exactly [Git 2](../../legacy/git/git2/) from the legacy course.