opengist icon indicating copy to clipboard operation
opengist copied to clipboard

Suggest topics based on existing ones

Open dani opened this issue 1 year ago • 3 comments

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...

dani avatar Mar 25 '25 09:03 dani

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.

Lamby777 avatar Jun 23 '25 22:06 Lamby777

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 :)

thomiceli avatar Jul 01 '25 09:07 thomiceli

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.

Lamby777 avatar Jul 02 '25 13:07 Lamby777