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
   ![Linked Questions 
UI](https://github.com/user-attachments/assets/99fea926-e77b-48c9-98d6-b30fca8b80e7)
   ![Linked Questions 
UI](https://github.com/user-attachments/assets/b4fe6ea3-f04b-4dc1-b0f8-eae920c4cd9f)
   ![Linked Questions 
UI](https://github.com/user-attachments/assets/612e6662-8733-4f68-b4cb-1347d9c041f5)
   
   ### 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]

Reply via email to