5 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement Role-Based Access Control (RBAC) by adding 'deleted' and 'banned' boolean fields to the User schema and creating API endpoints for an admin to retrieve various user subsets (all users, admins, banned users, banned admins, deleted users, deleted admins). This involves backend database schema updates and API endpoint creation.

Complexity: 4/5
enhancement help wanted

AI Summary: Develop API endpoints for controlling song playback (forward, rewind) and favoriting songs within a React application built using Vite. This involves creating backend functionality to interact with a songs database.

Complexity: 4/5
enhancement help wanted
Song collection #CD 001 about 1 month ago

AI Summary: Create a song collection database for a React application. The collection should contain free-to-use songs categorized by mood/room, storing only links to the audio files and metadata (name, artist, etc.). Future expansion may include an admin panel for adding songs.

Complexity: 3/5
help wanted
Super Search #D001 about 1 month ago

AI Summary: Implement a super search feature for administrators. The search should allow admins to search across multiple attributes (e.g., name, email, nickname) within a database and return results containing the search term in any attribute. Results should be sorted by attribute (username, email, nickname, etc.). Role-based access control must be implemented to restrict access to administrators only.

Complexity: 4/5
enhancement help wanted question

AI Summary: Develop an API endpoint in a React application's User controller to handle image uploads for profile pictures. The API should accept an image, store its URL (or another efficient format) in the database according to the existing schema, and optimize for fast loading. Postman testing is required to verify functionality.

Complexity: 4/5
enhancement help wanted