secondlife / viewer

🖥️ Second Life's official client
GNU Lesser General Public License v2.1
199 stars 46 forks source link

Inventory favorites #1005

Open vir-linden opened 3 months ago

vir-linden commented 3 months ago

Viewer work for inventory favorites. Related back-end work is tracked in https://github.com/secondlife/agent-inventory-service/issues/57

Basic concept is that any inventory item or category can be flagged as a favorite. UI will be provided to set or unset favorite status and to selectively view favorites when in inventory.

UX design TBD by steeltoe.

### Tasks
- [ ] https://github.com/secondlife/viewer/issues/1300
- [ ] https://github.com/secondlife/viewer/issues/1301
- [ ] https://github.com/secondlife/viewer/issues/1424
phenelle commented 3 months ago

there is a lot of improvement that can be done around the inventory...

the search engine is very basic (keyword matching... no spellcheck, no suggestion, no extended vocabulary search) For example:

1 on 1 = 100% exact match extended would evaluate the stats for being similar

I think there is a way "embeded" an "elastic search engine". (elastic search, like apache lucene, where made to make clever search and more than keyword exact match)

vir-linden commented 3 months ago

Thanks for the suggestions phenelle! I would be helpful to have these as a standalone feature request, either on the feedback.secondlife.com site, or as a feature request issue in the viewer repo.