Tags and categorization is a strong features for stackoverflow. They are attached to questions so that when searched they can be easy filtered. We need this feature for Stackoverflow Clone App.
Goal
Create content tagging feature like stackoverflow so that contents are categorized easily. Investigate how tags are created, managed and used. Mimic that with Drupal taxonomy feature. Might need to customize taxonomy to have different field types that are associated with tags.
Acceptance
There is a tags view that stores all the tags available already in stackoverflow, it demonstrates the description field.
Background
Tags and categorization is a strong features for stackoverflow. They are attached to questions so that when searched they can be easy filtered. We need this feature for Stackoverflow Clone App.
Goal
Create content tagging feature like stackoverflow so that contents are categorized easily. Investigate how tags are created, managed and used. Mimic that with Drupal taxonomy feature. Might need to customize taxonomy to have different field types that are associated with tags.
Acceptance