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

Make SDLC backend configurable #722

Open
14 tasks
akphi opened this issue Oct 23, 2023 · 0 comments
Open
14 tasks

Make SDLC backend configurable #722

akphi opened this issue Oct 23, 2023 · 0 comments

Comments

@akphi
Copy link
Contributor

akphi commented Oct 23, 2023

  • 1st phase: the refactoring we have to do in SDLC codebase
    • Moving Gitlab and In-Memory out to its own module
    • Create a bundle:
      • Web-filter
      • Dropwizard (module mapping, dependency injection)
    • Configuration:
      • Backend configuration
    • [ ]Think about the shaded JAR module + Docker setup
  • 2nd phase: the refactoring that we need to do in tandem with Studio
    • Create set of enum of features, backend returns a set of enum values to tell what it can and cannot support
    • We have 3 levels of feature supports (the top is the most important and will override all the one below it):
      • Server: what feature the server itself allows
      • Backend: what the backend can support
      • Project (its own thing): we allow each project to configure what it can support,or this can be derived from user's permission
    • Studio askes the server: combine the configuration + backend (do the overlay), we have 2 APIs:
      • Server level
      • Project level
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

No branches or pull requests

1 participant