idproject
int64
7.76k
28.8M
issuekey
int64
675k
128M
created
stringlengths
19
32
title
stringlengths
4
226
description
stringlengths
2
154k
storypoints
float64
0
300
10,152,778
19,541,701
2019-03-28 15:04:16.070
(feat): change 'from' email address to 'no-reply@minds.com'
Emails should not point to info@minds.com
1
10,152,778
19,273,465
2019-03-20 02:11:19.496
(bug): Link previews disappear when editing a status post
### Summary When editing a status post containing a link and a corresponding preview of said link, the preview will disappear upon saving the edit. ### Steps to reproduce 1) Create a status post using some text and a link with a corresponding preview. 2) Select EDIT from the post pull-down menu. 3) Edit the ...
3
10,152,778
18,774,779
2019-03-04 11:21:14.993
(bug): subscribed blog post duplicates filling feed
null
2
10,152,778
18,438,523
2019-02-20 16:14:17.411
(bug): Cant delete a reply to a comment on a blog post
### Summary On ones own blog post, while one can delete a comment residing on said post, one can not delete a reply to a comment; although one can do so on ones own status post. ### Steps to reproduce Go to one of your blog posts. Find a reply to your comment. Click the 3 vertical dots, and the option to delet...
5
10,152,778
18,177,704
2019-02-12 16:55:06.846
Counter in group convo-feeds counts 2 seconds for every 1 second
### Summary When a comment is is left in a group conversation feed, the counter is counting 2 seconds for every 1 second. ### Steps to reproduce Make a comment in any group conversation feed, and observe the time elapsed on said comment. ### Platform information Firefox 60.5.0 ESR; Debian Linux 9.7 #...
5
10,152,778
18,175,263
2019-02-12 15:48:55.524
Subscribers list not complete, or not showing at all
### Summary On some channels, when a user is on her/his channel and clicks on the 'Subscription' link, then the 'Subscribers' tab to view their subscribers list, the list is incomplete or empty, and the 'view more' button does not function. ### Steps to reproduce From a channel page, click on the 'Subscription...
6
10,152,778
18,102,324
2019-02-10 03:50:42.211
(feat): admin tools for help desk
Add ability for admins to delete help desk questions
10
10,152,778
18,012,969
2019-02-06 16:38:18.891
(feat): Convert ES reports data to standard format for api return.
See https://gitlab.com/minds/engine/blob/master/Core/VideoChat/Leases/Repository.php#L28 for a good example of how to use repositories. Create a model called Report that we can pass to repositories and managers (copy from https://gitlab.com/minds/engine/blob/master/Core/VideoChat/Leases/VideoChatLease.php) https:...
25
10,152,778
18,010,286
2019-02-06 15:17:53.730
(feat): Implement configuration based (settings.php) switching mechanism for ES and Cassandra.
A simple configuration update and an update to the reports.php endpoint.
5
10,152,778
18,008,315
2019-02-06 14:08:46.663
(feat): Implement user appeals in ES.
Dovetailing with our work to move reporting to ElasticSearch, user appeals must be implemented. A small addition must be made to the mapping, initially, and code must be ported from Cassandra to ElasticSearch. Both pieces will run side by side.
15
10,152,778
18,000,674
2019-02-06 10:07:16.537
(feat): Add score to reports ES datastore
Scores need to be stored on the ES record in some format so admins can query and sort on this data. The purpose of this is to prioritize popular content in the queue. I propose to add "Total Views" to the ES record during creation, and to update it on each report on the same entity. This will give a "good enough" wa...
10
10,152,778
17,946,286
2019-02-04 18:46:03.435
(bug): welcome email has link to PlayStore
The Welcome email after creating new account has a dead link to the Play Store.
1
10,152,778
17,922,450
2019-02-04 00:22:04.613
(bug): Blog post titles not visible on Blog page (brave-browser only)
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary When browsing to the Blog page accessed from the top nav-bar, the icons of the blog posts are vis...
3
10,152,778
17,908,609
2019-02-02 17:37:01.607
(bug): Images Library Has Disappeared
### Summary The image library that was once available on a channel's left sidebar, under the Bio, has disappeared; making it impossible to browse a channels uploaded images. ### Steps to reproduce Open a channel page and scroll down to just below the channel's Bio, and on top of the Video library, and you wont...
5
10,152,778
17,892,421
2019-02-01 16:52:21.035
(feat): Add reporting to elasticsearch
RepositoryES.php is constructed to mirror Repository.php. When the configuration switch is added, Report.php will selectively call Repository.php and RepositroyES.php. https://gitlab.com/minds/engine/merge_requests/71 Below is the mapping I have settled on. ``` { "mappings": { "reported_entity" : { ...
10
10,152,778
17,611,803
2019-01-23 19:07:01.591
(feat): [dev roboposter] Implement posting to groups to generate mock data
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
3
10,152,778
17,459,226
2019-01-18 09:40:26.037
(feat): As moderators, we should be able to simultaneously manage the queue.
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
10
10,152,778
17,459,161
2019-01-18 09:38:04.318
(feat): As a platform, we need to scope a set of filters and optimize for them in the data store.
We need to be capable of performing a series of sorts and queries against our datastore. It is probably not in the ideal format, so some time must be spent to investigate and make necessary changes.
10
10,152,778
17,407,589
2019-01-16 20:29:54.862
Documentation on &26 and &30
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
6
10,152,778
17,217,133
2019-01-09 19:50:11.834
(bug): URL - target="_blank" rel="noopener noreferrer" Issues
Even though we thought that the target="_blank" rel="noopener noreferrer" bug was resolved (which displayed the above href syntax when including / editing of URLs in comments, posts and channel / group profiles), I have found new instances of this ongoing bug. For further information, refer to https://www.minds.com/...
2
10,152,778
17,186,603
2019-01-08 22:26:01.540
(bug): Unlisted blogs, or blogs in drafts, do not display the banner
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary - Marking unlisted/ saving a blog draft removes the blog banner ### Steps to reproduce ...
2
10,152,778
102,943,207
2022-02-23 17:09:27.898
Register modal improvements
We can improve the user experience with the Register modal -- and possibly improve signup conversions -- by addressing these UX issues with the production modal. [This Figma jam board](https://www.figma.com/file/Tf7tRLoUqUWFADEsoZAaQK/Register-modal?node-id=0%3A1) highlights some of the issues visually. 1. Field ...
5
10,152,778
102,652,580
2022-02-17 23:15:27.691
Email: Automate bring your friends post for 7 days after registration
## Summary Send users an email one week after they sign up asking them to refer their friends. ## Conditions - User has signed up for an account - User has verified their email - User has not already referred anyone - 7 days have passed ## Subject Friends help friends get off big tech ## Preheader @{u...
3
10,152,778
102,652,553
2022-02-17 23:13:50.091
Email: Automate welcome post for 1 day after registration
## Summary Send users a welcome post the day after they sign up for Minds. ## Conditions - User has signed up for an account - User has verified their email ## Subject Welcome to Minds, @{username} ## Preheader You've taken the first step. Here's what's next. ## Copy Thanks for joining Minds! Here a...
3
10,152,778
102,650,925
2022-02-17 22:09:16.262
Homepage: Copy / image updates
Given the Classic homepage is outperforming the newer Discovery homepage in terms of driving user signups, we should update the page to reflect the current product vision & mission statement, and to generally be a bit more modern. - [Product vision deck](https://docs.google.com/presentation/d/1we5S97reV91AQM5sbGZAaY...
5
10,152,778
102,427,955
2022-02-14 16:57:56.962
Experiment: Guest Mode with Light Mode
### Target problem Our new Guest Mode homepage (Discovery feed) is not increasing new user signups. ### Hypothesis Defaulting the Guest Mode homepage to Light Mode may improve user signup conversions. ### What is the primary metric that this change is aimed to improve? `Has signed up` in GrowthBook. #...
1
10,152,778
101,852,206
2022-02-03 23:34:30.483
Clicking "Complete to earn tokens" checklist items doesn't work
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary The "Select tags," "Setup channel," and "Verify uniqueness" items in the "Complete to earn tokens...
2
10,152,778
101,623,260
2022-01-31 22:34:30.037
Auto-enroll users in Open Boosts
Automatically opt a subset of users into viewing Open Boosts, based on their responses to the Build Your Algorithm survey. Include all users whose responses meet ALL of these requirements: - I prefer: Mature content > 69 - I prefer: Challenging opinions > 69 - Misinformation: Should be debated > 69 Based on ...
5
10,152,778
101,597,969
2022-01-31 14:37:45.207
Upgrade to Angular 13
Upgrade to the latest version of Angular. Version 13.
13
10,152,778
101,413,204
2022-01-27 19:11:55.705
Channel pages: Implement channel recommendations component
Implement the new channel recommendations component on Channel pages. See this design prototype for visual and interaction spec. - [For channels with activity posts](https://www.figma.com/proto/c37p1Jz209IT8vRuc1AoFv/Recommendations?page-id=0%3A1&node-id=72%3A847&viewport=241%2C48%2C1&scaling=scale-down&starting-poi...
5
10,152,778
101,300,143
2022-01-26 16:06:05.596
Discovery: Implement channel recommendations component - web
Implement the new channel recommendations component on [Discover / Top page](https://www.minds.com/discovery/top). See this design prototype for visual and interaction spec. - Channel recommendations on Discovery - https://www.figma.com/proto/c37p1Jz209IT8vRuc1AoFv/Recommendations?page-id=0%3A1&node-id=152%3A2647&vi...
1
10,152,778
101,300,026
2022-01-26 16:03:46.130
Newsfeed: Implement channel recommendations component - web
Implement the new channel recommendations component on the Newsfeed. See this design prototype for visual and interaction spec. ### Designs See prototype below - [Channel recommendations on Newsfeed](https://www.figma.com/proto/c37p1Jz209IT8vRuc1AoFv/Recommendations?page-id=0%3A1&node-id=126%3A2080&viewport=...
8
10,152,778
101,242,325
2022-01-25 18:59:04.205
Update content policy to reflect current practice on token manipulation
**Objective** - The Content Policy states that token manipulation is an immediate ban offense. However, the current practice is to reject the withdrawals. We need to **update the content policy** to reflect this internal policy change. - Update on the GitLab docs in addition to content-policy page. ![image](/u...
0
10,152,778
101,166,382
2022-01-24 17:43:49.389
Latest / Top feed: Feed composition spec
- [ ] Users can toggle between 2 separate views of their Newsfeed: - Latest - Boost rotator - 3x Latest posts - 3x Top posts + See more link - Latest feed (infinite scroll) - Top - Boost rotator - Top feed (infinite scroll) - [ ] Default users to "Latest" view - [ ] If user manuall...
5
10,152,778
101,161,025
2022-01-24 16:14:35.960
Visual bugs with latest top feed
- [ ] In Light Mode, the "Top Feed" / "Latest Feed" labels and the feed toggle icon use the wrong colors - [ ] The tooltip highlighting the new feed toggle disappears quickly & automatically. It should persist until the user clicks the feed toggle. ## Dev note Commit was reverted from master.
3
10,152,778
100,675,277
2022-01-14 23:22:49.891
Discontinue holding rewards
As part of the [updated rewards program](https://gitlab.com/groups/minds/-/epics/184), we want to discontinue the ongoing holdings rewards. Validation: - Holding rewards are no longer awarded on a daily basis. ## Dev note: - Point to a new epic branch
3
10,152,778
100,675,261
2022-01-14 23:21:35.836
Refactor experiments to use events instead of contexts
## The Problem Currently all users are bucketed into experiments on app initialisation and not when they actually see the experiment. This was done so that pageviews could register the experiments as contexts when someone lands on the site. Issues arise when experiment reports rely on only including users who ha...
8
10,152,778
100,674,389
2022-01-14 22:56:55.010
Expose bot accuracy scores on front end for admins
In order to (a) help with making admin decisions, and (b) QA check the scores so that admins can see what Tasman is spitting out and provide feedback on the effectiveness of the current scoring, we'd like to make Tasman-derived trust scores visible on the front end of Minds website for users with Admin access. https...
3
10,152,778
100,053,274
2022-01-04 03:49:15.058
Posts repeat in Groups feed
We have a few reports of posts repeating in groups. [This Gitlab issue](https://gitlab.com/minds/front/-/issues/5172) makes reference to the issue in a test Group. Additionally, a user alerted me that [this Group](https://www.minds.com/groups/profile/569272650258460672/feed) exhibits the issue, though notably the posts...
5
10,152,778
99,855,506
2021-12-29 00:00:06.669
Hide Boosts for new users
In order to improve the onboarding experience for new users, and to increase short-term retention, we believe we should hide / remove Boosts from feeds for new accounts. - Given UserA's account is less than 7 days old, - when UserA views any feed, - then Boosts are not displayed. - [x] A/B test
2
10,152,778
99,850,532
2021-12-28 19:17:25.878
Show posts from subscribed Groups in Newsfeed
Users like Groups because they help keep up with specific interests, but report that it's difficult to actually keep up with them because the posts in Groups are not obvious from the Newsfeed. So we'd like to experiment by including new posts from subscribed Groups in the user's Newsfeed. - Given UserA is a membe...
5
10,152,778
99,847,164
2021-12-28 17:29:59.890
Remove sidebar chat widget from Groups
Remove the sidebar chat widget from Groups pages. - [x] Remove sidebar chat widget - [x] Remove collapse/expand function for the right column - [x] The right column is still there, but empty - [x] Disable on backend too. 403 status. - [x] Remove associated Cypress tests. - [x] Make mobile card @msantang78 #...
3
10,152,778
98,969,688
2021-12-13 20:52:57.265
Experiment: Newly-registered users land on /discovery/top
When a user completes a new registration on the web app, the user is landed on the newsfeed. Hypothesis: 2-hour retention will improve if we instead land users on /discovery/top feed, where new users can explore content on Minds, and continue with engagements they may have attempted on the guest mode home page. -...
3
10,152,778
98,856,991
2021-12-10 23:19:43.288
Guest Mode: Add composer to feed
In order to better communicate what Minds is about, we'd like to add the composer component to the Guest Mode homepage feed. - Composer appears at the top of the feed, where it would appear for a logged-in user. - If the user clicks to type into the composer, the user is prompted to register.
2
10,152,778
98,743,859
2021-12-09 10:53:50.185
Sprint Planning - Sprint::6 (Dec 15, 2021 – Jan 4, 2022)
**Sprint:** *iteration:"Sprint::6 (Dec 15, 2021 – Jan 4, 2022)" :exclamation: This will be a 3 week sprint due to holiday schedules. ## Objectives ### Engagement - [x] Get social compass live - [ ] Top feed toggle ### Growth - [x] Twitter sync air drop (https://gitlab.com/minds/engine/-/issues/2163)...
0
10,152,778
98,630,552
2021-12-07 22:34:35.406
Fix time spent in growthbook
null
3
10,152,778
98,630,518
2021-12-07 22:33:42.862
Add metrics to GrowthBook
A collection of metrics to add to GrowthBook to enable new experiments. ## Growth metrics - [x] 2-hour retention - [x] 3-day retention - [x] Followed channel ## Engagement metrics - [x] Made a comment / reply - [x] Pageviews - [x] 7-day retention ---- ## Dimensions - [x] Device type (computer vs. m...
8
10,152,778
98,623,080
2021-12-07 18:51:05.052
Discovery: Add "Top" tab (mobile app)
In order to improve the quality of content on the Discovery page, and to drive engagement to our top content, we want to: 1. Add a new `Top` tab to the Discovery page. 2. Use the feed powering the Guest Mode homepage to present posts in this `Top` feed. 3. Make `Top` the default tab when clicking the `Discovery` ...
3
10,152,778
98,431,105
2021-12-03 18:55:33.617
Add label to flag tickets that have been added to the sprint backlog after the sprint has been started
null
0
10,152,778
98,431,099
2021-12-03 18:55:18.240
Refine merge request description template and start using it
null
0
10,152,778
98,431,082
2021-12-03 18:55:07.656
Make Bugs meeting agenda and outcome more visible to the whole team
null
0
10,152,778
98,431,065
2021-12-03 18:54:36.943
Move completed development tickets to QA Review in sprint and attach link to sandbox
null
0
10,152,778
98,430,058
2021-12-03 18:29:40.448
Discovery feed paginated loading issue
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary - Given a Minds user is viewing a Discovery search feed - when the user scrolls to the bottom of...
3
10,152,778
98,429,937
2021-12-03 18:24:30.287
(bug) Posts showing up in wrong feeds, with out of place timestamps
Steps to replicate: 1. I went into boost console 2. I boosted 3 posts (0.5T, 2.5T, 2T) 3. Clicked minds logo to get back to the timeline 4. My pinned post was third post on the timeline: > ![2021-12-03_19-05-49](/uploads/04c914b6d4303c3251a8d4fdfae12a04/2021-12-03_19-05-49.mp4) 5. Then i tried going back to...
2
10,152,778
98,326,671
2021-12-02 13:22:33.205
Provide QA for front!1680
null
0
10,152,778
98,204,905
2021-11-30 23:44:45.779
No Reply button for 2nd-level comments in mobile app
2nd-level comments on posts don't display a "Reply" button in the mobile app. ![image](/uploads/d8da2568777ef4f6cd43ad096b0b71fb/image.png) Post - Has `Reply` button 1st-level comment - Has `Reply` button 2nd-level comment - Does not have `Reply` button ---- We should add a `Reply` button to 2nd-le...
2
10,152,778
98,201,151
2021-11-30 21:42:31.622
Discovery: Add "Top" tab
In order to improve the quality of content on the Discovery page, and to drive engagement to our top content, we want to: 1. Add a new `Top` tab to the Discovery page. 2. Use the feed powering the Guest Mode homepage to present posts in this `Top` feed. 3. Make `Top` the default tab when clicking the `Discovery` ...
3
10,152,778
98,129,196
2021-11-29 23:52:05.851
Remove 401s / 404s from sitemaps
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Google Search Console is still reporting a high number of URLs that we submit in our sitemaps but...
2
10,152,778
97,515,705
2021-11-17 23:35:00.332
Comments: Replies appear in reverse order
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Given I'm viewing a post, and the post has at least one comment (level 0), when at least one co...
3
10,152,778
97,434,052
2021-11-16 16:18:58.117
Define email strategy
...
3
10,152,778
97,389,617
2021-11-15 23:44:31.682
Boost recommendation: Test #2
We previously executed [this A-B test](https://gitlab.com/minds/front/-/issues/3768) with a "Boost recommendation" visual cue aimed to increase the rate of new posts : boosts. We want to try this test again, with a tweak on the execution aimed to improve the result. ![image](/uploads/18645951e4fc1dd66747487a78237...
2
10,152,778
97,262,600
2021-11-12 20:27:52.721
Guest Mode side bar
After feedback rounds from Guest Mode in staging, elements wanted in the side bar of Guest Mode desktop view: - "Minds is a neutral platform" module - [Popular Channels](https://gitlab.com/minds/minds/-/issues/2794) Elements NOT wanted in the side bar: - ~~Popular Tags / Tags for You~~
0
10,152,778
97,259,711
2021-11-12 18:55:34.062
"Switch to app" overlay overlaps Guest Mode banner
Given the user is on a mobile device (here: emulating iOS), and the user visits the new Guest Mode homepage, when the page is loaded, then a "Switch to the app" overlay appears at the bottom of the screen. Desired outcome: Remove the Guest Mode banner from mobile and display only the "Switch to app" overlay ...
1
10,152,778
97,194,550
2021-11-11 19:57:00.928
Change copy on Twitter Sync settings page
In order to better set expectations for Minds users who enable Twitter Sync, we should change the copy on the [Twitter Sync settings page](https://www.minds.com/settings/other/twitter-sync) to communicate that (1) if a tweet is deleted on Twitter, it is not automatically deleted on Minds, and (2) users can edit and/or ...
1
10,152,778
97,188,892
2021-11-11 17:43:00.228
Replace contents of Guest Mode homepage with the Minds Top news feed
We are interested in ensuring that the posts that appear on the Guest Mode homepage show the best new content on the site. In order to achieve this, we want the guest feed to reflect the same contents of the @Minds /top feed.
8
10,152,778
97,171,921
2021-11-11 13:55:17.155
Decide and set A/B percentages for experiment
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> General consensus when discussed seemed to be to start off around a 90/10 split.
0
10,152,778
97,125,291
2021-11-10 18:43:14.472
Clicking to remove a tag from Popular Tags does nothing
## Issue - As a logged-out user viewing the Guest Mode home page, - when I click to remove an item from the Popular Tags module (aka "Tags for you"), - then nothing happens. ![image](/uploads/3ae884bbdb274da5f63bff0110616987/image.png) ## Expected result The user is prompted to register / log in.
1
10,152,778
97,124,370
2021-11-10 18:20:37.872
Add Popular Channels module
Add the Popular Channels module to the right rail on desktop view. It is expected that this is a static list for now, as we aren't able to produce recommendations for the guest. ![image](/uploads/627e654929174826ec736bb2194e3af6/image.png) Accounts to include: - Include channels that @Minds account follows
5
10,152,778
97,124,057
2021-11-10 18:12:55.837
Login / Join Minds Now buttons visuals don't match designs
Login/Register buttons at the top-right should match the designs. In staging: ![image](/uploads/da38130f16df514bd4ca67a801722ded/image.png) Design mock: ![image](/uploads/b864fb6d6f3e7f39953c07e8ecce3565/image.png)
1
10,152,778
97,118,612
2021-11-10 16:27:37.270
Navigating to a tag page prompts me to log in
## Issue - As a logged-out (anon) user, - given I'm on the Minds guest mode home page, - when I click on [a link in the "Tags for you" module](https://www.minds.com/discovery/search?q=%23memes&f=top), - then I briefly see the tag page but quickly get redirected to the login page. ## Expected result: I see t...
2
10,152,778
97,086,373
2021-11-10 11:33:52.134
Fix guest-mode issues staging
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary * [x] SEO broken on discovery variant * [x] Experiment forced to on * [x] Channel recommendatio...
2
10,152,778
96,576,374
2021-11-02 12:42:52.014
Add signup metrics to growthbook
- [ ] Time on site - [x] Signup
5
10,152,778
96,346,291
2021-10-28 17:37:09.873
Update question:responses for Social Compass sliders
Update the social compass sliders to reflect the question:responses defined in this document: https://docs.google.com/spreadsheets/d/11LBPDYHaEyIXIMXUsBL-kGzAVo2RgoqpqEOoXv0fByo/edit#gid=0
1
10,152,778
96,197,409
2021-10-26 20:25:35.017
Add definition for each report reason
<!--- Please read this! The Defintion of Ready (DoR) can be found at https://developers.minds.com/docs/handbook/how-we-work/#definition-of-ready-dor Before opening a new issue, make sure to search for keywords in the issues filtered by the "Type::Feature" label and verify the feature you're about to submit isn'...
2
10,152,778
96,174,137
2021-10-26 14:52:54.484
Engagement metric dashboard
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
13
10,152,778
95,619,883
2021-10-18 14:49:03.452
A-B test new Minds homepage / guest mode
Need to hack a solution so we can A-B test the new guest mode homepage among logged-out users and measure impact on: - New user registration conversion (primary) - Pageviews per user
2
10,152,778
95,619,693
2021-10-18 14:46:49.001
Open Graph image for About page
Specify open graph image for minds.com/about. og:image is used when the link is shared on social media sites.
1
10,152,778
95,568,269
2021-10-18 03:30:06.136
Deploy Top/Latest feed options as A-B test
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
1
10,152,778
95,567,858
2021-10-18 03:16:38.308
Add boosts to search results
- [ ] Add in boost blocks to search results
1
10,152,778
95,503,428
2021-10-15 17:13:26.031
SSO / Keycloak rollout
- [x] Documentation about what keycloak is and how our team can use it - [x] Bitwarden - [x] Gitlab - [x] Sentry - [x] GSuite / Google Cloud - [ ] Grafana - [x] AWS (authentication) - [ ] AWS (authorization) - [ ] GCP - [ ] Superset - [ ] Stripe
3
10,152,778
94,891,718
2021-10-05 15:50:47.177
401 / 404 channel pages are crawled by Google / Google reports as errors
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary Channel pages that we've intentionally set to return 401 and 404 status codes are appearing in ou...
1
10,152,778
92,892,748
2021-08-31 21:09:44.385
Change contact info for p/contact page
https://www.minds.com/p/contact 1. "Help Desk" -> "Support Center" 2. info@minds.com -> support@minds.zendesk.com
0
10,152,778
92,785,674
2021-08-30 09:35:09.331
Move Matrix Synapse Master to StatefulSet to avoid drive mounting issues
`ReadWriteOnce` in the deployments causes pods to fail to start. Using a statefulset will ensure each PVC is attached to only a single pod.
2
10,152,778
90,616,140
2021-07-21 12:46:25.576
Point old helpdesk question to Zendesk
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary We need to put this answer into Zendesk and change the link on-site to point to the Zendesk link ...
1
10,152,778
90,506,694
2021-07-19 15:36:02.148
Create SSO for Zendesk
- [x] Zendesk submodule as a child of Helpdesk module - [ ] Spec tests - [ ] Redirect report issue page to zendesk form
2
10,152,778
110,920,455
2021-05-20 16:02:55.648
Gather requirements for improving refer flow
## Goal Grow the number of new users by encouraging current users to invite their contacts with competitive incentives. Make the referrals OBVIOUS to users. Currently it is buried in Settings. ## Current console https://www.minds.com/settings/other/referrals ![Screen_Shot_2022-09-06_at_5.43.16_PM](/upload...
3
10,152,778
85,131,912
2021-04-13 17:48:20.380
Relative date ago flicker
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
1
10,152,778
78,638,415
2021-02-08 12:43:53.145
Autoplay next video triggers even when writing a comment
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> https://www.minds.com/newsfeed/1204885945477804032
2
10,152,778
77,167,366
2021-01-13 14:59:52.519
Get rid of 403 on media upload
Make sure the front-end digests the error message
1
10,152,778
76,304,149
2020-12-20 10:36:16.568
Duplicated translation efforts (POEditor.com, CrowdIn.com)
### Summary There are duplicated translation efforts: POEditor.com and CrowdIn.com! ### Steps to reproduce As it seems there are two places to translate Minds GUI/API and they are independent. In my Language Hungarian, POeditor seems to be in work for years, but far from complete and low quality. In CrowdIn I ...
1
10,152,778
73,758,997
2020-11-02 20:13:21.709
Videos uploaded from iOS has low resolution
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
2
10,152,778
72,904,390
2020-10-18 14:34:51.113
Add button/link to open edit channel from inside settings
1. Add "Profile Settings" under "Display Name" in Settings 2. Should spawn the same modal as "Edit Channel" button on channel
2
10,152,778
69,651,081
2020-08-10 19:32:49.243
Permaweb spec tests
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
1
10,152,778
69,182,283
2020-07-29 16:57:25.318
Modal agreeing to terms to post to Permaweb
Open warning modal that says: I have read and agree to the [Terms](url) and confirm that I have all necessary rights with regard to any data, information or other material (“Stored Material”) which I post or upload to Minds and the Arweave network (or Permaweb). I also understand that this content cannot be deleted ...
2
10,152,778
69,182,123
2020-07-29 16:51:49.328
Since video is unsupported, only posts title, description and reference minds link
null
2
10,152,778
69,182,065
2020-07-29 16:49:58.798
Disable editing on permaweb posts for now
null
1
10,152,778
69,181,990
2020-07-29 16:47:03.871
If a post has image and text, move text to metatags
null
1
10,152,778
69,181,886
2020-07-29 16:44:46.910
Store media onchain up to 10mb
null
4
10,152,778
68,225,962
2020-07-20 18:52:58.080
Switch out arweave remote config for local node
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "T - Bug" label and verify the issue you're about to submit isn't a duplicate. ---> ### Summary (Summarize the bug encountered concisely) ### Steps to reproduce (How one can reproduce the...
2
10,152,778
53,260,451
2020-07-01 22:03:14.288
About Us Page
### Summary The website doesn't seem to have an "about us" page. Currently, the closest thing to an "about us" page is the Whitepaper. This content is certainly relevant, but since it's a PDF it will not have the best opportunity to rank, and in this particular case, the search engine isn't even indexing the Mind'...
1