mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-14 11:30:11 -05:00
7d77ed04de
Remove sentiment, emotion, and the TopicsUnnested join from the Cube schema, web registry, AI prompt, audit-allowlist, and i18n keys — these required metadata enrichment that is no longer planned. Tests swap the removed string dimensions for sourceType to keep coverage intact. Add csatDissatisfiedCount and csatNeutralCount so dashboards can render the standard satisfied/neutral/dissatisfied distribution alongside the existing top-2-box metric. Expose field_label, field_group_label, language, value_boolean, value_date, created_at, and updated_at as Cube dimensions. fieldLabel and fieldGroupLabel unlock "group by question" and the matrix/ranking aggregations enabled by the recent composite-question PR; the others round out coverage of the underlying feedback_records columns. Extend FieldDefinition with a boolean type and matching filter operators.