Skip to content

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Update faq.mdx #565

wants to merge 6 commits into from

Conversation

aisz0811
Copy link
Contributor

@aisz0811 aisz0811 commented Jun 23, 2025

Describe the purpose of your pull request

  • Doc review

Related issues (only if applicable)

  • Provide links to issues relating to this pull request.

How to test? (only if applicable)

  • What part of the application was affected by the changes? What should be tested?

Requirement checklist

  • I have validated my changes on a test/local environment.
  • I have tested that the code snippets I added work. (Leave unchecked if there are no new code snippets.)
  • I have added my changes to the V1 and V2 documentations.

@aisz0811 aisz0811 requested a review from a team as a code owner June 23, 2025 11:48
Copy link

cloudflare-workers-and-pages bot commented Jun 23, 2025

Deploying configcat-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@@ -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.
Copy link
Contributor

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

Copy link
Member

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.
Copy link
Contributor Author

@aisz0811 aisz0811 Jun 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

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.

3 participants