coalesce addresses
Open
- Dominant language
- Ruby
- Stars
- 24
- Forks
- 18
- Avg merge
- 7h 11m
- Merged PRs (30d)
- 7
Description
one physical address should equal one instance of address model
When a letter is created to an address, if the address hasn't been seen before, a new address record should be created. Otherwise, it should point to the existing address record matching that address.
When editing a letter, this behavior should also happen. But if the address changes, it shouldn't disrupt previous letters of that address, so a new address object should be created.
Contributor guide
Assessment
This issue has not been assessed yet.