Open Inventory management system

0 stars 0 forks 0 watchers Python BSD 3-Clause "New" or "Revised" License
4 Open Issues Need Help Last updated: Mar 10, 2026

Open Issues Need Help

View All on GitHub
Application Management Tool

AI Summary: This issue proposes to establish a comprehensive documentation setup for the system, as current documentation is limited to the README. The goal is to create an independently hostable documentation environment.

Complexity: 2/5
documentation good first issue

Open Inventory management system

Python
Application Management Tool

AI Summary: This issue requires the creation of a new Django app named 'inventory' at the project root. It involves running a Django command to start the app, manually creating a specific directory and file structure, registering the app in the project's settings, and verifying the setup with a Django management command. This app will serve as a foundational component for future development.

Complexity: 1/5
enhancement good first issue phase-1

Open Inventory management system

Python
Application Management Tool
Add CODE_OF_CONDUCT.md about 2 months ago

AI Summary: This issue addresses a broken link in the project's README.md file, which points to a non-existent CODE_OF_CONDUCT.md. The solution is to create this file at the project root using the Contributor Covenant v2.1 template and fill in the contact information.

Complexity: 1/5
documentation good first issue

Open Inventory management system

Python
Application Management Tool

AI Summary: This issue addresses a missing dependency in the project's requirements file. The `django-filter` library is used in the Django settings but is not explicitly listed in `requirements.txt`, which could lead to installation failures. The solution is to add `django-filter` with a specified version range to `requirements.txt`.

Complexity: 1/5
bug good first issue

Open Inventory management system

Python