Skip to content

feat(user): add functionality for user metadata config#2125

Open
shubhammahure wants to merge 1 commit intodevfrom
2107-implement-dynamic-user-metadata-configuration
Open

feat(user): add functionality for user metadata config#2125
shubhammahure wants to merge 1 commit intodevfrom
2107-implement-dynamic-user-metadata-configuration

Conversation

@shubhammahure
Copy link
Contributor

Description

Implement a dynamic user metadata configuration system that allows to configure which reactors populate dropdown options for user metadata fields

Changes made:

Added two new columns, SourceReactor and ReactorConfig, to the UserMetaKeys table. Also updated the updateUserMetaKeys logic in all relevant places to support these new columns.

Existing functionality usage:

To set default values, use the AdminSetUserMetaKeyOptionsReactor.
To save user metadata, use the SetUserMetadataReactor or the /setUserMetadata API call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Dynamic User Metadata Configuration

1 participant