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

Open Issues Need Help

View All on GitHub
Web Development Review Portal

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

Review Portal for IIIT Hyderabad

TypeScript
Web Development Review Portal
Add data of all profs about 2 months ago
good first issue

Review Portal for IIIT Hyderabad

TypeScript
Web Development Review Portal

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

Review Portal for IIIT Hyderabad

TypeScript