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 hierarchy Support #755

Open
surapuramakhil opened this issue Jan 28, 2024 · 2 comments
Open

TAG hierarchy Support #755

surapuramakhil opened this issue Jan 28, 2024 · 2 comments
Labels
new-feature New feature request

Comments

@surapuramakhil
Copy link
Contributor

surapuramakhil commented Jan 28, 2024

Is your feature request related to a problem? Please describe

It is possible that questions can be considered different based on tags attached. Adding tags shouldn't become burden while asking questions.

Describe the solution you'd like

Supporting Tag Hierarchy support.

  • it's a group of groups, nothing but Acyclic graphs (i.e. Trees).
  • Nodes can also have the same name. for example: Maintenace can be part of system group / infra group etc. in this case using UI dropdown user can select relevant groups based on his question.
  • can Also have multiple roots (i.e. graphs / trees) if admin doesn't choose to join them to a single parent.

an Example hierarchy

HR
├── location (name)
│   └── sub-location (name)
├── Pay Slip
└── Admin


Infra
├── location (name)
│   └── sub-location (name)
├── admin
└── maintenance
    └── prod support

If they chose to tag child tag (all the parents would also apply to that question).

It is also helpful for those who take ownership for answering these questions. Tag Hierarchy will enhance question visibility especially when people track questions based on tags

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

@surapuramakhil surapuramakhil added the new-feature New feature request label Jan 28, 2024
@fenbox
Copy link
Member

fenbox commented Mar 7, 2024

I think grouping the tags is enough. Multiple levels will make management and maintenance more difficult.

@surapuramakhil surapuramakhil changed the title TAG hierarchy Support (Draft) TAG hierarchy Support Mar 7, 2024
@surapuramakhil
Copy link
Contributor Author

surapuramakhil commented Mar 7, 2024

updated feature details. I would say grouping tags is a good starting point. but the feature is much more, its group of groups

Multiple levels will make management and maintenance more difficult.

As the number of groups grows it will become harder and harder to manage for admins. That's where hierarchy kicks in, help in not doing repeated grouping.

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

No branches or pull requests

2 participants