Workshop project contains following tasks:
- Implement function in
PlaceOrderUseCase
without modifyingOrdersRepository
and cover with tests - Implement function in
FetchActiveOrdersUseCase
without modifyingOrdersRepository
and cover with tests - Implement function in
GetHistoricalOrdersUseCase
without modifyingOrdersRepository
and cover with tests - Fix existing test for
AlternativePlaceOrderUseCase
by modifying it and/orOrdersRepository
implementation