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

Tag selector #7

Open
kirillt opened this issue Mar 3, 2024 · 0 comments
Open

Tag selector #7

kirillt opened this issue Mar 3, 2024 · 0 comments

Comments

@kirillt
Copy link
Member

kirillt commented Mar 3, 2024

A resource can be labeled by the user using one or many tags with the purpose of finding the resource later.

We need a view-container for tags:

  • multiple rows filled with bubbles of different size
  • each tag bubble is clickable
  • when an inactive tag is clicked, it becomes active and is added to the query
  • when an active tag is clicked again, it becomes inactive and is removed from the query

Tags could be ordered using different metrics:

  • popularity collected from a resource collection, the most popular tag is the one the most resources are labeled with
  • recentness is collected in runtime and persisted in special storage, the most recently used tag is displayed first

Older definition of metrics can be found here.

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