Model-View-Adapter
Closed Jul 23, 2014
100% complete
Restructuring current code into a more explicit model-view-adapter patter.
Current goals are
- Defining a clear API for interactions between the view and the adapter.
- Completely separating the view and model. They should not talk to each other directly.
- Make the adapter drive updates to the model (unlike the current ros_topology update implementation)
Restructuring current code into a more explicit model-view-adapter patter.
Current goals are
- Defining a clear API for interactions between the view and the adapter.
- Completely separating the view and model. They should not talk to each other directly.
- Make the adapter drive updates to the model (unlike the current ros_topology update implementation)
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.