diff --git a/src/components/Dashboard/RecommendedRoadmaps.tsx b/src/components/Dashboard/RecommendedRoadmaps.tsx index 063aae9d8..ba5ae7801 100644 --- a/src/components/Dashboard/RecommendedRoadmaps.tsx +++ b/src/components/Dashboard/RecommendedRoadmaps.tsx @@ -19,9 +19,8 @@ export function RecommendedRoadmaps(props: RecommendedRoadmapsProps) { - All Roadmaps diff --git a/src/data/changelogs/redis-roadmap.md b/src/data/changelogs/redis-roadmap.md new file mode 100644 index 000000000..c6277697e --- /dev/null +++ b/src/data/changelogs/redis-roadmap.md @@ -0,0 +1,26 @@ +--- +title: 'Redis Roadmap, Dashboard Changes, Bookmarks' +description: 'New leaderboard page showing the most active users' +images: + "Redis Roadmap": "https://assets.roadmap.sh/guest/redis-roadmap.png" + "Bookmarks": "https://assets.roadmap.sh/guest/bookmark-roadmaps.png" +seo: + title: 'Leaderboard Page - roadmap.sh' + description: '' +date: 2024-09-23 +--- + +Focus for this week was improving the user experience and adding new features to the platform. Here are the highlights: + +- New dashboard for logged-in users +- New leaderboard page +- Projects page listing all projects +- Ability to stop a started project +- Frontend and backend content improvements +- Bug fixes + +[Dashboard](/) would allow logged-in users to keep track of their bookmarks, learning progress, project and more. You can still visit the [old homepage](https://roadmap.sh/home) once you login. + +We also launched a new [leaderboard page](/leaderboard) showing the most active users, users who completed most projects and more. + +There is also a [new projects page](/projects) where you can see all the projects you have been working on. You can also now stop a started project. \ No newline at end of file