Create a /tags
page for an ordered list of all workshop tags
#165
Labels
Milestone
/tags
page for an ordered list of all workshop tags
#165
Basically, it would be good if we could have a page where all workshop tags created so far can be viewed. This probably means scraping tags from all the workshop metadata entries and storing them in the database as a cache.
Other info that we could also scrape could include the number of times each tag appears.
The reason for this is to make sure we don't create many variations of essentially the same tags, by making existing ones easily searchable. (So maybe this page should have a filter and fuzzy-search as well, for the fuzzy search we could also implement some regression testig. eg. If someone creates a workshop with the tag
coding
when aprogramming
tag already exists, we can then make sure that in the future when someone searchescoding
, a theprogramming
tag entry pops up. This would also then apply to searches for workshops when that is implemented at some point).The text was updated successfully, but these errors were encountered: