Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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`.