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
9 changes: 9 additions & 0 deletions courses/Backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
3 changes: 3 additions & 0 deletions courses/Backend/databases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Databases

TODO
3 changes: 3 additions & 0 deletions courses/Backend/final-project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Final project (back end)

TODO
12 changes: 11 additions & 1 deletion courses/Foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions courses/Foundation/databases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Databases

Will be based on [legacy databases week 1](../../../legacy/databases/lesson1/) but we'll need changes.

TODO
3 changes: 3 additions & 0 deletions courses/Foundation/final-project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Final project (Foundation)

TODO. Somewhat new content.
3 changes: 3 additions & 0 deletions courses/Foundation/git/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Git

- [week 1 of 1](../../../legacy/git/git1/)
3 changes: 3 additions & 0 deletions courses/Foundation/intro-to-backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Introduction to backend / APIs

- [week 1 of 1](../../../legacy/nodejs/week1/)
3 changes: 3 additions & 0 deletions courses/Foundation/javascript-foundation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# JavaScript Foundation

TODO
3 changes: 3 additions & 0 deletions courses/Foundation/team-processes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Team processes

New content. TODO.
9 changes: 9 additions & 0 deletions courses/Frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
3 changes: 3 additions & 0 deletions courses/Frontend/final-project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Final project (front-end)

TODO
3 changes: 3 additions & 0 deletions courses/Frontend/react/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# React

[React](../../../legacy/react/) from the legacy programme.
6 changes: 6 additions & 0 deletions courses/Frontend/team-processes/README.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions courses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Courses

1. [Pre-course](./Pre-Course/)
2. [Foundation](./Foundation/)
3. [Backend](./Backend/) OR [Frontend](./Frontend/)
3 changes: 3 additions & 0 deletions shared-modules/collaboration-via-github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Collaboration via GitHub

Essentially / exactly [Git 2](../../legacy/git/git2/) from the legacy course.