Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create categories for inventory #732

Open
CJGutz opened this issue Mar 2, 2023 · 0 comments
Open

Create categories for inventory #732

CJGutz opened this issue Mar 2, 2023 · 0 comments
Assignees
Labels
backend feature frontend good first issue A task that should be straight forward and easy to get started on.
Milestone

Comments

@CJGutz
Copy link
Member

CJGutz commented Mar 2, 2023

Wait for #727

Is your feature request related to a problem? Please describe.

Should be possible to structure items by category. On the inventory page it should be possible to filter by this category.
It is expected to have around 15 categories.

Describe the solution you'd like
Create a new model called ItemCategory inside the inventory app in its own file. It should have a name and a description. The item model can then have a foreign key to this model.
There should be a selection on the inventory list to filter by a category .

When a category is selected, the inventory list should display the description of the category if there exists one.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@CJGutz CJGutz added feature frontend good first issue A task that should be straight forward and easy to get started on. backend labels Mar 2, 2023
@Shershulia Shershulia self-assigned this Mar 14, 2023
@Shershulia Shershulia added this to the issue732 milestone Apr 18, 2023
@Shershulia Shershulia linked a pull request Apr 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature frontend good first issue A task that should be straight forward and easy to get started on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants