legend-studio
legend-studio copied to clipboard
Feature request: Improve property search algorithm to enhance user experience
Similar requests
- [X] I have searched and found no existing similar requests
How are you using Studio?
Legend Studio
What problems are you trying to solve?
When users are trying to use property search UI becomes unresponsive sometimes when the project is huge. Improve the property search algorithm to accomodate this scenario so that users can have seamless experience.
Describe the solution you would like to see implemented
- [x] Limit the property search depth to 5
- [x] Limit the results being shown to 100
- [ ] Consider showing users the no.of properties that are being fetched
- [x] Fix the issue with dnd of properties with depth more than 2
- [ ] Consider making algo smart enough to fetch results based on the property nodes being visited in the explorer tree
- [ ] Give user an option to view more results
- [ ] Allow user to search by humanize property name
- [ ] Allow user to search using taggedValue for a property. Use
Fuse.js
to do that. - [ ] Consider building data for property search when we have mapping analytics
Describe alternatives you have considered
No response
Documentation, Design, Adoption, Migration Strategy
No response
Contribution
- [X] I would like to work on this feature
For the limiting the result being shown by 100, I wonder if we need some visual indicator or ways to show View More
, what do you think?
For the limiting the result being shown by 100, I wonder if we need some visual indicator or ways to show
View More
, what do you think?
yeah that would be a really good thing to do!!