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

Created new relatedItem object for antipatterns #48

Closed boceckts closed 5 years ago

boceckts commented 5 years ago

Integrated the related antipatterns by integrating their card components showing title and description inside the detail view of the original antipattern. Refs #11

image

image

mpoqq commented 5 years ago

I think the header of the related antipatterns is to huge. Maybe without filled colour and a smaller text size

boceckts commented 5 years ago

Well the idea was, to make it look like the cards in our list of antipatterns. So it plays along with the rest of the design. So you would prefer a plain and simple col layout with name, description and relation instead of the card?

mpoqq commented 5 years ago

So you would prefer a plain and simple col layout with name, description and relation instead of the card?

Yes

boceckts commented 5 years ago

Like this? I would still prefer the card layout 🤔 Any thoughts @tschechlovdev

image

image

tschechlovdev commented 5 years ago

I woulrd also prefer the first one like @boceckts. I guess this one will also make it more clear if there are more than one related antipattern. But I think the card looks too big (or probably only the title of the related antipattern).

boceckts commented 5 years ago

New less obtrusive layout that can be expanded to our default card when selected.

image

Once a related antipattern is selected:

image

image