WIP: (feat): Boost Campaigns module
Merge request reports
Activity
added 1 commit
- ad87348f - (proto): Create campaign normalization and validation
- Resolved by Emiliano Balbuena
- Resolved by Emiliano Balbuena
- Core/Boost/Campaigns/Manager.php 0 → 100644
118 throw new CampaignException('Campaign should have a budget'); 119 } 120 121 // TODO: Validate offchain balance, or set as pending for onchain 122 123 // Generate URN 124 125 $guid = $this->guid->build(); 126 $urn = "urn:campaign:{$guid}"; 127 128 $campaign 129 ->setUrn($urn); 130 131 // Normalize and validate entity URNs 132 133 $entityUrns = array_values(array_unique(array_filter(Text::buildArray($campaign->getEntityUrns())))); changed this line in version 3 of the diff
- Resolved by Emiliano Balbuena
added 1 commit
- 9baf7867 - (refactor): Raw Elastic Boost and Repositories
added 1 commit
- 900c06ba - (refactor): Introduce actor to manager; changes should be in a ref
added 1 commit
- 4e1f3f64 - (chore): Exclude campaigns when returning backlog count
added 1 commit
- 3f77aa3f - (feat): Disallow editing campaign on final states
added 45 commits
-
3f77aa3f...991bd361 - 44 commits from branch
minds:master
- 990db7ff - Merge remote-tracking branch 'upstream/master' into goal/campaigns-1
-
3f77aa3f...991bd361 - 44 commits from branch
added 1 commit
- 1acfaa3e - (chore): Boost console should ignore boost campaigns
Please register or sign in to reply