Modern React/TypeScript version of the ESNYC Lesson Search Interface with advanced filtering capabilities and Supabase backend

2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the review dashboard in a React/TypeScript application to display the extracted lesson title instead of the submission ID. This involves leveraging an existing title extraction function and integrating it into the dashboard's display of submission cards. Error handling for title extraction failures is also required.

Complexity: 2/5
enhancement good first issue ux

Modern React/TypeScript version of the ESNYC Lesson Search Interface with advanced filtering capabilities and Supabase backend

TypeScript

AI Summary: Refactor the React/TypeScript application to replace string-based role comparisons with the existing `UserRole` enum for improved type safety and maintainability. This involves updating several components and potentially edge functions to use the enum instead of string literals for role checks.

Complexity: 3/5
enhancement good first issue refactor

Modern React/TypeScript version of the ESNYC Lesson Search Interface with advanced filtering capabilities and Supabase backend

TypeScript