Open Issues Need Help
View All on GitHubAI 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.
Modern React/TypeScript version of the ESNYC Lesson Search Interface with advanced filtering capabilities and Supabase backend
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.
Modern React/TypeScript version of the ESNYC Lesson Search Interface with advanced filtering capabilities and Supabase backend