request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Implement a merging mechanism #51

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Types of changes

Description

Implements a function which merged 2 BusinessInfo objects together. Then use this function to implement the combine_collector_results task using the merge function

Add unit tests to validate the function.

Drive-by:

Motivation and Context

Being able to combine the results retrieved by the collectors.

How Has This Been Tested?

Checklist:

Fixes request-yo-racks/api#25