Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
Same purpose with the MemoryEmailChangeRepository, we now need to implement it in Cassandra.
How
1. Define a EmailChange table with these fields:
- accountId
- state
- created
- updated
- destroyed
- date
2. Implement the CassandraEmailChangeRepository APIs, based on the contract that has already been defined.
DoD
Write unit tests to show that the EmailChangeRepository is working properly.