-
Notifications
You must be signed in to change notification settings - Fork 18
Update faq.mdx #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update faq.mdx #565
Conversation
Deploying configcat-docs with
|
Latest commit: |
1c221b9
|
Status: | ✅ Deploy successful! |
Preview URL: | https://e8c334da.docs-xmy.pages.dev |
Branch Preview URL: | https://aisz0811-patch-1.docs-xmy.pages.dev |
@@ -49,13 +49,13 @@ Currently, there's no direct way to change the email address of an account. Howe | |||
2. Grant all the necessary permissions to the new account. | |||
3. Proceed with deleting your old account from [here](https://app.configcat.com/my-account). | |||
|
|||
If you lack privileges for this, contact your organization admin or a team management member. | |||
If you don't have the required permissions, contact your organization admin or a team management member. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is not new addition, but what is a "team management member"? Is this an administrator in your permission group? /cc @laliconfigcat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this would be better: Or a team member who has the "Team members and permission groups" permission.
@@ -222,7 +222,7 @@ Yes, you can rename almost everything within ConfigCat. Organizations, products, | |||
|
|||
### Can I change my Feature Flag based on a date? | |||
|
|||
There is no explicit way to do this in ConfigCat, but you can create a text setting anytime with your desired start date as a value and in your code you can use it as a filter. This [guide](https://configcat.com/blog/2020/11/04/enable-my-feature-automatically/) should help get things started rolling in the right direction. | |||
There is no explicit way to do this in ConfigCat, but you can create a text setting anytime with your desired start date as a value and in your code you can use it as a filter. This [guide](https://configcat.com/blog/2020/11/04/enable-my-feature-automatically/) should help get you started in the right direction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no explicit way to do this in ConfigCat, but you can create a text setting anytime with your desired start date as a value and in your code you can use it as a filter. This [guide](https://configcat.com/blog/2020/11/04/enable-my-feature-automatically/) should help get you started in the right direction. | |
You can pass the current date as a [custom User Object attribute](#TODO) to the ConfigCat SDK attribute when evaluating the feature flag, and you can use that attribute with our Date and Time Comparators (https://github.com/configcat/docs/pull/565/files/targeting/targeting-rule/user-condition/#date-and-time-comparators) in your conditions to target specific dates. |
Describe the purpose of your pull request
Related issues (only if applicable)
How to test? (only if applicable)
Requirement checklist