joatuapp / joatu-app

The JoatU application, written in Ruby on Rails and ChaplinJS.
GNU Affero General Public License v3.0
8 stars 3 forks source link

Taxonomy #23

Open joatu opened 9 years ago

joatu commented 9 years ago

When people begin typing in a tag, I want to be able to see the other tags that have been typed in starting with those same letters. That way we have some consistency for search parameters.

Consider also: Suggested tags based on the tags that have been already been submitted as compared to other submissions deemed similar.

undergroundwebdesigns commented 9 years ago

The first (suggesting other tags by first letters, aka "typeahead") is definitely doable, and should be worked on ASAP.

More complicated abilities like detecting "similar" postings and suggesting tags should probably wait till other more core features have been added. Not saying we can't do them, but I would consider that level of suggestion a more "advanced" feature.