Skip to content

Refactor mock-adapter #3

@burbas

Description

@burbas

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions