xJREB / service-based-antipatterns

A structured collection of service-based antipatterns and bad smells, served by a web application for convenient browsing
https://xjreb.github.io/service-based-antipatterns
MIT License
15 stars 1 forks source link

Rework tags field #19

Closed boceckts closed 5 years ago

boceckts commented 5 years ago

Currently our tags include architectural styles 'microservice', context of the antipattern e.g. 'system' as well as the type of the json e.g. 'bad_smell'. Maybe we should split these in separate fields. At least into 'tags' and 'category'. image

boceckts commented 5 years ago

Tags might be split in the presentation layer but the tag field in the JSON files will not be changed. Discussion on how to split the tags field will be continued in #25.