Skip to content

Commit

Permalink
feat: add links to course prorgram to assignments (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlreadyBored authored Dec 26, 2024
1 parent 4f648a2 commit 480d1de
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/README.md)

# Node.js Assignments

## Node.js basics
Expand Down
2 changes: 2 additions & 0 deletions assignments/authentication/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/authentication-jwt/README.md)

# Authentication and Authorization

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/basic-testing/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/testing/README.md)

# Assignment: Basic testing

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/battleship/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/websocket/README.md)

# Assignment: Websocket battleship server

## Description
Expand Down
5 changes: 4 additions & 1 deletion assignments/containerization-database-orm/assignment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## REST service: Containerization, Docker and Database & ORM
# [Course program module 1 (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/containerization/README.md

# [Course program module 2 (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/database-orm/README.md)

## REST service: Containerization, Docker and Database & ORM

## Prerequisites

Expand Down
2 changes: 2 additions & 0 deletions assignments/containerization/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/containerization/README.md)

## REST service: Containerization, Docker

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/crud-api/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/crud-api/README.md)

# Assignment: CRUD API

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/database-orm/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/database-orm/README.md)

# REST service: PostgreSQL & ORM

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/file-manager/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/nodejs-application/README.md)

# Assignment: File Manager

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/graphql-service/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/graphql/README.md)

## Assignment: Graphql

## Source repository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [Course program module 1 (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/logging-error-handling/README.md)

# [Course program module 2 (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/authentication-jwt/README.md)

# REST service: Logging & Error Handling and Authentication and Authorization

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/logging-error-handling/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/logging-error-handling/README.md)

# REST service: Logging & Error Handling

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/nodejs-basics/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/nodejs-basics/README.md)

# Assignment: Node.js basics

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/remote-control/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/websocket/README.md)

# Assignment: Websocket Remote Control

## Description
Expand Down
2 changes: 2 additions & 0 deletions assignments/rest-service/assignment.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [Course program module (for RS School students)](https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/rest/README.md)

# Assignment: REST Service

## Description
Expand Down

0 comments on commit 480d1de

Please sign in to comment.