10 Open Issues Need Help Last updated: Nov 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue is a 'Good First Issue' aimed at populating an agricultural technology catalog with initial seed data. It provides examples for 'Drone Spraying' and 'Drip Irrigation System', including their names, descriptions, benefits, costs, and ROI, and lists additional technologies like 'Soil Moisture Sensors' to be added following a similar structure. The task involves database seeding and understanding content structuring.

Complexity: 1/5
help wanted good first issue backend education P2

AI Summary: This 'Good First Issue' asks developers to create seed data for agricultural equipment categories and their subcategories. The task involves implementing a Node.js database seeding script to populate the database with the provided JSON-like structure of categories, icons, and subcategories, offering an introduction to database seeding and agricultural equipment knowledge.

Complexity: 1/5
help wanted good first issue backend P2

AI Summary: This issue proposes adding a pull-to-refresh feature to the product list screen, allowing users to refresh product data by pulling down on the list. It aims to improve user experience by eliminating the need to navigate away and back to refresh. The task involves using Flutter's `RefreshIndicator` widget and is marked as a good first issue for beginners.

Complexity: 1/5
help wanted good first issue P2 frontend

AI Summary: This GitHub issue requests adding Hindi translations for shopping cart UI strings to enhance accessibility for the 60% of target users who prefer Hindi. It's labeled as a "Good First Issue" and provides clear steps, including the exact Hindi translations to be added to the `app_hi.arb` file.

Complexity: 1/5
documentation help wanted good first issue P2

AI Summary: This GitHub issue aims to improve the user experience on the Product List screen by adding a loading skeleton/shimmer effect. Instead of a blank screen or spinner, animated placeholder cards mimicking the product layout will be displayed while products are loading. The task involves using the `shimmer` package to create a new `ProductSkeleton` widget and integrating it into the `ProductListScreen`'s loading state.

Complexity: 2/5
help wanted good first issue P2 frontend

AI Summary: This GitHub issue, labeled as a 'Good First Issue', requests the addition of comprehensive unit tests for the existing Product API endpoints to improve test coverage. It outlines specific test cases for `GET /api/products`, `GET /api/products/:id`, and `POST /api/products`, including pagination, filtering, validation, and authentication scenarios. The task involves modifying `kheti_sahayak_backend/tests/products.test.js` and provides an example test structure.

Complexity: 1/5
help wanted good first issue backend P2

AI Summary: This issue requests the addition of Marathi (mr) translations for core UI strings to enhance accessibility for Marathi-speaking farmers in Maharashtra. The task involves creating a new file, `lib/l10n/app_mr.arb`, and populating it with the provided Marathi translations for terms like 'home', 'diagnose', and 'login'. It is labeled as a 'Good First Issue' with an estimated time of 1-2 hours.

Complexity: 1/5
documentation help wanted good first issue P2

AI Summary: This issue is a 'Good First Issue' aimed at adding a set of weather condition icons to the application. It involves finding or creating 8 specific SVG/PNG icons, adding them to the project's assets, creating a simple `WeatherIcon` widget to display them, and updating the `pubspec.yaml` file. The task is estimated to take 2-3 hours and is labeled as easy.

Complexity: 1/5
help wanted good first issue P2 frontend

AI Summary: This GitHub issue is a "Good First Issue" task focused on creating friendly empty state illustrations for various screens within a Flutter application. It outlines five specific screens, such as Cart and Orders, along with suggested messages and illustration themes. The task involves finding or creating simple illustrations, adding them to the project's assets, and implementing an `EmptyStateWidget` that can optionally use Lottie animations and include call-to-action buttons.

Complexity: 1/5
help wanted good first issue P3 frontend
documentation help wanted good first issue ml P3