From 694c797d7792729284add217d9212b0071b07019 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Fri, 13 Sep 2024 22:21:47 +0600 Subject: [PATCH] feat: sample changelog files --- src/data/changelogs/leaderboard-page.md | 19 +++++++++++++++++++ src/data/changelogs/new-dashboard-page.md | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/data/changelogs/leaderboard-page.md create mode 100644 src/data/changelogs/new-dashboard-page.md diff --git a/src/data/changelogs/leaderboard-page.md b/src/data/changelogs/leaderboard-page.md new file mode 100644 index 000000000..21f77fd6b --- /dev/null +++ b/src/data/changelogs/leaderboard-page.md @@ -0,0 +1,19 @@ +--- +title: 'Leaderboard Page' +description: 'New leaderbaord page showing the most active users' +seo: + title: 'Leaderboard Page - roadmap.sh' + description: '' +date: 2024-09-13 +--- + +![Leaderboard Page](https://assets.roadmap.sh/guest/accordion-rbvpo.png) + +We are introducing a new leaderboard page that will show the most active users on the platform. This will help users to see who is contributing the most to the community and motivate them to participate more. + +- Top users will be shown based on the number of contributions they have made. +- Users will be able to see their own rank on the leaderboard. +- Users will be able to see the rank of other users on the leaderboard. +- Top performers will be highlighted on the leaderboard. + +You can check out the leaderboard page [here](/leaderboard). diff --git a/src/data/changelogs/new-dashboard-page.md b/src/data/changelogs/new-dashboard-page.md new file mode 100644 index 000000000..c0091731d --- /dev/null +++ b/src/data/changelogs/new-dashboard-page.md @@ -0,0 +1,12 @@ +--- +title: 'New Dashboard Page' +description: 'We have added a new dashboard page to help you track your progress' +seo: + title: 'New Dashboard Page - roadmap.sh' + description: 'We have added a new dashboard page to help you track your progress' +date: 2024-09-12 +--- + +We have revamped the dashboard page for logged-in users. The new dashboard page will help you track your progress and see your overall progress in a single view. We have also added a new progress bar to help you visualize your progress. + +If you want to access the guest homepage, you check check it out [here](/home).