cusac / cusac/mbt.guide-backend
As a <admin> I want <a tool to detect similar tags> so that <i can more easily edit them>.
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This would be an api endpiont that would take a tag name and find all the tags that are similar to it.
To compare tags this tool should work great: https://www.npmjs.com/package/string-similarity
NOTES:
- We might be able to determine some sort of cutoff threshold so that we don't return a huge list. This might just be a set number such as 30 or 50 tags.
- Include a count of how many times this tag is used.
- Separate issue/tool: take as input a list of tags (based on the output of this tool) and merge them into a given tag name.
Contributor guide
Assessment
This issue has not been assessed yet.