4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

[Enhancement] Shoping List improvements #52

Open andr9528 opened 2 years ago

andr9528 commented 2 years ago

Ignore capitalization of shopping list

At the moment the name of a recipe typed into the list of desired recipes in the shopping list has to match on everything, including the capitalization of letters. Would be ideal if capalization had no effect on wheather it was recognized or not.

Bigger textblock for shopping list

At the moment the textblock for the shopping list list quite small. At the moment that you write 2 or more, it can become hard to read what exactly is in the shopping list. Would be ideal if the shopping list textbox was wider, but even better if it could have multiple lines, which could be scrolled through.

Partly named recipes in shopping list.

At the moment the list only accepts full names of recipes. Would be ideal if something like 'Touched' would select all where the name included the typed phrase, to potentially select multiple at a time. Of cource each input would need to have a minimum amount of letters to support this method of locating recipes.

4rtzel commented 2 years ago

I do want to rework settings window at some point. One of my ideas for Shopping List was to implement a drop down menu of all recipes with 'Add' button.

andr9528 commented 2 years ago

If i was the one to improve upon the Shopping list, while setting it up, id make it show all recipes. Clicking a recipe would then add/remove it from the shopping list. You already are able to show all the recipes, just a seperate action that should occur, upon clicking.

C# Dev here, mostly using WPF for any frontend i need to do. besides that i mostly enjoy working on the stuff for the background (backend dev).