add important To Do's

This commit is contained in:
Marc Michalsky forumZFD 2020-10-15 11:03:01 +02:00
parent bf0a4d7bfe
commit 5c0315c647
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ include E::path() . '/CRM/TwingleCampaign/BAO/CustomGroup.php';
*/ */
class CRM_TwingleCampaign_Upgrader extends CRM_TwingleCampaign_Upgrader_Base { class CRM_TwingleCampaign_Upgrader extends CRM_TwingleCampaign_Upgrader_Base {
// TODO: Add static arrays from json files
// By convention, functions that look like "function upgrade_NNNN()" are // By convention, functions that look like "function upgrade_NNNN()" are
// upgrade tasks. They are executed in order (like Drupal's hook_update_N). // upgrade tasks. They are executed in order (like Drupal's hook_update_N).

View file

@ -51,6 +51,8 @@ class TwingleApiCall {
* If $id parameter is empty, this function returns all projects for all * If $id parameter is empty, this function returns all projects for all
* organisations this API key is assigned to. * organisations this API key is assigned to.
* *
* TODO: Keys can only get assigned to one organisation. Save multiple keys in settings instead.
*
* If $id parameter is given, this function returns a single project. * If $id parameter is given, this function returns a single project.
* *
* @param null $projectId * @param null $projectId