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

feat(feature-toggle): add the bootstrap api #2154

Closed
wants to merge 2 commits into from
Closed

Conversation

yeshamavani
Copy link
Contributor

@yeshamavani yeshamavani commented Aug 12, 2024

gh-2153

Description

Added the bootstrap api to feature toggle service
this API will be invoked by the orchestrator service of the control plane in SaaS env
this API will seed the data related to features and its values for the newly created tenant based on their plan selected.

Fixes #2153

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

How Has This Been Tested?

Tested the API locally

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

@yeshamavani yeshamavani requested a review from a team as a code owner August 12, 2024 09:59
Copy link

sonarcloud bot commented Aug 12, 2024

@yeshamavani
Copy link
Contributor Author

Dont merge this PR for now

@yeshamavani
Copy link
Contributor Author

Keeping the application specific code in the app plane only not to be done here
Link to the telemed app https://github.com/sourcefuse/arc-saas-telemedicine-app-plane/pull/2/files

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.

Feature-toggle-service: Add the bootstrap API to the feature-toggle service
1 participant