Currently there's an adapter module called boss_db_adapter_mock but it relies on two other modules (boss_db_mock_controller and boss_db_mock_sup) which resides directly in src directory.
I would like to either have them grouped under src/adapters like src/adapters/mock/ OR we break them out into their own modules. The second proposal is appealing since it's easier to commit to an adapter but also to make minor changes to them without committing to the main repository.
I'm fine with both of these solutions, but think we should go for the second one eventually.
Currently there's an adapter module called
boss_db_adapter_mockbut it relies on two other modules (boss_db_mock_controllerandboss_db_mock_sup) which resides directly insrcdirectory.I would like to either have them grouped under
src/adapterslikesrc/adapters/mock/OR we break them out into their own modules. The second proposal is appealing since it's easier to commit to an adapter but also to make minor changes to them without committing to the main repository.I'm fine with both of these solutions, but think we should go for the second one eventually.