Suggest topics based on existing ones
When typing a topic for a gist, it'd be usefull to have existing topics suggested. Else, I always open another tab just to check : did I used postgres or postgresql last time. Did I use the plurial errors, or error etc...
Is anyone already working on this? Kinda want to give it a try if not. Also a page to see every single existing topic in a list, if that doesn't already exist.
Is anyone already working on this? Kinda want to give it a try if not. Also a page to see every single existing topic in a list, if that doesn't already exist.
You can go for it if you want :)
So one of the problems that isn't immediately obvious til you try to code it is that you'll have to serve each user a different list of tags/suggestions based on what gists they're allowed to view... If someone puts a new unique tag on their private gist, you don't want that showing up in the tag suggestion list for other users for privacy reasons lol
@thomiceli btw is there a recommended way to run tests for Docker container users? Sorry if dumb question, I'm new to Go besides a little theory from the tour site.