Skip to content

Commit

Permalink
Update CS 290 topics.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Dec 2, 2024
1 parent ea1adbf commit aa3b8b6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/data/courses/f24/cs290/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ const topics = [
{
title: 'Server-Side JS: Serving with Express',
weeks: [ 8 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -324,7 +323,6 @@ const topics = [
{
title: 'Dynamically Rendering Content with Handlebars',
weeks: [ 9 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -376,18 +374,19 @@ const topics = [
},

{
title: 'Asynchronous Client-Server Communication',
title: 'Asynchronous Client-Server Communication and User-Generated Content',
weeks: [ 10 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1mG9PAN18vuKIXPZXE0P4EVkOBtU9zjz4UqaIv6DnDfY/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs290-f23/async-communication',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs290-f24/user-content',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit aa3b8b6

Please sign in to comment.