twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Document feature flags

Open FelixMalfait opened this issue 1 year ago • 1 comments

We recently shipped feature flags but did not document it

We should create a new page within the "Backend Development > Others" section. In that page we should explain how to enable and disable a feature flag (it's just adding a row in the Postgres database)

The list of available feature flags is currently visible here: https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/core/feature-flag/feature-flag.entity.ts#L17

FelixMalfait avatar Dec 13 '23 12:12 FelixMalfait

Yes, good point!

charlesBochet avatar Dec 18 '23 08:12 charlesBochet