drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
81 stars 25 forks source link

feat: show related questions on question page #115

Open drodil opened 8 months ago

drodil commented 8 months ago

Create a list (like the hot questions, etc. on the front page) and show it at question page. The list should contain related questions that have either similar tags, entities or title/description. This requires also changes to backend to get proper list out.

drodil commented 8 months ago

Actually, this could also be shown in the ask question form and update the list when the user changes the inputs. But might be a different issue.