Admins should be able to approve posts that have been put in campaigns.
- Integrate with firehose. Put at the top of the list
- If post already 'reviewed' then do not push again
- Do not start the campaign until the post is approved
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Mark Harding changed milestone to %Boost Partners #mvp
changed milestone to %Boost Partners #mvp
- Mark Harding added Priority1 - High ProductBoost StatusBacklog TypeFeature + 1 deleted label
added Priority1 - High ProductBoost StatusBacklog TypeFeature + 1 deleted label
- Mark Harding changed weight to 2
changed weight to 2
- Mark Harding mentioned in epic &73 (closed)
mentioned in epic &73 (closed)
- Mark Harding added to epic &73 (closed)
added to epic &73 (closed)
- Mark Harding assigned to @gthouret
assigned to @gthouret
- Mark Harding added StatusScheduling label and removed StatusBacklog label
added StatusScheduling label and removed StatusBacklog label
- Brian Hatchet changed weight to 16
changed weight to 16
- Brian Hatchet added 1 deleted label
added 1 deleted label
- Brian Hatchet added StatusBacklog label and removed StatusScheduling label
added StatusBacklog label and removed StatusScheduling label
- Brian Hatchet added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
- Guy Thouret added StatusInProgress label and removed StatusBacklog label
added StatusInProgress label and removed StatusBacklog label
- Contributor
Newsfeed Approval Feed API
GET http://localhost:8080/api/v1/admin/boosts/newsfeed?limit=24&offset=
{"status":"success","boosts":[],"count":0,"load-next":0,"newsfeed_count":0,"content_count":0}
Content Approval Feed API
GET http://localhost:8080/api/v1/admin/boosts/content?limit=24&offset=
{"status":"success","boosts":[],"count":0,"load-next":0,"newsfeed_count":0,"content_count":0}
Content Reject API
POST http://localhost:8080/api/v1/admin/boosts/content/1053992419785183249/reject
{"reason":13}
Content Accept API
POST http://localhost:8080/api/v1/admin/boosts/content/1053994222413156367/accept
{"rating":1,"mature":0}
Edited by Guy Thouret - Contributor
The approval feeds call
Core\Boost\Network\Review::getReviewQueue()
Edited by Guy Thouret - Contributor
Accepting a boost campaign produces an error:
{"status":"error","message":"Payment Method not supported"}
- Guy Thouret mentioned in commit 11ad2994
mentioned in commit 11ad2994
- Guy Thouret mentioned in commit ae32d832
mentioned in commit ae32d832
- Guy Thouret marked the checklist item Integrate with firehose. Put at the top of the list as completed
marked the checklist item Integrate with firehose. Put at the top of the list as completed
- Guy Thouret marked the checklist item If post already 'reviewed' then do not push again as completed
marked the checklist item If post already 'reviewed' then do not push again as completed
- Guy Thouret marked the checklist item Do not start the campaign until the post is approved as completed
marked the checklist item Do not start the campaign until the post is approved as completed