Open Issues Need Help
View All on GitHubAI Summary: The task involves fixing a bug in the mentee dashboard where the rank display is inaccurate. This requires updating the frontend code to use a new `position` attribute from the backend, instead of the currently flawed logic using `tasks_completed` and `total_points`. The solution involves refactoring the frontend code to correctly display the mentee's rank based on the new `position` attribute.
AI Summary: Redesign the leaderboard page's UI to remove the visually cluttered podium section and integrate the top 3 rankings directly into the main leaderboard table. The goal is to create a cleaner, more professional, and scalable design.
AI Summary: Implement a consistent loading animation across all pages of the amMentor web application to improve user experience during data fetching or processing. This involves adding a loading indicator (spinner or progress bar) that displays while asynchronous operations are underway.