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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
We would like to separate the data layer from presentation layer. This change would:
Differentiate presentation entities from data entities and improve implementation of UI functionality features such as partial saves
Potentially move the data layer into it's own separate web api with a side effect of enhancing modularity
Add a small amount of additional complexity of mapping between data and presentation entities which could be offloaded by a 3rd party tool like Automapper
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We would like to separate the data layer from presentation layer. This change would:
Beta Was this translation helpful? Give feedback.
All reactions