android-sholi icon indicating copy to clipboard operation
android-sholi copied to clipboard

Being able to add quantity

Open ghost opened this issue 10 years ago • 3 comments

It could be nice to be able to add the quantity of item needed. Maybe having it on the right of the screen. As long as the item name isn't too long or screen too small, it shouldn't be a trouble

ghost avatar Jan 09 '15 13:01 ghost

Hi.

Sholi maintains the set of all provided items so that they can be written once and then added on any list in the future with a simple search and a click. This works because items are constants.

So, adding a quantity is an interesting idea, but the quantity being a variable property it must not be retained by Sholi from one list to the other like items today. It must be set each time an item is added on a list. For now, I am not sure how should look the user interface for this to be the most convenient possible.

dsoulayrol avatar Jan 11 '15 10:01 dsoulayrol

Hi, Thanks for the answer. Ok no problem, I didn't know if it could be done easily or not.

ghost avatar Jan 16 '15 19:01 ghost

I think we can still make constant items. All we need is to have some kind of dictionary that would store the amounts for items. Then just in the view on the right side of an item would be the amount. It looks pretty straightforward to me. Is this project still alive? Should I take a look at it?

knezi avatar Mar 28 '17 16:03 knezi