Skip to content

Unify all licensed features names to `ai_features`

Gosia Ksionek requested to merge mk-refactor-unify-ai-features into master

What does this MR do and why?

All AI features are on one plan: ultimate. But because of the granularity, it's harder to write specs if we change a class that interacts with all of the features (please see MR: !136487 (diffs)).

By using one licensed_feature, nothing changes for our users, but writing tests is simpler.

The downside of this is when one of the features will be downgraded to lower tier: than this plan will work against us.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Gosia Ksionek

Merge request reports