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

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a new dashboard feature to the 'Statistics' section of the application. Specifically, it requests the creation of a sales chart broken down by department. The 'good first issue' label suggests it's suitable for new contributors.

Complexity: 2/5
good first issue

AI Summary: This issue requests the creation of a filtering mechanism within the 'Stats' tab of an application. The goal is to add a filtering structure to this view, allowing users to refine the displayed statistics.

Complexity: 2/5
good first issue

AI Summary: This issue requests the inclusion of filters within the Stats controller. The goal is to enhance the functionality of the Stats section by adding filtering capabilities.

Complexity: 2/5
good first issue

AI Summary: This issue involves implementing a new filtering accordion for the Profile index view. The work includes creating the accordion UI, handling AJAX requests for filtering, developing JavaScript logic, passing filter data to the controller, creating a dedicated ViewModel for filters, and implementing the database query logic with conditional filtering in the service layer.

Complexity: 3/5
good first issue

AI Summary: This issue requires modifying the `StatsService` to incorporate filtering logic into its data retrieval methods. The provided code snippet demonstrates how to apply filters for start date, end date, department, and seller to the `GetSalesByMonthDataAsync` method. The task is to replicate this filtering pattern for other statistical methods within the service, such as sales by seller and sales by department.

Complexity: 2/5
good first issue