codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
394 stars 68 forks source link

Can favorite tags use the tag editor? #943

Open cellio opened 1 year ago

cellio commented 1 year ago

https://meta.codidact.com/posts/287109

When you edit your preferences to add favorite tags, you have to type the tag names by hand. The request is for the same matching/auto-complete that we have for posts. A complication is that the profile applies to all categories on the community, so the options would have to come from the union of all tag sets in use on the community. That might make it hard or slow. This is a low-priority request.

ArtOfCode- commented 1 year ago

This is more complex than it might appear - tag favourites are done client-side based on preferences, not server-side.