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 Feature and Feature to User Tables #1962

Closed
1 task done
junjun107 opened this issue Jan 10, 2024 · 0 comments · Fixed by #1963
Closed
1 task done

Add Feature and Feature to User Tables #1962

junjun107 opened this issue Jan 10, 2024 · 0 comments · Fixed by #1963
Assignees
Labels
dev Code Development Feature: Testing Issues to implement strategies and test multiple variations of a feature Role: Back-end Node/Express Development Task size: 2pt The lift to complete this user story 3-4hrs Sprint 05

Comments

@junjun107
Copy link
Member

junjun107 commented Jan 10, 2024

Overview

This is part of the new feature flag systems.

Action Items

  • Add database migration
Feature Flag Table Schema
{
  id,
  name
}
Feature to User Table
{
  id
  login_id,
  feature_id ,
} 


@junjun107 junjun107 added dev Code Development Role: Back-end Node/Express Development Task size: 2pt The lift to complete this user story 3-4hrs Feature: Testing Issues to implement strategies and test multiple variations of a feature Sprint 05 labels Jan 10, 2024
@junjun107 junjun107 self-assigned this Jan 10, 2024
@github-project-automation github-project-automation bot moved this to New Issue Approval in P: FOLA: Project Board May 31, 2024
@qiqicodes qiqicodes moved this from New Issue Approval to Done in P: FOLA: Project Board May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Code Development Feature: Testing Issues to implement strategies and test multiple variations of a feature Role: Back-end Node/Express Development Task size: 2pt The lift to complete this user story 3-4hrs Sprint 05
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant