You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Refactor the current solution organisation to adopt a component-based approach:
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.
The text was updated successfully, but these errors were encountered: