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

Add categories #45

Open
Stemby opened this issue Nov 2, 2018 · 4 comments
Open

Add categories #45

Stemby opened this issue Nov 2, 2018 · 4 comments

Comments

@Stemby
Copy link

Stemby commented Nov 2, 2018

Hi,
I'd appreciate the implementation of categories, in order to sort items in a functional way (vegetables, beverage, etc.).

A category might be a field, completed with free text:

[ Supermarket ]

Beer #6; Beverage
Apples #1; Fruit
Prosecco #2; Beverage

or something similar.

Best regards,
Carlo

@DJCrashdummy
Copy link

interesting idea... perhaps optional, to stick with the KISS-paradigm by default.

considering the markdown and #34, this may be rendered italic or rather bold...? 😜

@tobiasKaminsky
Copy link

The category should be shown in the "add new entry field" as a dropdown prefilled with categories from the same list (and a free text for a new category)

@tobiasKaminsky
Copy link

The categories can be stored in header of list, so we can have for each list a custom order of categories.
(e.g. you have one supermarket where it starts with bread, the other one has first beverages)

@tobiasKaminsky
Copy link

My idea for list would be:

[ Name of list ] 

Categories: Snacks, Beverages, Bread, Meat, Vegetables, Fruit, …

6x Beer, Beverages
2 Croissant, Bread
Salami, Meat
all Banana, Fruit

Categories: as each supermarket/list can have its own categories, this stores them individually. Order is not alphabetically, but custom sorted, so user can sort it in their preferred way

In each category it is sorted alphabetically or custom.

While adding /editing a new entry all categories are shown as dropdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants