Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud tags selector #7

Open
kirillt opened this issue Sep 1, 2021 · 1 comment
Open

Cloud tags selector #7

kirillt opened this issue Sep 1, 2021 · 1 comment

Comments

@kirillt
Copy link
Member

kirillt commented Sep 1, 2021

When maximized, tags selector should be capable of switching into alternative mode visually representing tags as a cloud. This mode will be called cloud selector and normal mode will be called linear selector.

Both modes should operate on the same internal state, only visual representation should differ. Cloud selector allows to use more than 1 metric for ordering tags. The same as linear selector, cloud selector must hide or gray-out tags which are not actual with the current query.

In cloud selector, tags can have different sizes to represent some metric.

Cloud tags selector itself can come in 2 flavors:

  • 2D cloud has 2 dimensions: size of a tag, and distance from center
  • 3D cloud has 2 dimensions: horizontal, vertical and size of a tag.
This was referenced Aug 30, 2023
@kirillt kirillt transferred this issue from ARK-Builders/ARK-Navigator Aug 30, 2023
@kirillt
Copy link
Member Author

kirillt commented Aug 30, 2023

E.g. size of a tag could mean it's popularity or value of some other metric.

Recently, we've discovered this lib which could be used to implement cloud view:
https://github.com/oleksandrbalan/tagcloud

It might require some adaptation: either we force user to scroll the sphere or we draw tags only on semisphere and disable sphere scrolling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant