Skip to content

Commit 70c3d51

Browse files
Merge pull request #35 from HackYourFuture-CPH/framework
Provide a structure for Foundation, Back end, Front end
2 parents 5070d81 + b964b3d commit 70c3d51

File tree

16 files changed

+75
-1
lines changed

16 files changed

+75
-1
lines changed

courses/Backend/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@
44
> Work in progress. Proposed content defined [here](https://docs.google.com/document/d/151MLm-8WA6jSk0-9JhBTuG1xZ9Fo9HRLplJx6Bhps6A/edit?tab=t.0).
55
66
## Modules
7+
8+
| Name | Weeks |
9+
| -------------------------------------------------------------------------- | ----- |
10+
| [Collaboration via GitHub](../../shared-modules/collaboration-via-github/) | 1 |
11+
| Backend JavaScript stuff | ? |
12+
| [Databases](./databases/) | 2 |
13+
| More JS stuff | ? |
14+
| [Final project](./final-project/) | 3 |
15+
| [Career training](../../legacy/career-training/) | 3 |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Databases
2+
3+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Final project (back end)
2+
3+
TODO

courses/Foundation/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@
55
66
## Modules
77

8-
### [HTML & CSS](./HTML-CSS)
8+
| Name | Weeks |
9+
| ---------------------------------------------------------- | ----- |
10+
| [HTML & CSS](./HTML-CSS) | 1 |
11+
| [Git](../../legacy/git/git1/) | 1 |
12+
| [Javascript Foundation](./javascript-foundation/README.md) | 6 |
13+
| [Databases](./databases/) | 1 |
14+
| [Introduction to backend / APIs](./intro-to-backend/) | 1 |
15+
| [Team processes](./team-processes/) | 1 |
16+
| [Final project](./final-project/) | 2–3 |
17+
18+
Total: 13—14 weeks.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Databases
2+
3+
Will be based on [legacy databases week 1](../../../legacy/databases/lesson1/) but we'll need changes.
4+
5+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Final project (Foundation)
2+
3+
TODO. Somewhat new content.

courses/Foundation/git/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Git
2+
3+
- [week 1 of 1](../../../legacy/git/git1/)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction to backend / APIs
2+
3+
- [week 1 of 1](../../../legacy/nodejs/week1/)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JavaScript Foundation
2+
3+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Team processes
2+
3+
New content. TODO.

0 commit comments

Comments
 (0)