danfeder

danfeder/esnyc-lesson-search-react

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

2 good first / help-wanted issues · TypeScript · last activity Aug 1, 2025

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
danfeder/esnyc-lesson-search-react
0

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
danfeder/esnyc-lesson-search-react
0

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

TypeScript