1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Added TODOs

This commit is contained in:
Thomas Tanghus 2013-05-26 22:10:31 +02:00
parent e5f54d900b
commit 4dd2fa28c7

View File

@ -2026,7 +2026,9 @@ OC.Contacts = OC.Contacts || {};
}; };
/** /**
* @param object data An object or array of objects containing contact identification * TODO: Instead of having a timeout the contacts should be moved to a "Trash" backend/address book
* https://github.com/owncloud/contacts/issues/107
* @param object|object[] data An object or array of objects containing contact identification
* { * {
* contactid: '1234', * contactid: '1234',
* addressbookid: '4321', * addressbookid: '4321',
@ -2098,6 +2100,7 @@ OC.Contacts = OC.Contacts || {};
/** /**
* Delete contacts in the queue * Delete contacts in the queue
* TODO: Batch delete contacts instead of sending multiple requests.
*/ */
ContactList.prototype.deleteContacts = function() { ContactList.prototype.deleteContacts = function() {
var self = this; var self = this;