← Back to team overview

yellow team mailing list archive

[Merge] lp:~makyo/juju-gui/duplicates-1095761 into lp:juju-gui

 

The proposal to merge lp:~makyo/juju-gui/duplicates-1095761 into lp:juju-gui has been updated.

Description changed to:

Prevent duplicate nodes in services.

drawService was being called for all nodes on update, which was appending new nodes to the DOM (for the most part invisibly, but still not good).  Instead, new services are filled with the empty requisites for a service block, and then the internals are updated on update to match the DB.  A further step (not taken here for time's sake) would be to only update services affected by the update call.  Additionally, some comments were out of date, and these were cleaned up.

https://codereview.appspot.com/7066050/


For more details, see:
https://code.launchpad.net/~makyo/juju-gui/duplicates-1095761/+merge/142202
-- 
https://code.launchpad.net/~makyo/juju-gui/duplicates-1095761/+merge/142202
Your team Juju GUI Hackers is requested to review the proposed merge of lp:~makyo/juju-gui/duplicates-1095761 into lp:juju-gui.


References