Change ICAddressBook
to really use ICContact
s
#411
Labels
good first issue
Good possibility to get an overview of the system. Great point to start for the new team!
refactor
This will probably be an issue for the next SWT group.
In #396 we added the
ICContact
class abstracting contacts, but in fact only used it to generate strings to be added to the address book. When we added a sorting functionality in #403, it became apparent that this is not a good idea, as sorting code tends to get really ugly. Nevertheless, we didn't change it since this would have necessitated a big UI change in theICAddressBookDialog
(for details see the linked pull request).Now, the
ICAddressBook
should be changed so that it really usesICContact
s. For this, also changes to the sorting code and the UI of theICAddressBookDialog
will be necessary, since the currently usedPluggableTreeSpec
only supports displaying strings directly.The text was updated successfully, but these errors were encountered: