Context
As developers, we want to implement question tagging in our question bank so that users can easily filter questions based on categories such as frontend, backend, and behavioral questions. Our current question bank lacks a tagging system, making it difficult for users to find specific types of questions. By adding tags, we can enhance the user experience and improve the organization of the question bank.
Tasks
- Research and define the tagging system (e.g., what tags to include).
- Modify the question model to support tags.
- Create a user interface for adding and displaying tags with each question.
- Update existing questions to include appropriate tags.
- Implement filtering functionality based on selected tags.
Acceptance Criteria (Checks)
Context
As developers, we want to implement question tagging in our question bank so that users can easily filter questions based on categories such as frontend, backend, and behavioral questions. Our current question bank lacks a tagging system, making it difficult for users to find specific types of questions. By adding tags, we can enhance the user experience and improve the organization of the question bank.
Tasks
Acceptance Criteria (Checks)