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

Refactor solution organisation into component-based approach #21

Closed
cdavernas opened this issue Mar 23, 2023 · 1 comment
Closed

Refactor solution organisation into component-based approach #21

cdavernas opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels

Comments

@cdavernas
Copy link
Member

Describe the feature you'd like

Refactor the current solution organisation to adopt a component-based approach:

  • Core
  • (Core) API + Server
  • Gateway + Server
  • Broker + Server

Motivation

The motivation of the refactor is to isolate the Core/Resource APIs into a single (Core) API domain, allowing for different access-rules for the API endpoints and the Gateway/Broker endpoints, which should have their (useless) APIs stripped away and which should be turned into Console apps.

@cdavernas cdavernas added enhancement New feature or request weight: 3 labels Mar 23, 2023
@cdavernas cdavernas self-assigned this Mar 23, 2023
@cdavernas
Copy link
Member Author

Closed by #42

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

No branches or pull requests

1 participant