3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Web Development Educational Platform

AI 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.

Complexity: 3/5
bug good first issue
Web Development Educational Platform

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.

Complexity: 3/5
enhancement good first issue
Web Development Educational Platform

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.

Complexity: 3/5
enhancement good first issue