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

Create Feature Flag Database Schema #2242

Closed
tobi-bams opened this issue Dec 19, 2024 · 4 comments · Fixed by #2311
Closed

Create Feature Flag Database Schema #2242

tobi-bams opened this issue Dec 19, 2024 · 4 comments · Fixed by #2311
Labels

Comments

@tobi-bams
Copy link
Contributor

tobi-bams commented Dec 19, 2024

Breakdown of feature flag system in: #2235

Create Feature Flag Database Schema

  • Description:
    • Create the necessary database tables: feature_flags and endpoints.
  • Deliverables:
    • Migration scripts for:
      • feature_flags table:
        • uuid (UUID, Primary Key)
        • name (String, Unique, Not Null)
        • description (Text)
        • enabled (Boolean, Default: false)
      • endpoints table:
        • uuid (UUID, Primary Key)
        • path (String, Not Null)
        • feature_flag_uuid (Foreign Key, References feature_flags.uuid)
    • Write test for this Migration
@aliraza556
Copy link
Contributor

@tobi-bams @humansinstitute assign me?

@Ekep-Obasi
Copy link
Contributor

Ekep-Obasi commented Dec 19, 2024

@tobi-bams @humansinstitute please assign me

@saithsab877
Copy link
Contributor

@tobi-bams I can help?

@MahtabBukhari
Copy link
Contributor

@tobi-bams @humansinstitute assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants