diff --git "a/10171263.csv" "b/10171263.csv"
deleted file mode 100644--- "a/10171263.csv"
+++ /dev/null
@@ -1,15998 +0,0 @@
-issuekey,created,title,description,storypoints
-25326678,2019-09-26 03:22:02.733,XSRF Prevention Middleware,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-25326658,2019-09-26 03:20:48.471,Admin Middleware,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-25326650,2019-09-26 03:20:15.836,Logged-in Middleware (Disallow anonymous access to certain endpoints),Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-25326638,2019-09-26 03:18:55.495,Catch unhandled exception on route map handlers. Build a response and ping Sentry,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-25326456,2019-09-26 03:16:52.086,Allow module route maps to specify groups with common middleware (as children routes),Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-25326449,2019-09-26 03:15:40.574,Allow module route maps to specify one or more middleware,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-25326433,2019-09-26 03:13:36.085,Allow modules to map explicit routes handled via DI bindings,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-25325960,2019-09-26 03:09:49.488,Move pre-PSR-7 router to it's class and create a fallback middleware,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-25325940,2019-09-26 03:07:22.912,Request handler prototype,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-25325773,2019-09-26 02:58:16.678,Recurring Pro subscription payments using multi-currency wire,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-25325725,2019-09-26 02:55:44.389,Pro channels should have Plus benefits,`isPlus()` should return true if `isPro()` is true,1
-25321566,2019-09-25 23:22:01.024,Error: Call to a member function isOwner() on null when trying to read deleted group's review queue,"Sentry Issue: [ENGINE-4Y](https://sentry.io/organizations/minds-inc/issues/1195076403/?referrer=gitlab_integration)
-
-```
-Error: Call to a member function isOwner() on null
- File ""/Controllers/api/v1/groups/review.php"", line 22, in Minds\Controllers\api\v1\groups\review::get
- if (!$group->isOwner($user) && !$group->isModerator($user)) {
- File ""/Api/Factory.php"", line 70, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 76, in Minds\Controllers\api\api::get
- return Factory::build($pages, $this->request, $this->response);
- File ""/Core/Router.php"", line 138, in Minds\Core\Router::route
- return $handler->$method($pages);
- File ""/index.php"", line 9
- $router->route();
-```",1
-25321532,2019-09-25 23:15:42.348,Error: Call to undefined function elgg_normalize_url() when building SEO image tag URL,"Sentry Issue: [ENGINE-49](https://sentry.io/organizations/minds-inc/issues/1192152261/?referrer=gitlab_integration)
-
-```
-Error: Call to undefined function elgg_normalize_url()
- File ""/classes/ElggEntity.php"", line 1005, in ElggEntity::getIconURL
- return elgg_normalize_url($url);
- File ""/Core/Media/SEO.php"", line 80, in Minds\Core\Media\SEO::viewHandler
- 'og:image' => $entity->getIconUrl('xlarge'),
- File ""[internal]"", line 0, in call_user_func_array
- File ""/Core/SEO/Manager.php"", line 69, in Minds\Core\SEO\Manager::get
- $meta = call_user_func_array(self::$routes[$route], [array_reverse($slugs)]) ?: [];
- File ""/var/www/Minds/front/dist/en/index.php"", line 2, in include
- $meta = Minds\Core\SEO\Manager::get();
-...
-(3 additional frame(s) were not displayed)
-```",2
-25321504,2019-09-25 23:12:45.775,Error: Call to a member function getEmail() on null when reading settings,"Sentry Issue: [ENGINE-26](https://sentry.io/organizations/minds-inc/issues/1179022582/?referrer=gitlab_integration)
-
-```
-Error: Call to a member function getEmail() on null
- File ""/Controllers/api/v2/settings/emails.php"", line 41, in Minds\Controllers\Api\v2\settings\emails::get
- 'email' => $user->getEmail(),
- File ""/Api/Factory.php"", line 70, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 76, in Minds\Controllers\api\api::get
- return Factory::build($pages, $this->request, $this->response);
- File ""/Core/Router.php"", line 138, in Minds\Core\Router::route
- return $handler->$method($pages);
- File ""/index.php"", line 9
- $router->route();
-```",2
-25321471,2019-09-25 23:09:05.235,Exception: user_guid be be sent when getting Update Markers,"Sentry Issue: [ENGINE-D](https://sentry.io/organizations/minds-inc/issues/1177469648/?referrer=gitlab_integration)
-
-```
-Exception: user_guid be be sent
- File ""/Core/Notification/UpdateMarkers/Repository.php"", line 34, in Minds\Core\Notification\UpdateMarkers\Repository::getList
- throw new \Exception('user_guid be be sent');
- File ""/Core/Notification/UpdateMarkers/Manager.php"", line 28, in Minds\Core\Notification\UpdateMarkers\Manager::getList
- return $this->repository->getList($opts);
- File ""/Core/Groups/Membership.php"", line 649, in Minds\Core\Groups\Membership::getGroupsByMember
- 'limit' => 1000,
- File ""/Controllers/api/v1/groups.php"", line 52, in Minds\Controllers\api\v1\groups::get
- 'offset' => (int) $_GET['offset'],
- File ""/Api/Factory.php"", line 70, in Minds\Api\Factory::build
- return $handler->$method($pages);
-...
-(3 additional frame(s) were not displayed)
-```
-We need to check to make sure that we check for an authenticated user before we request update markers",3
-25304162,2019-09-25 15:25:27.328,(feature) replace admin check with permissions,"Everywhere we check admin permissions on the backend, we need to feature flag check the new permissions flags",2
-25302105,2019-09-25 14:33:35.306,(bug): Disallow /pro/channel on non-Pro channels,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-25299914,2019-09-25 13:38:12.967,(chore): Investigate ban reasons inconsistencies.,See https://gitlab.com/minds/engine/merge_requests/328#note_221820226,3
-25249801,2019-09-24 15:11:07.650,(bug): Switch ban email to another address,Currently it tells the user to reply to no-reply.,1
-25133150,2019-09-23 20:02:02.326,(bug): Ensure Contributions\Repository handles faulty $rows values,"Sentry Issue: [ENGINE-J](https://sentry.io/organizations/minds-inc/issues/1177479145/?referrer=gitlab_integration)
-
-```
-Error: Call to a member function pagingStateToken() on boolean
- File ""/Core/Rewards/Contributions/Repository.php"", line 124, in Minds\Core\Rewards\Contributions\Repository::getList
- 'token' => $rows->pagingStateToken()
- File ""/Controllers/api/v2/blockchain/contributions.php"", line 36, in Minds\Controllers\api\v2\blockchain\contributions::get
- 'offset' => $offset
- File ""/Api/Factory.php"", line 69, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 76, in Minds\Controllers\api\api::get
- return Factory::build($pages, $this->request, $this->response);
- File ""/Core/Router.php"", line 137, in Minds\Core\Router::route
- return $handler->$method($pages);
-...
-(1 additional frame(s) were not displayed)
-```",2
-25131549,2019-09-23 19:35:03.018,(bug): Wire\Thresholds should handle NULL users (logged-out),"Sentry Issue: [ENGINE-1T](https://sentry.io/organizations/minds-inc/issues/1178004156/?referrer=gitlab_integration)
-
-```
-Cassandra\Exception\InvalidArgumentException: num must be a long, double, numeric string or a Cassandra\Varint instance, given
- File ""/Core/Wire/Sums.php"", line 114, in Cassandra\Varint::__construct
- new \Cassandra\Varint($this->sender_guid),
- File ""/Core/Wire/Sums.php"", line 114, in Minds\Core\Wire\Sums::getSent
- new \Cassandra\Varint($this->sender_guid),
- File ""/Core/Wire/Thresholds.php"", line 63, in Minds\Core\Wire\Thresholds::isAllowed
- $amount = $sums->getSent();
- File ""/Core/Media/Thumbnails.php"", line 26, in Minds\Core\Media\Thumbnails::get
- if (!Di::_()->get('Wire\Thresholds')->isAllowed($loggedInUser, $entity)) {
- File ""/Controllers/fs/v1/thumbnail.php"", line 36, in Minds\Controllers\fs\v1\thumbnail::get
- $thumbnail = $mediaThumbnails->get($pages[0], $size);
-...
-(4 additional frame(s) were not displayed)
-```",2
-25113452,2019-09-23 12:20:01.695,Full test plan for destkop,,3
-25097825,2019-09-23 02:26:56.326,(feat): Implement referral system to Pro Domain,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-25090455,2019-09-22 16:58:11.425,(bug): videos not playing when webtorrent enabled,"It seems that reminded videos do not render a working ""play"" button. Multiple users have reported this, but I've not been able to replicate.
-
-* https://www.minds.com/newsfeed/1022536967470239744
-* https://www.minds.com/newsfeed/1022434607589212160
-* https://www.minds.com/newsfeed/1022400200341803008
-* https://www.minds.com/newsfeed/1022045056894849024
-* https://www.minds.com/newsfeed/1022855418898337792
-* https://www.minds.com/newsfeed/1022863137753997312 ",3
-25048836,2019-09-20 15:39:22.241,(feat): Turn on feature flags when staging cookie present.,"Clients should be able to set `staging-features=` along with `staging=1`
-
-Base64 Encoded JSON, when decoded, should have the following structure:
-```JSON
-{ ""pro"": true, ""es-feeds"": true }
-```
-
-That cookie should affect the outcome of `Features\Manager::has()` and `Features::Manager::export()`",2
-25044245,2019-09-20 13:04:20.417,"(chore): Follow-up from ""(feat): Minds Pro""","The following discussions from !308 should be addressed:
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_218633043):
-
- > This is using legacy JWT library. We should be using the new JWT library used by Core/Sessions/Manager, Core/Security/SignedUri.php etc. The new one is the `Lcobucci\JWT` library
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219735047):
-
- > Please remove this block. This should be for registration only and also not at the controller level. The `from` parameter is also not very clear and potentially insecure.
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219735624):
-
- > This should be done via the referral cookie. Please remove from the controllers.
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219735826):
-
- > Why is this added in here?
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219738230):
-
- > remove from here. There is already referral logic.
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219738679):
-
- > This should be set in the constructor
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219738923):
-
- > Why is this no longer set?
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219739965):
-
- > and here?
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219740651):
-
- > This should be injected
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219741300):
-
- > return type `:void`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744604):
-
- > return type `: Jwt`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744606):
-
- > return type `: array`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744607):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744608):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744610):
-
- > return type `: array`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744611):
-
- > return type `: Manager`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744612):
-
- > return type `: array`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744613):
-
- > return type `: HydrateSettingsDelegate`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744614):
-
- > return type `: InitializeSettingsDelegate`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744615):
-
- > docs and return type needed
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744616):
-
- > return type `: ?Settings`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744618):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744619):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744622):
-
- > return type `: void`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744624):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744625):
-
- > return type `: Manager`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744627):
-
- > return type `: Manager`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744629):
-
- > return type `: bool`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744633):
-
- > return type `: bool`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744635):
-
- > return type `: bool`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744636):
-
- > return type `: ?Settings`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744637):
-
- > return type `: bool`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744639):
-
- > return type `: Response`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744641):
-
- > return types needed for this file
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744643):
-
- > return type `: string`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744645):
-
- > return type `: array`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744647):
-
- > return type `: array`
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744648):
-
- > Return types needed for this file
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744650):
-
- > return types needed
-
-- [x] @markeharding started a [discussion](https://gitlab.com/minds/engine/merge_requests/308#note_219744657):
-
- > return types",2
-24993236,2019-09-19 14:39:02.961,(fix): hashtag filters do not detect hashtags from posts with only text or outside links,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24985364,2019-09-19 11:30:24.872,Kite user guid is not logged properly,"In Kite index some documents has short guid:
-
-```
-9126
-36989
-928292
-87334836935
-7623355377579362
-21891019491592981
-27667508119009771
-29759722821258901
-34209858267472015
-37859586873321869
-43862099460765620
-47580495288740679
-48383866281168139
-50759326361202941
-56403706515584002
-58443165904275271
-65681389729650860
-78757476555697447
-82352297385550137
-83696497744413492
-90167915953349636
-91260549480632321
-95117807210039571
-```",2
-24962728,2019-09-18 20:29:44.583,Docker structure for new frontend server,"- [ ] Replace front-init container with a front-server
-- [ ] Hot reload in dev mode?",2
-24962337,2019-09-18 20:13:00.754,Refactor SEO from backend to frontend,"Currently the SEO is handled by the backend. Moving to the frontend, once SSR is established (https://gitlab.com/minds/front/issues/1930) will lead to a unified environment with a single place for pages to be handled.",5
-24959070,2019-09-18 18:18:30.568,(refactor): Use newest library for JWT token,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24956222,2019-09-18 16:22:05.571,(bug): block does not work in groups,"
-
-### Summary
-
-If user A blocks user B, user B will still appear in the group-feed of user A.
-
-### Steps to reproduce
-
-Unknown - it appears to happen rarely, but very randomly.
-
-I have seen multiple reports and I and other team members have seen it happen first-hand.
-
-### Platform information
-
-Cross-platform web.
-
-### What is the current *bug* behavior?
-
-Blocked users show up in feeds.
-
-### What is the expected *correct* behavior?
-
-Blocked users should not appear for the blocker.
-
-### Relevant logs and/or screenshots
-
-(Paste any relevant logs - please use code blocks (```) to format console output,
-logs, and code as it's very hard to read otherwise.)
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)
-
-/label ~""T \- Bug"" ~""S \- Triage:new""
-
-Let's make sure
-- [x] Banned users disappear from the UI on feeds
-- [x] Banned users do not appear on reload
-- [x] We need to make sure that admins can only see blocked users by explicitly going to their channel page. They should not be showing up in anyone's feeds.",4
-24955442,2019-09-18 16:10:51.165,Framework Performance Optimisations,"* Autoloader and some of the Events registration callbacks are suboptimal
-* Adds properly configured opcache for dev env",2
-24945088,2019-09-18 13:19:07.034,(bug): Not auto-subbing when registering,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24945060,2019-09-18 13:18:33.166,(bug): 500 when auto-subbing on login,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24936218,2019-09-18 10:56:28.934,Issue referral cookie on channel and asset pages if not already set,,1
-24932410,2019-09-18 09:05:27.592,Test User State Functionality in Review Sites,"The following need tested:
-* Analytics cli run daily records correct user states and sends notifications when user state changes
-* Analytics cli 'incremental' run tracks user state changes for the current day and sends notification if there is going to be a user state decline
-
-The review site will need a number of users for this that can generate activities and be registered to receive token rewards (currently not working, assuming Twilio key is needed in config).
-
-This will need to take place over a number of days unless there is an easy way of injecting fake user activity into the backend - Reliable way would be writing a cli to do this???",6
-24922097,2019-09-17 23:05:02.194,(test): Engine spec tests,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24918570,2019-09-17 20:28:16.759,Unable to fully cancel out of video upload,chrome on apple desktop,2
-24909406,2019-09-17 16:46:30.687,(fix): issues when saving settings,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-24849977,2019-09-16 19:50:20.917,(feat): Configure Traefik frontends when saving Pro settings,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-24842948,2019-09-16 16:34:03.181,Case sensitivity on hashtags,"
-
-### Summary
-
-Case sensitivity on hashtags is detrimental to the users experience.
-
-### Steps to reproduce
-Compare the following two links and note the hashtag params difference in case.
-
-* https://www.minds.com/newsfeed/global/top;hashtag=unfucktheworld;period=24h
-* https://www.minds.com/newsfeed/global/top;hashtag=UnfuckTheWorld;period=24h
-
-### Platform information
-
-Cross-platform web.
-
-### What is the current *bug* behavior?
-
-examples, #FOObar and #fooBAR are not showing the same hashtags.
-
-### What is the expected *correct* behavior?
-
-Case sensitivity shouldn't make a difference for hashtags.
-
-### Relevant logs and/or screenshots
-
-(Paste any relevant logs - please use code blocks (```) to format console output,
-logs, and code as it's very hard to read otherwise.)
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)",2
-24765631,2019-09-13 13:51:39.600,(feat): Endpoint returning both Pro channel and current user,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24740805,2019-09-12 20:33:36.754,(chore): Disallow Pro self-enable,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-24740780,2019-09-12 20:32:12.403,(feat): Allow admins to toggle Pro on channels,,2
-24740714,2019-09-12 20:28:17.293,(feat): Add validations to Settings submissions,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24733288,2019-09-12 14:35:13.823,"Wire emails use the @symbol but shows the display name, not username",,1
-24700470,2019-09-11 17:44:07.273,(feat): Allow admins to submit code for Pro Domain pages,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24699621,2019-09-11 17:20:37.848,(feat): Allow admins to edit Pro settings,,2
-24681496,2019-09-11 11:26:18.428,Efficient querying of views table,"- [ ] Copy to elasticsearch with hourly resolution
-```json
-{
- ""resolution"": ""day"",
- ""@timestamp"": 1568627843000,
- ""entity_urn"": ""urn:activity:123"",
- ""owner_guid"": ""456"",
- ""views"": 201
-}
-```
-- [ ] Cli script to run over views and update hourly and update the aggregated number
-- [ ] Forward plan reducing resolution on main `views` table",3
-24681364,2019-09-11 11:23:03.017,Record owner_guid on views table,"| Column | Type |
-| ------ | ------ |
-| owner_guid | bigint |",1
-24678870,2019-09-11 10:05:16.103,Opt-in endpoint to join partner program,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24663007,2019-09-10 22:20:21.126,Unread messages should automatically go to top of messenger list,"
-
-### Summary
-
-Unread messages need to be displayed at the top of a user's messenger list so that they can easily find it and read it. Otherwise, the notification remains and it is confusing unless you scroll way down the list to find the unread message.
-
-all platforms
-
-### Relevant logs and/or screenshots
-
-This video depicts the confusion it can cause. The video does not show this, but the reason the message marker remains there is because there was an unread message buried down the list.
-
-
-",2
-24661025,2019-09-10 21:08:21.892,"(fix): if editing, time_created should only be changed if it's different from entity time_created",,1
-24634404,2019-09-10 10:31:00.397,(feat) Cli controller for triggering notifications,I'm finding testing notifications a chore so wrote a cli for quickly triggering notifications for quickly testing frontend and mobile changes.,2
-24612942,2019-09-09 20:11:15.545,(chore) Remove static composer hash from setup script,"Instructions at https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
-
-...indicate to wget the hash down eliminating the need for the hash to be static in the script",1
-24603639,2019-09-09 15:38:23.594,Users not receiving points for jury duty,"* This user did not receive any points on 9/4: https://www.minds.com/wallet/tokens/transactions;remote=nexticeage
-* User FoxFox has not been credited for their last 4 Jury Duties.
-* Other reports are floating around.
-
-https://www.minds.com/newsfeed/1034493384498917376
-https://www.minds.com/newsfeed/1036946661790953472
-https://www.minds.com/newsfeed/1037315249617113088",2
-24601286,2019-09-09 14:52:47.926,Broken image placeholders,"# Questions
-- Does this replace broken images bulb?
-- Which error screens should be included?
-- What is the text that should go along with this?
-
-# More details
-Created this image for errors.
-
-Previous error message:
-
-
-
-New error message should be: ",2
-24597821,2019-09-09 13:43:45.718,(chore): change filter to timestamp instead of time_created,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-24541585,2019-09-06 15:17:49.767,(feat) Add user states to wallet overview endpoint,Return the list of all current user states + multiplier values,2
-24473177,2019-09-04 20:42:46.338,Chore: Improved feature flags,Maintaining our feature flags in helm / config is turning into a fragile chore. Moving them over to clearly defined classes in php,2
-24466616,2019-09-04 15:50:51.639,(bug): error produced when reporting group for any reason,"Groups cannot be reported, there is an error.
-
-
-
-:update @benhayward.ben
-
-Request is 500ing throwing this into the nginx and php-fpm containers.
-```
-nginx_1 | 2019/09/12 17:07:53 [error] 6#6: *3362 FastCGI sent in stderr: ""PHP message: Exception #1568308073: Cassandra\Exception\InvalidArgumentException: value must be a long, a double, a numeric string or a Cassandra\Bigint, given in /var/www/Minds/engine/Core/Reports/UserReports/Repository.php:60
-nginx_1 | Stack trace:
-nginx_1 | #0 /var/www/Minds/engine/Core/Reports/UserReports/Repository.php(60): Cassandra\Bigint->__construct(NULL)
-nginx_1 | #1 /var/www/Minds/engine/Core/Reports/UserReports/Manager.php(96): Minds\Core\Reports\UserReports\Repository->add(Object(Minds\Core\Reports\UserReports\UserReport))
-nginx_1 | #2 /var/www/Minds/engine/Controllers/api/v2/moderation/report.php(77): Minds\Core\Reports\UserReports\Manager->add(Object(Minds\Core\Reports\UserReports\UserReport))
-nginx_1 | #3 /var/www/Minds/engine/Api/Factory.php(69): Minds\Controllers\api\v2\moderation\report->post(Array)
-nginx_1 | #4 /var/www/Minds/engine/Controllers/api/api.php(81): Minds\Api\Factory::build(Array, Object(Zend\Diactoros\ServerRequest), Object(Zend\Diactoros\Response\JsonResponse))
-nginx_1 | #5 /var/www/Minds/engine/Core/Router.php(137): Minds\Controllers\api\"" while reading response header from upstream, client: 172.19.0.1, server: _, request: ""POST /api/v2/moderation/report HTTP/1.1"", upstream: ""fastcgi://172.19.0.8:9000"", host: ""0.0.0.0"", referrer: ""http://0.0.0.0/groups/profile/1018930846406545413/feed""
-elasticsearch_1 | [2019-09-12T17:08:08,994][INFO ][o.e.c.r.a.DiskThresholdMonitor] [HhjXpE-] low disk watermark [85%] exceeded on [Hh
-```",2
-24461580,2019-09-04 13:17:25.782,More specs test,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24459172,2019-09-04 12:13:26.007,"(bug): As owner, I cannot view scheduled posts",Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24396788,2019-09-02 18:58:25.215,(feat): Use channel avatar as favicon,,2
-24299741,2019-08-29 16:57:07.231,Introduce collapsible titles in Help Desk,"Currently all the choices in help desk are visible. We need to have the titles collapsible for ease of use.
-
-
-
-
-
-
-
-
-",2
-24293371,2019-08-29 13:59:44.722,(feat): Add filter to EntityGuidResolverDelegate to exclude future entities when not owner,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,4
-24293253,2019-08-29 13:57:49.702,Exception: Entity is required - User cannot Boost old posts,"
-### Summary:
-
-when boosting older articles like I get: Http failure response for https://www.minds.com/api/v2/boost/prepare/795065334607159300?: 500 Internal Server Error
-
-i still have more than 50 000 tokens even not gotting some recently
-
-### Steps to reproduce:
-
-goto https://www.minds.com/blog/view/795065334607159296 and try boost as user
-
-### Browser and OS
-
-FF under linux mint reported by: @lichtkind
-
-### What is the current *bug* behavior?
-
-User cannot boost older articles.
-
-### What is the expected *correct* behavior?
-
-User should be able to boost older articles.
-
-### Relevant logs and/or screenshots
-
-SENTRY
-https://sentry.io/organizations/minds-inc/issues/1190687997/?project=1538020&query=boost
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)
-
-Sentry Issue: [ENGINE-3T](https://sentry.io/organizations/minds-inc/issues/1190687997/?referrer=gitlab_integration)
-
-```
-Exception: Entity is required
- File ""/Core/Boost/Checksum.php"", line 58, in Minds\Core\Boost\Checksum::generate
- throw new \Exception('Entity is required');
- File ""/Controllers/api/v2/boost/prepare.php"", line 36, in Minds\Controllers\api\v2\boost\prepare::get
- ->generate();
- File ""/Api/Factory.php"", line 69, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 76, in Minds\Controllers\api\api::get
- return Factory::build($pages, $this->request, $this->response);
- File ""/Core/Router.php"", line 137, in Minds\Core\Router::route
- return $handler->$method($pages);
-...
-(1 additional frame(s) were not displayed)
-```",1
-24219799,2019-08-27 20:16:44.260,Update report options,We should update the report options and flow to this: https://docs.google.com/spreadsheets/d/1UOenCMZlBVHd2Ypip40MFN4KYeXCj8eJEBOvMIxYeVo/edit#gid=0,6
-24102540,2019-08-23 17:18:49.927,(code review): Add PHP 7 return types to Core\Pro module methods,,2
-24102524,2019-08-23 17:17:32.084,(code review): Make Router middleware PSR-15/PSR-7 compliant,,3
-24102484,2019-08-23 17:14:59.108,(code review): Read root domain from Config on InitializeSettingsDelegate,Might need a new `settings.php` entry.,1
-24102376,2019-08-23 17:08:27.735,(code review): Remove unnecesary features from v2/feeds/channel and move it to v2/pro/content,,2
-24102323,2019-08-23 17:04:13.856,(code review): Detach Api/Factory Pro domain for existing flow,,1
-24093278,2019-08-23 13:48:06.990,(fix): Adapt code as per review,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-24064612,2019-08-22 18:10:48.659,(feat): Implement a short-lived cache with homepage categories content,,1
-24060254,2019-08-22 15:43:24.008,(chore): fixes for MVP internal demo,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,6
-24057653,2019-08-22 15:24:20.556,(bug): Logout should provide $session value - Error: Call to a member function getUserGuid() on null,"Sentry Issue: [ENGINE-G](https://sentry.io/organizations/minds-inc/issues/1177477262/?referrer=gitlab_integration)
-
-```
-Error: Call to a member function getUserGuid() on null
- File ""/Core/Sessions/Repository.php"", line 94, in Minds\Core\Sessions\Repository::delete
- new Varint($session->getUserGuid()),
- File ""/Core/Sessions/Manager.php"", line 239, in Minds\Core\Sessions\Manager::destroy
- $this->repository->delete($this->session, $all);
- File ""/Controllers/api/v1/authenticate.php"", line 124, in Minds\Controllers\api\v1\authenticate::delete
- $sessions->destroy(false);
- File ""/Api/Factory.php"", line 69, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 91, in Minds\Controllers\api\api::delete
- return Factory::build($pages, $this->request, $this->response);
-...
-(2 additional frame(s) were not displayed)
-```",2
-24049926,2019-08-22 14:25:59.915,ImagickException: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504,"Sentry Issue: [ENGINE-T](https://sentry.io/organizations/minds-inc/issues/1177515385/?referrer=gitlab_integration)
-
-```
-ImagickException: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504
- File ""/Core/Media/Imagick/Manager.php"", line 60, in Imagick::__construct
- $this->image = new \Imagick($value);
- File ""/Core/Media/Imagick/Manager.php"", line 60, in Minds\Core\Media\Imagick\Manager::setImage
- $this->image = new \Imagick($value);
- File ""/Controllers/api/v1/blog.php"", line 330, in Minds\Controllers\api\v1\blog::post
- $manager->setImage($_FILES['file']['tmp_name'])
- File ""/Api/Factory.php"", line 69, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 81, in Minds\Controllers\api\api::post
- return Factory::build($pages, $this->request, $this->response);
-...
-(2 additional frame(s) were not displayed)
-```
-
-~""Type::Bug""",5
-24046392,2019-08-22 13:48:59.460,(bug): Call to a member function getSubscriptionsCount() on null,"Sentry Issue: [ENGINE-C](https://sentry.io/organizations/minds-inc/issues/1177467733/?referrer=gitlab_integration)
-
-```
-Error: Call to a member function getSubscriptionsCount() on null
- File ""/Controllers/api/v2/suggestions.php"", line 19, in Minds\Controllers\api\v2\suggestions::get
- if ($loggedInUser->getSubscriptionsCount() >= 5000) {
- File ""/Api/Factory.php"", line 69, in Minds\Api\Factory::build
- return $handler->$method($pages);
- File ""/Controllers/api/api.php"", line 76, in Minds\Controllers\api\api::get
- return Factory::build($pages, $this->request, $this->response);
- File ""/Core/Router.php"", line 137, in Minds\Core\Router::route
- return $handler->$method($pages);
- File ""/index.php"", line 9
- $router->route();
-```",3
-24045492,2019-08-22 13:27:37.012,(bug): 3 strikes in firehose not marking channels,"
-
-### Summary
-
-when any three post from a channel are marked NSFW, the channel should automatically be tagged with the corresponding tag. This is not happening. This channel https://www.minds.com/karlakush had 4 posts tagged in firehose as NSFW Porn and the channel has not addopted that tag.
-
-### Steps to reproduce
-
-use admin account, tag 3 post of a channel, see that the channel is not being tagged
-
-### Platform information
-
-(Browser, device, system stats, screen size)
-
-### What is the current *bug* behavior?
-
-(What actually happens)
-
-### What is the expected *correct* behavior?
-
-(What you should see instead)
-
-### Relevant logs and/or screenshots
-
-(Paste any relevant logs - please use code blocks (```) to format console output,
-logs, and code as it's very hard to read otherwise.)
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)",5
-24013859,2019-08-21 15:57:42.496,(bug): reasons incorrect in banning email,,2
-24007990,2019-08-21 12:52:29.680,(feat) update Surge endpoint for FCM,https://github.com/Minds/Surge/pull/4,1
-23973276,2019-08-20 13:50:01.958,(feat) create new endpoint for scheduled activities,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,8
-23950557,2019-08-20 02:27:19.675,Modal pager,"For MVP:
-- [x] Allow reverse sorting taking in account timestamp constraints. Needed to fetch adjacent documents on time-based horizontal feeds.",6
-23850426,2019-08-16 18:44:55.034,(feat): SEO for Pro Domains,"- [ ] Homepage
-- [ ] Feed
-- [ ] Videos
-- [ ] Images
-- [ ] Articles
-- [ ] Groups
-- [ ] Login/Signup
-- [ ] Newsfeed single
-- [ ] Blog
-- [ ] Media (image/video)",8
-23850373,2019-08-16 18:41:07.836,(feat): Validate JWT to prevent XSRF attacks on Pro Domains,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-23809501,2019-08-15 14:06:43.347,(bug) Firehose reporting not marking channel after three strikes,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-23791254,2019-08-14 20:41:03.196,(feat): Endpoint that gathers all Top Content for each Pro hashtag/category,,8
-23789371,2019-08-14 18:55:12.150,(test): Scheduled posts spec tests,,8
-23789341,2019-08-14 18:53:47.820,"(feat): When editing a scheduled blog, the linked activity should inherit time_created",Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,6
-23789317,2019-08-14 18:52:30.013,"(feat): When creating a scheduled blog, the automatically generated activity should inherit time_created",Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,4
-23759027,2019-08-14 01:49:46.688,"Replace ""Interact"" acl","When the environment has the permissions flag set, use permissions to calculate the existing ACL check for interacting",5
-23759007,2019-08-14 01:47:12.063,Replace write acl,"When the environment has the permissions flag set, use permissions to calculate the existing ACL check for write",5
-23758993,2019-08-14 01:45:01.490,"Replace ""Read"" Acl","When the environment has the permissions flag set, use permissions to calculate the existing ACL check for read",5
-23758968,2019-08-14 01:42:50.748,(feature) Re-index the feeds for moderated channels,"When a user marks their channel moderated, reindex the feeds
-
-We need to talk to Mark about this. How do we handle updating feeds when the user switches modes
-
-Is the dynamic permissions check enough?",5
-23758902,2019-08-14 01:40:42.663,(feature) Re-index feeds on channel open,"When a user marks their channel open, reindex the feeds
-
-We need to talk to Mark about this. How do we handle updating feeds when the user switches modes
-
-Is the dynamic permissions check enough?",5
-23758801,2019-08-14 01:30:01.296,(feature) Extend the individual entities to return the permissions object on videos,"When we get a specific image, we need to include its permissions so the front end can parse its flags",3
-23758730,2019-08-14 01:26:26.751,(feature) Extend the individual entities to return the permissions object on images,"When we get a specific image, we need to include its permissions so the front end can parse its flags",3
-23758720,2019-08-14 01:25:03.791,(feature) Extend the individual entities to return the permissions object on blogs,"When we get a specific blog, we need to include its permissions so the front end can parse its flags",3
-20516262,2019-05-02 01:49:01.111,(test): Spec tests for ES Feeds features,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-20489313,2019-05-01 04:24:46.530,(fix): Groups not being show on discovery,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-20314677,2019-04-24 15:03:32.832,(feat): ES query for subscribed should use an ES sub-query with path (vs. read from Cassandra),Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,8
-20314404,2019-04-24 15:01:59.029,(feat): Delete documents from ElasticSearch when its Cassandra entities are deleted,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-20314158,2019-04-24 15:00:14.761,(chore): Rename Feeds\Top to Feeds\Elastic,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-20299155,2019-04-24 10:30:43.594,(chore): Investigate memory leak with Email Batches,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,7
-20289308,2019-04-24 04:40:34.613,(chore): Remove NSFW from /v2/container; add NSFW support to /v2/subscribed,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-20271682,2019-04-23 14:03:21.119,(feat)(proto): Subscribed feeds endpoint,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-20252384,2019-04-22 21:17:24.998,(fix): Blogs not being indexed correctly upon add/update,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,4
-20187286,2019-04-19 05:23:06.680,"(bug); banned channels showing in ""Suggested channels"" box","banned channels should not be suggested to users to subscribe to. They are currently showing up in the ""suggested Channels"" box",2
-20122646,2019-04-17 00:34:10.816,Create a back end for tagging content as reported,"When an admin moderates content, mark it with their guid so we can tell who tagged it.
-
-Remove that content from all feeds where it would be in appropriate.
-
-Research the feasibility of marking reminds as moderated as well / applying the same catergorization",20
-20122604,2019-04-17 00:28:20.055,Reportable Hashtags,Create a backend and data schema for reporting hashtags,10
-20119979,2019-04-16 20:52:36.063,(fix): Unlisted content only on /v2/container for its owner,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-20119974,2019-04-16 20:51:59.268,(): Ensure moderated groups content doesn't show on new feeds,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-70876528,2019-04-12 21:06:10.038,Push notifications for web app,"## **Note: This is a back-end task**
-
-- [ ] Implement new Cassandra schema for storing push notifications ids per devices
-- [ ] Subscribe to browser push notifications
-- [ ] Frontend abstracted module to allow to subscribe to push notifications
-- [ ] Frontend notification settings to control what notifications are received
-- [ ] Spec tests
-- [ ] Implementation documentation",5
-19994156,2019-04-12 11:59:53.325,(fix): help and support group appears duplicated,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19863333,2019-04-09 00:06:55.495,(refactor): /v2/entities should try to inject urn property,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-19842408,2019-04-08 13:00:40.779,(chore): Snapshots feedback 4/05,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,8
-19767076,2019-04-05 12:00:32.653,(feat): Isolated Imagemick service for image uploads,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,7
-19751493,2019-04-04 20:04:04.234,(feat): Implement channel feed listing through elasticsearch,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,2
-19751484,2019-04-04 20:03:33.422,(feat): Implement channel media listing through elasticsearch,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-19747417,2019-04-04 17:33:15.233,Launch experimental jitsi bridge for live streaming test,,10
-19744039,2019-04-04 15:14:03.507,(feat): /v2/entities should support urn:boost:*,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-19744014,2019-04-04 15:13:28.892,(feat): /v2/boost/fetch with sync support,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-19724560,2019-04-04 14:06:28.980,(feat): Be able to edit display name directly from profile,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-21234132,2019-04-03 18:52:47.041,(bug): Retrospectively paywalled posts do not apply the paywall to attachements,"
-
-### Summary
-
-The problem is they can access paywalled images, videos and blogs by simply clicking on the thumbnail in the gallery widget or by viewing the gallery and then clicking the thumbnail.
-
-NOTE: Canary mode is turned on.
-
-See for example on https://www.minds.com/bhayward
-Image https://www.minds.com/media/977926766784184320
-
-### Steps to reproduce
-
-1. Go to the channel for your primary account.
-2. Click ""Attach"" and upload an image.
-3. Click ""Post"".
-4. Edit the post.
-5. Put it behind a 1 token paywall.
-6. Log out and log in to your secondary account.
-7. Visit channel for your primary account.
-8. Scroll down to the image gallery widget.
-9. Click ""View More"".
-10. Click on the thumbnail for the image.
-
-### Platform information
-
-* Windows 10 / Chrome (Version 73.0.3683.86)
-* replicated Manjaro / Chromium
-
-### What is the current *bug* behavior?
-
-When you post an image, video or blog and then put it behind a paywall, it is still visible in your image/video/blog gallery for other users.
-
-### What is the expected *correct* behavior?
-
-If you put an image/video/blog behind a paywall after you already posted it to your channel, it shouldn't be visible and accessible to users who do not meet the paywall threshold for that content. Either that or it should appear for other users but behind the paywall mask and I think both you and other users should be able to filter the image/video/blog gallery by paywalled content. Perhaps just add a button called ""Exclusive Content"" at the top of each gallery.
-
-### Relevant logs and/or screenshots
-
-
-
-
-##### Video
-https://imgur.com/yRzqylz
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)",3
-19699409,2019-04-03 18:44:10.972,(feat): auto join help & support group when creating an account,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19694738,2019-04-03 16:37:23.093,(fix): Onboarding hashtags returns empty list,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19662484,2019-04-02 19:46:29.442,(chore): Export license on faux-activities,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19650543,2019-04-02 13:09:34.275,(bug): Mature content control missing in Canary settings,"
-
-### Summary
-
-(Summarize the bug encountered concisely)
-
-### Steps to reproduce
-
-The mature content setting seems to be missing in Canary.
-
-### Platform information
-
-Platform independent
-
-### What is the current *bug* behavior?
-
-There is no option visible in Canary
-
-### What is the expected *correct* behavior?
-
-User should be able to change this setting
-
-### Relevant logs and/or screenshots
-
-**Canary**
-
-
-**Non-Canary**
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)",4
-19623215,2019-04-01 15:58:15.993,(bug): groups unable to be deleted,"
-
-### Summary
-
-Groups unable to be deleted in Canary mode.
-
-https://www.minds.com/newsfeed/959471948341637120
-
-### Steps to reproduce
-
-1. Go to Canary Mode
-2. Create a group
-3. Delete the group (does not work)
-
-### Platform information
-
-Replicated on Chrome
-
-### Relevant logs and/or screenshots
-
-https://www.minds.com/newsfeed/959471948341637120
-
-### Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)",4
-19621941,2019-04-01 15:06:15.945,(refactor): Make Offchain Wire transactions to be sent in batch,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-19553427,2019-03-29 04:16:40.239,(test): Create spec tests for Posts delegate,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-19553422,2019-03-29 04:16:11.889,(test): Create spec tests for Elasticsearch Documents delegate,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-19538392,2019-03-28 14:12:50.171,"Send ""You received a Wire"" email","Send ""You received a Wire"" email when a user receives a wire
-
-https://sketch.cloud/s/jj9eW/DPMn52y",5
-19538284,2019-03-28 14:08:44.616,"Send ""Find great Minds channels"" email","Send ""Find great Minds channels"" email
-
-Confirm what topic/campaign they should be subscribed too
-
-Weekly for users subscribed to receive these (Wednesday)
-
-*do not send if user has received state change email this day
-
-https://sketch.cloud/s/jj9eW/4an2Lwm",10
-19538245,2019-03-28 14:06:59.602,Send a You have X notifications weekly on Mondays,"Send ""You have X notifications"" email
-
-Confirm what topic/campain they should be subscribed too
-
-Weekly for users subscribed to receive these (Mondays)
-
-*do not send if user has received state change email this day
-
-https://sketch.cloud/s/jj9eW/eKnp9jp",10
-19538177,2019-03-28 14:04:42.601,"Send a ""Your withdrawal is complete"" offer","Send a ""Your withdrawal is complete"" offer email when a user completes a withdrawal
-
-https://sketch.cloud/s/jj9eW/09Mvq3W",1
-19538124,2019-03-28 14:02:50.831,"Send ""You received a boost offer"" email","Send ""You received a boost offer"" email when the user receives a boost offer
- https://sketch.cloud/s/jj9eW/AxMDq21",5
-19538089,2019-03-28 14:01:15.264,"Send ""Your Boost is Complete""","Send ""Your boost is complete"" email when a user boost is completed.
-
-https://sketch.cloud/s/jj9eW/agwk51z",5
-19538040,2019-03-28 13:59:36.905,Create an email when a user sends a wire,"Send ""Your Wire Receipt"" when a user sends a wire
-
-https://sketch.cloud/s/jj9eW/m1nEdGw",5
-19537965,2019-03-28 13:57:14.871,Create a user email state schema,"In php, create a look up table for template id's and orders. This will determine which email a user sends when their state downgrades Core > Casual > Curious > Cold.
-
-Create a cassandra table that has one entry per user notified
-
-user_guid, date, template_id
-
-Primary key, user_guid
-Clustering index, user_guid, date
-
-When we sent a user an email, upsert the email template email we sent.
-When we send the user a new email, check table and advance the rotation
-
-Back end proposal for tracking emails sent with minimal data ",5
-19475825,2019-03-26 22:34:33.835,(feat): Ban endpoint to use new Manager and queue runner to Snapshot+Delete artifacts / Restore artifacts,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-19475790,2019-03-26 22:32:38.101,(test): Create spec tests for Channels Manager and Artifacts delegates,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,5
-19475782,2019-03-26 22:32:14.630,(test): Create spec tests for Snapshot classes,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-19475773,2019-03-26 22:31:47.095,(test): Fix Channels manager/entities spec tests,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,4
-19475764,2019-03-26 22:31:13.391,(feat): Snapshot/delete/restore ElasticSearch documents by user_guid/owner_guid,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,7
-19475758,2019-03-26 22:30:35.531,(chore): Ensure subscriptions/subscribers snapshot/restore works both ways,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19475713,2019-03-26 22:27:00.189,(feat): Snapshotable trait for RepositoryEntity classes,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19475702,2019-03-26 22:25:54.384,(refactor): Channel manager to use artifact delegates,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,1
-19475695,2019-03-26 22:25:05.103,(feat): Snapshot+Delete / Restore CLI tool,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,3
-19475693,2019-03-26 22:24:44.392,(refactor): Delete channel artifacts,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,4
-19475671,2019-03-26 22:23:33.546,(feat): Restore channel from snapshots,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,7
-19475679,2019-03-26 22:23:12.647,(feat): Create channel snapshots,Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.,7
-19471754,2019-03-26 18:53:45.947,(feat): add better seo to helpdesk,"https://www.minds.com/help
-
-use the banner and call it Helpdesk. Let's get in the habit of always doing this",1
-19442784,2019-03-26 01:45:59.037,2X OnChain boost reward (up to 10k) - Backend Changes,"The backend counterpart to https://gitlab.com/minds/front/merge_requests/210
-Towards closing #160 ",5
-19436755,2019-03-25 19:31:53.777,Thumbnail preview not posting if you press enter on a comment too quickly,"
-
-just type a comment with link and press enter super fast. This happens to me ALL the time. ",4
-19427152,2019-03-25 13:31:14.521,(feat): Introduce new lightweight app for video player that allows to show in iframe,"
-
-### Summary
-
-Context:
-> I'm trying to embed Minds videos on my external pages using the minds-supplied