1 This file contains tasks that need to be done for future versions of Xestia Address Book.
3 - Split big C++ files down into smaller files to make the project more manageable.
4 - vcard/vcard34conv.cpp (6,017 lines)
5 - frmMain.cpp (2,823 lines)
6 - frmContactEditor-Save.cpp (2,304 lines)
7 - frmActivityMgr.cpp (1,627 lines)
8 - common/getcontactinfo.cpp (1,710 lines)
9 - Implement unit testing for main features.
11 - Investigate possibility of replacing use of vCard object with ContactDataObject.
12 - Add support for other file formats when importing and exporting (and configure setting).
13 - OpenDocument Spreadsheet Format (ODS) (--enable-ods)
14 - OpenDocument Database Format (ODB) (--enable-odb)
15 - XLS format (--enable-xls)
16 - Add support for managing other user's address books if the user has been granted permission
17 to do it (indicate this via a different icon). Also display associated groups with it.
18 - Add tab within account settings to display which address books the user wants.
19 - Add support for using the data within other applications (email clients for example).
20 - Do a detailed check that CardDAV support between the other popular address book client is
21 working and no data loss or data duplication occurs.
22 - Check when changing servers when updating account settings:
23 - If the server being switched to is empty, ask if the contacts stored locally should be uploaded.
24 - If the server being switched to isn't empty, ask if the server contents should be kept, the local
25 contents should be kept or merge the contacts.
26 - After importing, check that the imported contacts are added to the server properly.
27 - Add support for adding the picture with the highest priority to the icon for the contact editor.
28 - Add icons (within the contact editor and search) to make the application stand out better.
29 - Move the saving data process in frmContactEditor to ContactDataObject. This process will
30 also need to be refactored so less code is used.
31 - Take syncronisation code out of frmActivityMgr, place into a new "framework"
32 and make it easily to test against through the unit testing application.
33 - Implement the quit application function properly.
34 - Replace the code for getting SSL information for Linux systems with
35 data from the SSL context object as done with Win32 and macOS.