diff --git a/src/data/courses/f24/cs290/topics.js b/src/data/courses/f24/cs290/topics.js index 98952ba8..ba758ac1 100644 --- a/src/data/courses/f24/cs290/topics.js +++ b/src/data/courses/f24/cs290/topics.js @@ -280,7 +280,6 @@ const topics = [ { title: 'Server-Side JS: Serving with Express', weeks: [ 8 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -324,7 +323,6 @@ const topics = [ { title: 'Dynamically Rendering Content with Handlebars', weeks: [ 9 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -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: [ {