Open taha-k opened 9 years ago
According to Taha we at the moment have a module for Reply, just need to implement a similar module for other providers and a way of selecting the correct module for a certain household.
create a new module for Reply
What if different dataproviders allot the same apartmentId?
that should not happen.
Here it's important to separate all provider-specific code into modules, and provide a common API towards the rest of the application. This way it should be easy to later implement more data providers.