2 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Web Development React.js Application

AI Summary: The task involves modifying a Create React App frontend to sort a list of categories fetched from a backend API. The sorting should be based on a `display_order` field within each category object. The updated frontend should display the categories in the correct order, and the Wiki documentation needs to be updated to reflect this change.

Complexity: 2/5
good first issue
Web Development React.js Application

AI Summary: Implement automatic pre-selection of a category in a React application based on a backend API response. The frontend should fetch categories, identify the one marked `is_selected: true`, and set it as the selected category in the UI. If no category has `is_selected: true`, no category should be pre-selected. Wiki documentation needs updating.

Complexity: 2/5
good first issue