You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure the crates and modules of the map-holons code base to increase modularity, make the architecture visible within the code structure, promote parallel development and evolvability.
We will follow an incremental implementation approach with small steps and frequent merges. This enhancement just frames out the new crate structure, but leaves the existing code intact. We will follow up with small enhancements the flesh the target crates one at a time.
Testing
This enhancement should have no impact on functionality, so no additional test cases are required.
Definition of Done
All target crates have been setup with Cargo.toml files and lib.rs
Regression testing. All existing test cases pass.
The text was updated successfully, but these errors were encountered:
Restructure the crates and modules of the map-holons code base to increase modularity, make the architecture visible within the code structure, promote parallel development and evolvability.
Implementation Approach
We will follow an incremental implementation approach with small steps and frequent merges. This enhancement just frames out the new crate structure, but leaves the existing code intact. We will follow up with small enhancements the flesh the target crates one at a time.
Testing
This enhancement should have no impact on functionality, so no additional test cases are required.
Definition of Done
The text was updated successfully, but these errors were encountered: