Updated the Imports. Instead of importing Git and Wiki individually, it now Imports and uses the Aggregate root for data fetch.
Updated data fetch variables to reference and use aggregate root created for both Git and Wiki in _dataprep.py and _listcountries.py
This will only allow outside objects to reference the root for data access rather than referencing anything inside the aggregate boundary, such as Git, and Wiki individually.
Some methods to access data not completely implemented, however good naming convention is used to describe what actions methods are meant to complete
Updated the Imports. Instead of importing Git and Wiki individually, it now Imports and uses the Aggregate root for data fetch.
Updated data fetch variables to reference and use aggregate root created for both Git and Wiki in _dataprep.py and _listcountries.py
This will only allow outside objects to reference the root for data access rather than referencing anything inside the aggregate boundary, such as Git, and Wiki individually.
Some methods to access data not completely implemented, however good naming convention is used to describe what actions methods are meant to complete