- Implement unit testing for main features.
- vCard
- CardDAV
- - Contact Loading
- Contact Saving
- Add support for other file formats when importing and exporting (and configure setting).
- OpenDocument Spreadsheet Format (ODS) (--enable-ods)
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.
+- Add icons (within frmContactEditor, search and preferences window) to make the
+ application stand out better.
+- Move the saving data process in frmContactEditor to ContactDataObject. This process will
+ also need to be refactored so less code is used.
+- Check that all text that can be used to translate is setup so that a "catalog editor" can be
+ used.