sosyz opened a new pull request, #1121: URL: https://github.com/apache/incubator-answer/pull/1121
### Description This PR introduces the ability to link questions, similar to how GitHub issues can be linked. This feature allows users to create connections between questions, enhancing the navigation and discoverability of related content. ### Changes - Added a new API endpoint `/answer/api/v1/question/link` to fetch linked questions. - Implemented the `QuestionLink` entity to store links between questions and answers. - Updated the `QuestionController` and `QuestionService` to handle linking logic. - Modified the frontend to display linked questions in the question detail view. - Added tests for the new linking functionality. ### Related Issue Closes [apache/incubator-answer#817](https://github.com/apache/incubator-answer/issues/817) ### Screenshots    ### Additional Information - Design file: [Linked sections](https://www.figma.com/design/MeOkbCEQS9jCDRVHcjTRtY/Answer-Core?node-id=88-472&t=ThKWBdYEX2pxbWm3-4) - All linked questions page: [Figma Design](https://www.figma.com/design/MeOkbCEQS9jCDRVHcjTRtY/Answer-Core?node-id=24373-7193&t=ThKWBdYEX2pxbWm3-4) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
