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

Create a /tags page for an ordered list of all workshop tags #165

Open
moosichu opened this issue Nov 29, 2017 · 1 comment
Open

Create a /tags page for an ordered list of all workshop tags #165

moosichu opened this issue Nov 29, 2017 · 1 comment

Comments

@moosichu
Copy link
Contributor

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 a programming tag already exists, we can then make sure that in the future when someone searches coding, a the programming tag entry pops up. This would also then apply to searches for workshops when that is implemented at some point).

@moosichu moosichu added this to the workshop-system milestone Nov 29, 2017
@moosichu
Copy link
Contributor Author

moosichu commented Nov 29, 2017

See pull #163 for discussion on this!

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

No branches or pull requests

1 participant