This PR adds a simple Artemis leaderboard to the homepage and creates components with corresponding Storybook-Stories.
In the future, it can easily extended with @tanstack/angular-table for filters, sorting, pagination.
Screenshots (if applicable)
Checklist
General
[x] PR title is clear and descriptive
[x] PR description explains the purpose and changes
[x] Code follows project coding standards
[x] Self-review of the code has been done
[x] Changes have been tested locally
[x] Screenshots have been attached (if applicable)
Client (if applicable)
[x] UI changes look good on all screen sizes and browsers
[x] No console errors or warnings
[x] User experience and accessibility have been tested
[x] Added Storybook stories for new components
[x] Components follow design system guidelines (if applicable)
Motivation
As our first gamfication component, we want to create a rework of the activity leaderboard in Artemis.
Pre-requisits:
Description
This PR adds a simple Artemis leaderboard to the homepage and creates components with corresponding Storybook-Stories. In the future, it can easily extended with
@tanstack/angular-table
for filters, sorting, pagination.Screenshots (if applicable)
Checklist
General
Client (if applicable)