Open Issues Need Help
View All on GitHub Web Development • Review Portal
Sorting reviews on Course page about 2 months ago
AI Summary: Implement sorting functionality for course reviews. The current sorting is broken and needs fixing. Add a new sorting option to sort reviews by the number of votes received.
Complexity:
3/5
bug good first issue
Web Development • Review Portal
Add data of all profs about 2 months ago
good first issue
Web Development • Review Portal
Switching to another tab and coming back to courses page... about 2 months ago
AI Summary: The task requires implementing client-side state management in the Next.js frontend to prevent data loss when navigating away from and returning to the course review page. This likely involves using a state management library (like Zustand, Jotai, or Redux) to persist the review content in the browser's memory while the user navigates to other tabs. The solution should ensure that the half-written review is restored when the user returns to the page.
Complexity:
4/5
bug help wanted