From: Steve Brokenshire Date: Sun, 6 Dec 2015 13:29:07 +0000 (+0000) Subject: Added TODO regarding moving contact data in frmContactEditor into a separate object. X-Git-Tag: release-0.09~253 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=2d86f2ec1bf786766304c3529d6adbf66d6f3b23 Added TODO regarding moving contact data in frmContactEditor into a separate object. --- diff --git a/source/TODO b/source/TODO index cfd22db..1b2572d 100644 --- a/source/TODO +++ b/source/TODO @@ -30,3 +30,5 @@ This file contains tasks that need to be done for future versions of Xestia Addr contents should be kept or merge the contacts. - After importing, check that the imported contacts are added to the server properly. - Add support for adding the picture with the highest priority to the icon for the contact editor. +- Move the data structure for the contact data in frmContactEditor into a separate class for + easier unit testing.