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
Implement a new repository class responsible for the new organization_contact_info schema. Focus on writing and reading operation.
This repository should handle inserts and read operations related to the actual contact information. We can add update and delete later if needed. There should be a separate repository class for handling the state of a synchronization job.
Tasks
Define the interface and repository class.
Write integration tests
The text was updated successfully, but these errors were encountered:
Description
Implement a new repository class responsible for the new organization_contact_info schema. Focus on writing and reading operation.
This repository should handle inserts and read operations related to the actual contact information. We can add update and delete later if needed. There should be a separate repository class for handling the state of a synchronization job.
Tasks
The text was updated successfully, but these errors were encountered: