Add a structured array field called badges for storing the badges assigned to each treatment. Each badge consists of:
- badge text
- is_emphasized (boolean)
see https://hub.sealcode.org/source/sealious/browse/dev/src/app/base-chips/field-types/field-types.remarkup for reference on how to create a StructuredArray field.
Add the badges to the tiles that display a treatment (especially on treatment_tile function), on treatment list and treatment-tabs component. Display the first badge for that treatment.
Note that on a treatment tile, if a badge is emphasized, it's slightly bigger and has a different color than a regular badge.
Add a list of badges for a given treatment when displaying a single treatment: