mal-wtag / stackoverflow_with_drupal

This will be a sample project with Drupal to introduce new members with Drupal and also to get experiences
MIT License
0 stars 0 forks source link

Create Tag structure and manage #3

Open zar-wtag opened 4 years ago

zar-wtag commented 4 years ago

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