Skip to content
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

Add a schema for flags #164

Open
evoskamp opened this issue Jan 21, 2024 · 2 comments
Open

Add a schema for flags #164

evoskamp opened this issue Jan 21, 2024 · 2 comments
Labels
Core Shared issues enhancement New feature or request

Comments

@evoskamp
Copy link
Collaborator

I just found the Payment link in the Routes wasn't showing because it depends on flag.allow_payment which I didn't have in ACUS.

@evoskamp evoskamp added enhancement New feature or request Core Shared issues labels Jan 21, 2024
@evoskamp
Copy link
Collaborator Author

packages/amber/views/Settings/AddNewYearDialog.tsx # 60

60,1: const flags = ['flag.allow_game_signup', 'flag.allow_registration', 'flag.display_gamebook', 'flag.display_schedule']

Flags in database in table setting:

flag.display_virtual_details
flag.dev_use_detail_room_quantities
flag.is_beta
flag.send_admin_email
flag.display_schedule
flag.allow_registration
flag.allow_game_signup
flag.display_gamebook
flag.allow_payment

@evoskamp
Copy link
Collaborator Author

Right now allow_payment isn't reset for a new year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Shared issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant