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
Runbook on how to move a model to a Resource is here.
Resource is a concept in our codebase that concentrates all the business logic around our Database. UserModel was moved to the resource pattern, but UserMetadataModel was left outside.
This task is about abstracting UserMetadataModel within the UserResource.
The text was updated successfully, but these errors were encountered:
Runbook on how to move a model to a Resource is here.
Resource is a concept in our codebase that concentrates all the business logic around our Database.
UserModel
was moved to the resource pattern, butUserMetadataModel
was left outside.This task is about abstracting
UserMetadataModel
within theUserResource
.The text was updated successfully, but these errors were encountered: