secondlife / viewer

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

Inventory favorites #1005

Open vir-linden opened 8 months ago

vir-linden commented 8 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 8 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 8 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.

kylelinden commented 1 month ago

Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI.

Darleene99 commented 1 month ago

Looks like this is part of Maint C but this is a first step towards proof of concept for metadata use, which then supports all things AI.

Yes. Inventory has not changed much since a long time. There is definitely optimisation that can be done around it ...

I only have 100k objects Some people have 1M or more than that..

It look like see basic SQL requests. Strict keyword comparisons...

Anyway...

SL is the best virtual world. You guys made a fantastic work 🙏🏻