You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
I want to be able to write and submit my question in the Q&A section,
So that I can seek help or clarification from the community.
As a user,
I want the ability to reply to specific questions with my answers or comments,
So that I can contribute to the discussion and provide assistance to others.
As a user,
I want to see a "Login" or "Register" option to post comments,
So that I can participate in the discussion and share my insights or opinions.
Acceptance Criteria:
Users should have an input field to write their questions in the Q&A section.
The input field should have validation to ensure that it cannot be empty before submission.
Submitted questions should be displayed in a clear and organised manner.
Each question should have an option for users to reply with their answers or comments.
Users should be able to view and interact with the existing replies to questions.
The Q&A section should display a clear "Login" or "Register" option for users who are not logged in.
Clicking on the "Login" option should redirect the user to the login page.
Clicking on the "Register" option should redirect the user to the registration page.
Implementation Notes:
Create an input field component for users to write their questions.
Implement client-side validation to prevent submitting empty questions.
Design the layout and styling for displaying questions and replies in a clear and organised
manner.
Develop the functionality to allow users to reply to specific questions.
Implement the necessary API endpoints to handle question submission and retrieval of existing questions and replies.
Design and implement a visually distinct "Login" or "Register" option within the Q&A section.
Set up the necessary routes and endpoints to handle the redirection to the login and registration pages.
Ensure that the redirection back to the Q&A section after login or registration is implemented correctly.
The text was updated successfully, but these errors were encountered:
Stories:
As a user,
I want to be able to write and submit my question in the Q&A section,
So that I can seek help or clarification from the community.
As a user,
I want the ability to reply to specific questions with my answers or comments,
So that I can contribute to the discussion and provide assistance to others.
As a user,
I want to see a "Login" or "Register" option to post comments,
So that I can participate in the discussion and share my insights or opinions.
Acceptance Criteria:
Implementation Notes:
manner.
The text was updated successfully, but these errors were encountered: