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
105,095,239
2022-03-18 16:20:28.657
Deep-link for comment reply push notification 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 - Given I'm on a mobile device, - and I have the mobile app installed, - and I receive a push notification for a comment / reply, - when I tap the push notification, - then the Minds app launches, - and I see the last screen I visited within the app. ### Steps to reproduce Follow steps above. ### Platform information iOS 15.3.x, iPhone 12 Mini, latest Test Flight build ### What is the current *bug* behavior? Tapping the notification launches the app, but does NOT navigate me to the relevant reply / conversation. ### What is the expected *correct* behavior? Tapping the notification launches the app, and DOES navigate me to the relevant reply / conversation.
2
10,152,778
104,974,153
2022-03-17 06:50:07.090
Regenerative Recommendations
### Target problem channel recommendations previously had horizontal scrolling which made it easier for the user to see more recommendations. But now we only show three. ### Hypothesis When the user chooses to subscribe to any recommendations, It's a good opportunity to show them more recommendations. There are two ways we can do this: 1. easy: replace the recommendation by another rec 2. complex: replace the recommendation by another rec and also grow the recommendation widget to a size of 5 ### What is the primary metric that this change is aimed to improve? channels subscribed channels subscribed / channel recommendation widget shown ### What is the current state of this metric, and what is the improvement goal? (Current value of the metric, target value of the metric) ### How does this change affect the desired metric? (Explain how the proposed change relates to the metric) ### What counter metric will ensure that an increase in the primary metric is a positive for the product? (Metric, KPI, and how it can be monitored) ### Size estimate 3
3
10,152,778
104,958,117
2022-03-16 23:00:55.497
Improve Open Graph content for referral URLs
In order to improve the conversion of referral links, we should optimize the contents of the Open Graph tags on URLs that contain referral tags. When copying a referral URL from the [Settings > Referrals screen](https://www.minds.com/settings/other/referrals), the app appends a referrer parameter to the URL for the minds.com/register page. `https://www.minds.com/register?referrer=mellamomrs` We should optimize the OG tags for this URL when the referrer param is present. ![image](/uploads/dfa9b1bce873c98d0ae022c0f2051e03/image.png) ## Improved Open Graph spec The basic gist is pulling in the name and avatar of the user who's username is in the referrer parameter. If the referrer parameter is blank or references a username that doesn't exist, OG tags can fall back to the default | State | URL | og:url | og:type | og:title | og:image | og:description | og:site_name | rel canonical | |----------|----------------------------------------------------|----------------------------------------------------|---------|------------------------------------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------------------------| | Current | https://www.minds.com/register?referrer=mellamomrs | https://www.minds.com/register?referrer=mellamomrs | website | Register | https://www.minds.com/static/en/assets/og-images/register-v3.png | Create a channel on Minds | Minds | [none] | | Improved | https://www.minds.com/register | https://www.minds.com/register | website | Join Minds, and Elevate the Conversation | https://www.minds.com/static/en/assets/og-images/default-v3.png | Minds is an open source social network dedicated to Internet freedom. Speak freely, protect your privacy, earn crypto rewards and take back control of your social media. | Minds | https://www.minds.com/register | | Improved | https://www.minds.com/register?referrer=mellamomrs | https://www.minds.com/register?referrer=mellamomrs | website | Join Ryan on Minds | https://cdn.minds.com/icon/1271629611221913617/large/1643651274 | Minds is an open source social network dedicated to Internet freedom. Speak freely, protect your privacy, earn crypto rewards and take back control of your social media. | Minds | https://www.minds.com/register | ## Acceptance - [ ] When a user shares a link to the register page with the `referrer` param, then the Open Graph title and image reflect the user who's username is referenced. - [ ] When a user shares a link to the register page without a valid username in the `referrer` param, then the Open graph title and image reflect the generic values described above. - [ ] The `<rel canonical` tag on the page always points to `https://www.minds.com/register` (without params)
1
10,152,778
104,951,092
2022-03-16 20:45:54.355
Some comment replies not visible
<!--- 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 I'm getting notified about replies from a specific user, but when I follow the notification to the reply, the reply does not appear. ### Steps to reproduce - Navigate to [this conversation](https://www.minds.com/newsfeed/1350911860785811474?focusedCommentUrn=urn:comment:1350911860785811474:1350913480915423241:1350926330568380430:0:1350930778808127503) - Click the `Hide replies` / `View 1 reply` button back and forth ### Platform information - MacOS + Chrome ### What is the current *bug* behavior? - The reply is never displayed ---- Note: On the mobile app (iPhone), I am able to view the reply. ### What is the expected *correct* behavior? - The reply is displayed when `View 1 reply` is clicked, and the reply is hidden when `Hide replies` is clicked. ### Relevant logs and/or screenshots ![image](/uploads/41c512b31dcc9b84c4e45c0fd51a1c77/image.png) ![image](/uploads/bf3e6894a1739ab78b56ecc56ed3789d/image.png)
0
10,152,778
104,874,312
2022-03-15 18:55:38.628
Growthbook metrics additions
Another batch of metrics we'd like to add to Growthbook to understand the impact of changes. - [x] Activity post views - [ ] ~Conversations (comments with comments)~ (currently unable to figure this out) - [x] Has blocked a user - [x] Sessions - [ ] ~~Has given a tip~~ - [ ] ~~Has subscribed to Minds+~~ - [ ] ~~Has subscribed to channel membership~~ - [ ] ~[Signup attempt](https://gitlab.com/minds/minds/-/issues/3029)~
3
10,152,778
104,855,963
2022-03-15 14:39:13.353
Mutual Channel Subscriptions [web]
<!--- Please read this! The Definition 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't a duplicate. ---> ## Goal Better connect people to each other (grow channel subscriptions) by providing highly relevant social proof of a channel's relevance to a user. ## What needs to be done Add a new component to channel pages that indicates that channels you follow also follow the channel you're viewing. Example: - I follow Bill and Jack - Bill and Jack follow Mark - When viewing Mark's channel page, the new component indicates that Bill and Jack follow Mark ### Dev note * Side note, but could be a good opportunity to address the padding within the channel side bar. Should be 24px on each side. Currently seems to be close to 40px. https://feat-2342-vitess-subs.minds.io/api/v3/subscriptions/relational/also-subscribe-to?guid=1003026063363674113 ```json {"count":1,"users":[{"guid":"991441275603390467","type":"user","subtype":false,"time_created":"1561754020","time_updated":false,"container_guid":"0","owner_guid":"0","site_guid":false,"access_id":"2","tags":[],"nsfw":[],"nsfw_lock":[],"allow_comments":false,"name":"minds","username":"minds","language":"en","icontime":"1584740435","legacy_guid":false,"featured_id":false,"banned":"no","ban_reason":false,"website":"","briefdescription":"","gender":"","city":"","merchant":{"service":"stripe","id":"acct_1H5Gs1IM9qkXUyFt"},"boostProPlus":false,"fb":false,"mature":0,"monetized":"","signup_method":false,"social_profiles":[],"feature_flags":false,"programs":[],"plus":false,"hashtags":false,"verified":false,"founder":false,"disabled_boost":false,"boost_autorotate":true,"categories":[],"wire_rewards":null,"pinned_posts":[],"is_mature":false,"mature_lock":false,"last_accepted_tos":1,"opted_in_hashtags":3,"last_avatar_upload":"0","canary":false,"theme":"dark","toaster_notifications":true,"mode":0,"btc_address":"","surge_token":"","hide_share_buttons":true,"allow_unsubscribed_contact":true,"dismissed_widgets":["discovery-disclaimer-2020"],"liquidity_spot_opt_out":0,"thumbs:up:count":"0","thumbs:down:count":"0","thumbs:up:user_guids":[],"thumbs:down:user_guids":[],"did":"did:web:minds.io:minds","chat":true,"urn":"urn:user:991441275603390467","subscribed":true,"subscriber":true,"boost_rating":1,"pro":false,"pro_published":false,"rewards":true,"p2p_media_enabled":false,"is_admin":true,"onchain_booster":0,"email_confirmed":true,"eth_wallet":"0x7f56CcDB9EB55411Efa3b346a5A9f2bf627E1D83","rating":1,"disable_autoplay_videos":false,"yt_channels":[]}]} ``` ## QA <!--- Consideration is given to how the issue will be demoed and tested prior to being deployed ---> ## UX/Design - [Desktop](https://www.figma.com/file/2O5bt8y7TOzpuxm3MD8ri4/Channel-%5BWeb%5D?node-id=109%3A11951) - [Mobile Responsive](https://www.figma.com/file/2O5bt8y7TOzpuxm3MD8ri4/Channel-%5BWeb%5D?node-id=308%3A12264) ## Personas - Core Minds users - New Minds users trying to build out their Newsfeed ## Experiments <!--- Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined. ---> ## Acceptance Criteria <!-- Everyone should be able to understand what is expected to be delivered ---> - [x] Displays within a channel's sidebar only where there are one or more mutual subscriptions. - [x] Will not display when a user is viewing their own channel - [x] Will only display when a user is logged in. - [x] Will display whether a user is subscribed / not subscribed to a channel. - [x] Up to two avatars will display. - [x] Copy: The area here is quite limited so we need to be selective with the language. * [1 mutual subscription] @channelA is subscribed * [2 mutual subscriptions] @channelA and @channelB are subscribed * [3 mutual subscriptions] @channelA, @channelB and 1 other is subscribed * [4+ mutual subscriptions] @channelA, @channelB and 2 others are subscribed ## Definition of Ready Checklist - [x] Definition Of Done (DoD) - [x] Acceptance criteria - [x] Weighted - [x] QA - [x] UX/Design - [x] Personas - [x] Experiments
3
10,152,778
104,635,452
2022-03-11 18:21:05.849
h1 on new homepage
The spec for the new homepage included wrapping the Minds logo in an h1 tag. That turned out to be contentious, so spinning off a separate task to discuss / implement a final solution. ---- The goal is to have an H1 on the page that semantically reads "Minds" for search purposes. This will help reinforce the page title tag so that the page continues to rank for the search query `minds`. It is imperative that Minds continues to rank #1 for the search query `minds`, which is responsible for [most of our search referrals](https://datastudio.google.com/u/0/reporting/525f323a-f2b5-47ea-82ad-181972a5ebd3/page/39caC). Since we don't have a non-logo version of the word "Minds" on the new homepage, wrapping the Minds logo in an h1 and applying the `alt="Minds"` tag to the logo image is an option for achieving the goal. Some supporting links: - [Google's YouTube channel: Should I include my logo text using `alt` or CSS?](https://www.youtube.com/watch?v=fBLvn_WkDJ4) - [Google's YouTube channel: Multiple h1s per page](https://www.youtube.com/watch?v=WsgrSxCmMbM) - [Stack Overflow discussion about H1 logos](https://stackoverflow.com/questions/25405769/using-a-h1-logo-in-html5)
1
10,152,778
104,592,059
2022-03-11 06:03:28.474
Add push notification setting for web
In order to support [Web Push Notifications](https://gitlab.com/minds/front/-/issues/5029), we will add a toggle to the [existing notifications settings screen ](https://www.minds.com/settings/account/push-notifications)to allow a user to enable/disable notifications for the browser. ## Acceptance - [ ] There is a screen in Settings that exposes toggles for all notification categories - [ ] The status of these toggles is synchronized between the mobile and and the web app - [ ] The user will receive notifications for the categories that are toggled on - [ ] The user will not receive notifications for the categories that are toggled off - [ ] The user can toggle on/off notifications for mobile app and web browser independently
3
10,152,778
104,591,355
2022-03-11 05:27:26.802
Restart notifications summary emails
In order to re-engage users who haven't signed into Minds recently, we will periodically send them emails with a summary of unread notifications. We already have an email template for doing this. Evaluate the suitability of this existing template for the goals of the tasks and restart the delivery of these emails. ## Acceptance - Given a user has email notifications enabled with a frequency of weekly OR periodically, - and the user has unread notifications, - and the user hasn't already been emailed about these notifications, - when it's [Saturday morning], - then the user receives an email with a summary of their unread notifications and a call to action to check into Minds. --- - Given a user has email notifications enabled with a frequency of daily, ... - when it's [a new day], ... --- - Given a user creates a new account, - when the user navigates to [Settings > Account > Email notifications](https://www.minds.com/settings/account/email-notifications-v2), - then the Notification Frequency default setting is set to Daily. - [ ] Truncate text of notifications to 200 characters
1
10,152,778
104,573,130
2022-03-10 19:38:10.104
Create new SendGrid contacts lists
In order to give non-technical members of the team the flexibility to send ad-hoc emails to Minds users, we will create new contact lists within SendGrid that automatically update / sync with Minds data to reflect the changing state of users. - [ ] Active users: All Minds users who have been on Minds within the past 30 days. - [ ] Formerly core: Users who have not been on Minds within the past 30 days, but who were once `Core` users. - [x] Twitter sync: Users with Twitter sync set up. - [ ] YouTube sync: Users with YouTube sync set up. - [ ] Users with memberships: Users with Membership tiers. - [ ] Crypto users: Users who have connected crypto wallets. ## Acceptance - [ ] The new contact lists described above are available as [segments in SendGrid](https://mc.sendgrid.com/contacts). - [ ] The contacts lists include all users who match the conditions described above. - [ ] As new users match those conditions over time, they're added to the appropriate contact lists. - [ ] As users no longer match those conditions over time, they're removed from the appropriate contact lists.
3
10,152,778
104,430,167
2022-03-08 23:13:28.373
Unable to connect to Metamask wallet on mobile web
<!--- 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 On mobile web, we present the user the option to connect to Metamask. However, the button doesn't allow me to follow through. ### Steps to reproduce - Install the Metamask app. - Log into Minds on a mobile browser. - Navigate to `Wallet` and click `Join rewards` - When the `Connect Wallet` modal appears, click on the Metamask icon ### Platform information - iPhone 12 Mini - iOS 15.3.x ### What is the current *bug* behavior? - The browser navigates to a metamask.com URL and links to the App Store to install the Metamask app. - Clicking on the "Install app" button on metamask.com launches the Metamask app with a "Deeplink not supported" error. ### What is the expected *correct* behavior? - ~~Metamask app should open and connect to Minds~~ - Remove ability for mobile. Display a toaster saying "Sorry, this feature is unavailable on mobile. Please use a desktop.". ### Relevant logs and/or screenshots ![image](/uploads/ff07b62d597343d52be7b70e183d8c56/image.png) ![image](/uploads/307fe5818b1dd98a5e85d14b92c38c28/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,152,778
104,428,890
2022-03-08 22:42:34.747
Wrong toaster message appears after completing rewards onboarding in app
<!--- 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 toaster message that's displayed after a user completes rewards onboarding steps doesn't make sense. ### Steps to reproduce - Launch the mobile app - Create a new account - Use the "Complete to earn tokens" checklist to fulfill all requirements for rewards ### Platform information - iOS 15.3.x - Minds v4.22.0 ### What is the current *bug* behavior? Upon completion of the rewards onboarding steps, the user is brought to the newsfeed with a toaster message that reads: > Your feed should be livelier! ### What is the expected *correct* behavior? The toaster should read something relevant to completing the onboarding steps. ### Relevant logs and/or screenshots ![image](/uploads/e8702a75a04e8f2256132e7c1ba1ea4c/image.png) ### Possible fixes If we already have a relevant string defined, we can use that. Otherwise, we can use this string: > You've joined rewards!
1
10,152,778
104,421,824
2022-03-08 20:12:43.969
Navigation icons are misaligned
<!--- 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 icons in the main site navigation are misaligned on staging. ### Steps to reproduce - Go to minds.com - Log into the Newsfeed - Observe the navigation ### Platform information - MacOS + Chrome - Appears in both full desktop + mobile sizes ### What is the current *bug* behavior? The icons are not aligned correctly. ### What is the expected *correct* behavior? The icons should be horizontally centered with each other. ### Relevant logs and/or screenshots *Comparison overlay of implementation versus design* Really just the `Minds+` is off. ![Screenshot_2022-03-09_at_16.20.08](/uploads/3c919112797f35f799eca056a5f45da4/Screenshot_2022-03-09_at_16.20.08.png) ![image](/uploads/c9d0b1c8014fb324e377b44795b622a3/image.png)
1
10,152,778
104,244,534
2022-03-06 15:34:16.722
Displayed time since replying to posts increases at 2x speed.
### Summary Displayed time since commenting increases at 2x speed when commenting on other posts. 2s increments each second to 1 minute, displays 1m after 30s, 2m after 1m has passed, etc. Occurs when responding to a top level post, or another below it. Does not occur when making own top level post, "speaking my mind" on https://www.minds.com/filbs111/ ### Steps to reproduce navigate to a minds post (i tested using https://www.minds.com/newsfeed/1347229953975914497 ) and reply to it. notice that the time since posting the response comment increments in 2s steps every second. ### Platform information (Browser, device, system stats, screen size) Vivaldi 3.4.2066.106 (Stable channel) (32-bit), Windows desktop, Win10, Intel 4690K, 16G RAM, 1920x1080 ### What is the current *bug* behavior? Time since posted increases at 2x speed. for example, displays "2m" after 1 minute has passed since posting. ### What is the expected *correct* behavior? Time since posted increases at 1x speed. for example, displays "1m" after 1 minute has passed since posting. ### Relevant logs and/or screenshots Diagnostics ID: 763565572586741778 | Environment: production ### Possible fixes example html of relevant element: <span _ngcontent-m-app-c196="" class="m-comment__timestamp m-commentOwnerRowItem__timestamp ng-star-inserted" title="Mar 6, 2022, 3:17:29 PM">19m</span>
2
10,152,778
104,131,137
2022-03-04 19:29:30.398
When user reaches the end of the Newsfeed, show Discovery posts
## Goal <!--- Clearly outline the goal of the issue and why we are doing it ---> - Increase content engagement rate - Increase time on site It's possible for a user (especially a new user with few channel subscriptions) to reach the end of their Newsfeed. Rather than leaving them with nothing more to scroll, we should inject the Discovery > Top feed into the end of the Newsfeed. ## What needs to be done <!--- Clearly detail what needs to be done to achieve the goal set out above ---> In the Newsfeed, either in the Top or Latest views, when the user reaches the end of the Newsfeed (nothing more to load), then load in posts from the Discovery > Top feed. A `Discovery` header visually separates the feed. A 3-dot menu lets the user `Remove from feed` to hide the Discovery injection from the Newsfeed. ## QA <!--- Consideration is given to how the issue will be demoed and tested prior to being deployed ---> ... ## UX/Design <!--- Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged. ---> _Quick illustration_: ![image](/uploads/4a0e7930366b62602564524c59d96262/image.png) ## Personas <!--- Who does this user impact and why ---> - Everyone ## Experiments <!--- Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined. ---> This change should be deployed as an experiment. Hypothesis: By adding Discovery to the end of a Newsfeed, we can ensure that the user never runs out of content to scroll through, giving the user opportunity to engage more. Measure: - [ ] Upvotes - [ ] Downvotes (counter metric) - [ ] Reminds - [ ] Comments - [ ] Channel subscriptions - [ ] How many users choose to remove it from the feed ## Acceptance - [ ] Ensure we use the Explore/Discovery endpoint - [ ] Lazy load to save angular bundle size - [ ] Setup the experiment - [ ] Given a user is on the Newsfeed, when the user scrolls to the end of the Newsfeed (no more posts to), then start loading posts from Discovery > Top feed - [ ] Visually separate the user's subscribed Newsfeed and the newly-injected Discovery posts with a `Discovery` header. - [ ] The `feed-end` event only fires if the user reaches the end of the Discovery > Top posts that were added to the Newsfeed. - [ ] The user can dismiss the component from the ... menu - [ ] Given the user previously dismissed the component, if the user logs out and logs back in, the component is restored <!--- Please read this! The Definition 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't a duplicate. ---> ## Definition of Ready Checklist - [x] Definition Of Done (DoD) - [x] Acceptance criteria - [ ] Weighted - [ ] QA - [x] UX/Design - [x] Personas - [x] Experiments
5
10,152,778
104,125,140
2022-03-04 17:15:24.980
Admins are not able to see inside closed groups
Minds admins cannot currently see inside of closed groups. This makes moderating groups almost impossible.
1
10,152,778
104,060,761
2022-03-03 19:08:22.988
Onboarding modals are non-responsive
<!--- Please read this! A Superhero should only be declared for critical site outages or issues. Please read https://developers.minds.com/docs/handbook/how-we-work/superhero before creating an issue. Issues created using this template automatically page on call developers. The Superhero board can be found at https://gitlab.com/groups/minds/-/boards/1388364?&label_name[]=Type%3A%3ASuperhero. ---> ### Is minds.com down? No ### What is the issue? The steps in the onboarding checklist are not responding when you click them. Selecting tags, verifying a phone number, and set up profile. MR to fix is https://gitlab.com/minds/front/-/merge_requests/1768 Ben states - By doing this we will cutting a release of Canary / Staging into prod...Known issues this would release: - Blue notif in notifications - Disable / Enable comments in post dropdown ### What username are you logged in with? Replicated by Jack, Ryan, Tanya, Ben ### Console logs (Right click > Inspect Element > Console - Copy everything into the block below). ``` Copy your console log here ```
2
10,152,778
103,923,653
2022-03-01 23:59:39.989
Password recovery flow: Logging in with new credentials fails
<!--- 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 During password recovery process on the mobile app, the last step displays a toaster messaging `Logging in with new credentials`. This toaster disappears and the user is left on the splash landing screen. ### Steps to reproduce - Launch the mobile app - Go through password recovery steps to reset the password - After resetting the password, observe the toaster message ### Platform information iPhone 12 Mini, iOS 15.3, Minds ver 4.21.1 (Testflight) ### What is the current *bug* behavior? - The toaster message indicates the user is being logged in - The user is not logged in ### What is the expected *correct* behavior? - The user is logged in and brought to the newsfeed ### Relevant logs and/or screenshots ![image](/uploads/eaf0c8ce6446e220836ada2c7fb0a36c/image.png)
2
10,152,778
103,919,797
2022-03-01 21:41:36.423
Channel recommendations are empty
<!--- 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 recommendations are empty. This results in (1) no channel recommendations appearing in the sidebar on pages where it is expected, and (2) discovery/suggestions/users page displays a `Nothing more to load` message. See: https://www.minds.com/discovery/suggestions/user ### Steps to reproduce - Log into a channel that is subscribed to zero accounts. - Navigate to https://www.minds.com/discovery/suggestions/user - Observe that suggested channels are displayed. ![image](/uploads/4986b097aa82dca1b6ac46e101793ecd/image.png) - Subscribe to two channels, e.g. @Timcast and @wearechange ![image](/uploads/d4459f112d684192262bf07d87f030c5/image.png) - Refresh the page. - Observe that no channels are suggested, and instead the user sees `Nothing more to load` message. ![image](/uploads/0cf7538611a0eeb29adb99557872ce08/image.png) ### Platform information MacOS + Chrome ### What is the expected *correct* behavior? The user is suggested relevant channels to subscribe to. ### Possible fixes Hypothesis that this is related to the suggestions logic that only displays channels that were subscribed to in the last 30 days.
2
10,152,778
103,867,557
2022-03-01 05:16:42.680
When Top feed is out of top-ranked posts, fall back to Latest posts
<!--- Please read this! The Definition 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't a duplicate. ---> ## Goal Ensure that the Newsfeed > Top sort always has plenty of content to display. Currently, depending on the user's subscriptions and view history, it's possible for the Top sort to return as few as 1 posts for the Newsfeed, even if their subscriptions have more than 1 post. ## What needs to be done - Given a user is on the Newsfeed, - and the user's subscriptions include posts that are not included in Top-ranked sort, - when the user scrolls to the last Top-ranked post in their Newsfeed, - then begin loading posts from the user's subscriptions chronologically. ![image](/uploads/782fdf96bd5f1ba427c49138aed1ecf7/image.png) ## QA <!--- Consideration is given to how the issue will be demoed and tested prior to being deployed ---> ## UX/Design No new designs. We just need to display a "Latest" heading above posts that are loaded in chronologically. This should use the same styling / spacing as the Latest heading on the Latest sort of the Newsfeed. ## Personas - Core users ## Experiments Does not need an experiment. ## Acceptance Criteria - [ ] Given a user is on the Newsfeed, and the user's subscriptions include posts that are not included in Top-ranked sort, when the user scrolls to the last Top-ranked post in their Newsfeed, then begin loading posts from the user's subscriptions chronologically. - [ ] The "Latest" header appears above chronologically-sorted posts ## Definition of Ready Checklist - [x] Definition Of Done (DoD) - [x] Acceptance criteria - [ ] Weighted - [ ] QA - [x] UX/Design - [x] Personas - [x] Experiments
5
10,152,778
103,850,786
2022-02-28 18:58:10.027
My 21st Century Music group is broken
Hi, My group has not worked for months. I've had users report the issue but nothing has been done. Group: https://www.minds.com/groups/profile/620697667571298312/feed Issue: Nothing loads - the progress circle just spins and spins. Tried on three different browsers and the iOS app I've got thousands of users who want some music and really would appreciate you guys looking into it. Thanks, Joe
1
10,152,778
29,864,460
2020-01-22 21:05:52.067
Bug Triage and Customer Support
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
29,674,119
2020-01-16 14:43:43.097
Bug Triage and Customer Support
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
9
10,152,778
29,633,137
2020-01-15 14:50:52.424
Reminding comment attachments is not generating a remind when clicked from media modal
<!--- 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 https://www.minds.com/newsfeed/1063292477843570688 Reported by @chesschats Reminding comment attachments is not generating a remind when clicked from media modal. ### Steps to reproduce 1. Upload an image in a comment and post 2. Click the image. 3. Click the remind button. 4. Click the post button. 5. Wait, check feed. 6. See no new activity. ### Platform information Cross-platform web. Replicated Chromium / Ubuntu. ### What is the current *bug* behavior? Comment attachment is not reminded. ### What is the expected *correct* behavior? Comment should be reminded to feed, **but not propagate to a media entity**. ### 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)
4
10,152,778
29,525,042
2020-01-12 23:55:01.852
Bug triage and customer support
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
29,298,025
2020-01-04 20:04:30.041
Update Architecture doc
## Goal Update architecture doc to include entire infrastructure of where we are and what our options are for the future in terms of where we want to go. Both improvements on current and decentralized protocols. Please include everything that is in production, even if you have reservations about some of it so that we can properly visualize current reality. Ideally the graphic links to various code repos where possible so an outsider looking can easily learn. ## Current docs https://developers.minds.com/docs/guides/architecture/ https://whimsical.com/architecture-S7r9YMKAbdVoPQ9SArJphs ## Missing from doc - [ ] Updated ETL, snowplow, and data pipeline - [ ] Matrix, SSO - [ ] Token and Smart Contracts - [ ] All web3 services (Uniswap, Arweave, Web3modal) - [ ] Helm charts, kubernetes, terraform - [ ] Traefik - [ ] Pro - [ ] Node.js - [ ] Mobile // React Native, Minds Chat - [ ] Frontend // Angular Typescript - [ ] Gitlab - [ ] Third parties // Jitsi, Twilio, AWS, Sendgrid, Pagerduty, Poeditor, Transak, etc. - [ ] e2e testing // Cypress, Sentry, etc. - [ ] Site status - [ ] Various APIs we are integrated with (The Graph, Twitter, iframely, etc) - [ ] Docusaurus - [ ] Localization - [ ] Multi-cloud - [ ] Nomad, T3, Ceramic interface (These are separate but parallel prototypes) - [ ] Anything else I'm missing
3
10,152,778
29,225,634
2020-01-01 22:01:17.627
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,629
2020-01-01 21:59:19.296
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,558
2020-01-01 21:47:25.448
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,552
2020-01-01 21:46:03.553
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,535
2020-01-01 21:42:45.818
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,501
2020-01-01 21:36:48.850
Go through all 'My issues' and close or update
1. Go to https://gitlab.com/groups/minds/-/issues/?author_username= and put your username at the end. 2. Start from the end. If closing, comment some sort of status either way or link to new issue. 3. It is possible an issue is irrelevant with the new design upgrades which means everyone needs to go through all the new designs on invision and familiarize with what's coming. 4. Feel free to tag me if you have any questions. It's all about moving the ball. 5. Goal to get our issues under 1,000!
1
10,152,778
29,225,454
2020-01-01 21:27:28.946
Bug Triage and Customer Support
null
9
10,152,778
28,315,593
2019-12-11 14:47:30.511
Docs page for bug reporting process
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
2
10,152,778
28,095,542
2019-12-09 01:33:02.005
Latest version stopped working on iOS
### Summary: Previous version was working fine. Updated the app today and it crashes soon after launch, I only get a glimpse of the loading image before the app closing ### Steps to reproduce: In iOS 10, update to v3.12 of minds app and try to launch, it fails Replicated by @msantang78 below. ### Browser and OS IOS 10.3.3 reported by: @rationalhippie ### What is the current *bug* behavior? App crashes ### What is the expected *correct* behavior? Should not crash ### 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"
2
10,152,778
27,249,937
2019-11-20 09:17:56.407
Design the aggregated activity log for channels
In case when a channel is reported as a potential spam/bot/fraud **the Admins** can have an access to an aggregated activity log view highlighting the count of the recent activities aggregated for the last 30 days, last 7 days, and last 1 day. This view will contains also the profile picture, the banner and the profile description as entered by the user.
4
10,152,778
27,231,883
2019-11-19 18:16:20.392
Design the activity log for the channel user
The user will be able to see the full details of all her/his activity in a long list. The activities can be filtered based on category: 1. Engagements: Votes, Reminds, Comments 2. Content Creation: posts, blogs 3. Token Activities: Wire, Boost, Plus, Pro
3
10,152,778
27,229,573
2019-11-19 17:13:42.800
Elements to display in the Channel activity log (for the channel user)
The activity log should show the user all his activities with the ability to filter them based on the category: 1. Engagements: votes, reminds, comments. subscribes. 2. Content Creation: posts, blogs. 3. Token Activities: wire, plus, pro, token purchases, withdraw.
2
10,152,778
26,845,540
2019-11-08 10:29:09.086
Explore tokens movement flow
Explore if there is suspicious patterns of token movement (Wire, boost, boost refund)
5
10,152,778
26,820,029
2019-11-07 16:30:54.300
Flag users with showing significant excessive activities
Collect statistics on votes, remind, comments, wire, boost, referral, subscription, group joining, and flag the users showing significant excessive behavior.
4
10,152,778
26,779,099
2019-11-06 16:34:22.389
" Can't show this notification" - Error
<!--- 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 I received a notification on my Note 10+ that my boost was rejected. Opened Minds.com direct APK from notification and all notifications were listed with the "rejected notification" listed as: "Can't show this notification" in red. Below it, it states to 'tap to copy error.' ### Steps to reproduce Open app from Android notification bar when rejected boost is alerted on system notice tray. ### Platform information Note 10+<br/> One UI Version: 1.5<br/> Android Version: 9<br/> Kernel version: 4.14.83 #2 Sat Oct 26 19:30:18 KST 2019<br/> Build number: PPR1.180610.011.N975U1UES2ASJ8<br/> SE for Android status: Enforcing SEPF_SM-N975U1_9_0012 Sat Oct 26 18:38:35 2019<br/> Knox version: Knox 3.4 Knox API level 29 TIMA 4.1.0 DualDAR 1.1.0<br/> Android security patch level: November 1, 2019<br/> ### What is the current *bug* behavior? Notifications appear in cascading tile with no text/data/entries and app hangs. ### What is the expected *correct* behavior? Liat of notifications including the rejected boosted post notification. ### Relevant logs and/or screenshots Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. This error is located at:<br/> in RCTText<br/> in o<br/> in Text<br/> in RCTView<br/> in p<br/> in RCTView<br/> in RCTView<br/> in $<br/> in p<br/> in RCTView<br/> in s<br/> in RCTView<br/> in RCTScrollView<br/> in AndroidSwipeRefreshLayout<br/> in s<br/> in p<br/> in c<br/> in n<br/> in RCTView<br/> in n<br/> in inject-n-with-notifications-user<br/> in p<br/> in C<br/> in p<br/> in RCTView<br/> in AndroidViewPager<br/> in o<br/> in h<br/> in RCTView<br/> in RCTView<br/> in h<br/> in x<br/> in v<br/> in P<br/> in c<br/> in p<br/> in C<br/> in p<br/> in RCTView<br/> in RCTView<br/> in RCTView<br/> in s<br/> in RNSScreen<br/> in s<br/> in h<br/> in y<br/> in E<br/> in RNSScreenContainer<br/> in n<br/> in RCTView<br/> in s<br/> in PanGestureHandler<br/> in b<br/> in p<br/> in RCTView<br/> in P<br/> in S<br/> in P<br/> in h<br/> in k<br/> in p<br/> in n<br/> in A<br/> in RCTView<br/> in RCTView<br/> in o<br/> <br/>STACK: in RCTText<br/> in o<br/> in Text<br/> in RCTView<br/> in p<br/> in RCTView<br/> in RCTView<br/> in $<br/> in p<br/> in RCTView<br/> in s<br/> in RCTView<br/> in RCTScrollView<br/> in AndroidSwipeRefreshLayout<br/> in s<br/> in p<br/> in c<br/> in n<br/> in RCTView<br/> in n<br/> in inject-n-with-notifications-user<br/> in p<br/> in C<br/> in p<br/> in RCTView<br/> in AndroidViewPager<br/> in o<br/> in h<br/> in RCTView<br/> in RCTView<br/> in h<br/> in x<br/> in v<br/> in P<br/> in c<br/> in p<br/> in C<br/> in p<br/> in RCTView<br/> in RCTView<br/> in RCTView<br/> in s<br/> in RNSScreen<br/> in s<br/> in h<br/> in y<br/> in E<br/> in RNSScreenContainer<br/> in n<br/> in RCTView<br/> in s<br/> in PanGestureHandler<br/> in b<br/> in p<br/> in RCTView<br/> in P<br/> in S<br/> in P<br/> in h<br/> in k<br/> in p<br/> in n<br/> in A<br/> in RCTView<br/> in RCTView<br/> in o!<br/> '''[Screenshot_20191106-091516_Minds](/uploads/6a874046e8c291b5b7094394c19f9312/Screenshot_20191106-091516_Minds.jpg)! '''[Screenshot_20191106-091522_Minds](/uploads/eee804425bebabcbc27a094bca57ecdf/Screenshot_20191106-091522_Minds.jpg)! '''[Screenshot_20191105-221245_Minds](/uploads/8685902873980be8773991cd6eee7226/Screenshot_20191105-221245_Minds.jpg) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
4
10,152,778
26,079,176
2019-10-18 12:20:29.522
A/B testing for emailing campaigns
Each time we change the design/text/timing of emails or notifications we need to measure the performance of the new settings. The following steps are necessary to conduct a statistically well-founded A/B testing: * **Splitting the user base** The user base (or the users that we need to perform the experiment on) needs to be randomly split into disjoint groups, **Control** and **Treatment** (several Treatment groups can be created if needed, each one reflects a particular variant in the settings). * The Control group will be targeted using the the old original settings before applying the changes. * The Treatment group will be targeted with the new settings Certain level selection can happens before the randomisation to guarantee a more effective testing (e.g. select the users only in the US). * **Deciding the performance measure(s)** For each experiment, we have to define the performance measure(s) we need to track. Example: in the welcome email, the performance measure could be the convergence rate (i.e. the ratio of users clicked on a link in the email to go to Minds). * **Labeling and tracking actions** Based on the performance measure(s), we will implement tracking mechanisms that allow us to perform the calculations (e.g. the group of the user and if clicked on a button or not). * Each setting and each user group needs to have a unique descriptor to allow identifying the experiment and measure the performance. * Each UI element involved in the tracking the performance has to record wether the user interacted with it or not. No need to know user guid, we just need to know the group of that user and his actions. * **Performing the experiment** The more actions performed by the users in both groups the more the statistical significance will be accurate. 1,000 user participating from each group can be statistically sufficient to make a judgement.
4
10,152,778
26,075,586
2019-10-18 11:04:43.813
Design the Welcome email
The design of the welcome email needs to assure the readability and helping the user to focus his attention on the keywords. The design needs to be responsive and focus on the actions (a button like "get your free token now") can encourage the user to go to minds immediately.
3
10,152,778
26,075,048
2019-10-18 10:44:20.613
Write the content of the Welcome Email for new users
A generic, short, easy to read and attractive content needs to be sent to these users. The goals are: 1. Explain why Minds is better in term of privacy and human rights in general (some catchy phrases like: "All social media spy on your data.... we don't do that!). 1. How people can promote themselves organically with Minds Token. 1. Encourage them to download the app (knowing that the quality of the app still need improvement). 1. Encourage them to go directly to Minds, and to keep going everyday to earn more token and grow their social effect.
2
10,152,778
25,783,709
2019-10-09 21:12:59.783
Default for Wire should be reoccuring unchecked.
Users do not assume that wires are reoccurring. It is a frustrating experience for users to create monthly transactions when they don't expect them. - [ ] Default option for Wiring should be repeat transaction monthly unchecked. - [ ] When a monthly wired is sent the approval notification should include their next billing date and that they can manage their subscriptions through their wallet. ![image](/uploads/2fa8aa409b4d124e98474f217cdcf7ed/image.png) ![image](/uploads/88135ada12254288848246cbb43f00b6/image.png) - [ ] Get rid of the "recurring" checkbox - [ ] Add a "One-time" dropdown above the "custom subscription" - [ ] Make "One-time" the default
2
10,152,778
25,783,369
2019-10-09 20:53:01.598
Images attached to comments not linked to media views in Pro
<!--- 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 From ubertesters: > When user tries to open an attachment (image in this case) from some other user, page just refreshes and attachment never opens. See attached video. > > Steps to reproduce: from main screen tapped on side bar, then IMAGES (for this example), then tapped on any post, then tapped on attached image from the comment section > > Expected result: user should be able to see attached file > > Actual result: page just refreshes and attachment is not previewed > > Tested on Samsung Galaxy S7 Edge, running on Android 8.0, browser Fire Fox ### Steps to reproduce 1. Visit https://subverse.net/blog/scientists-find-microplastics-in-arctic-snow-1008901309199790080 2. Click the attachment ### Platform information Cross mobile web - not desktop. Tested with Galaxy S5 resolution. ### What is the current *bug* behavior? Attachment does not open. ### What is the expected *correct* behavior? Attachment should open. ### Relevant logs and/or screenshots ![media_in_comments_not_linked_to_media_view_in_pro](/uploads/d79fe95e4858c9188feddc381ee5bad8/media_in_comments_not_linked_to_media_view_in_pro.mp4) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,152,778
25,780,560
2019-10-09 20:09:31.494
Wire Modal is not mobile responsive in Pro
Wire Modal is not mobile responsive in Pro ![wire_modal_not_mobile_responsive](/uploads/a0991f0e1a3b0671d285f3df9a6b9f1e/wire_modal_not_mobile_responsive.mp4)
4
10,152,778
25,325,911
2019-09-26 03:05:38.367
Investigate PSR-7/PSR-15 implementations and best practices
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
2
10,152,778
25,296,489
2019-09-25 12:16:29.494
Perform some code review
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
1
10,152,778
25,113,497
2019-09-23 12:21:30.576
Full test plan for mobile web
null
3
10,152,778
25,113,478
2019-09-23 12:20:01.695
Full test plan for destkop
null
3
10,152,778
24,994,723
2019-09-19 15:11:18.746
(infrastructure): Traefik docker compose
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
2
10,152,778
24,688,777
2019-09-11 13:44:31.054
(chore): Triaging
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
24,688,723
2019-09-11 13:43:38.037
(chore): User support
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
24,514,626
2019-09-05 23:09:58.024
Disable boosting and reminding from closed groups
<!--- 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 If you boost a closed group post, the post becomes able to view on the boost network as a public post. Users who see & try to interact with said post can not do so even though they can see it ### Steps to reproduce Boost post from closed area, interact with post on account not a member of area. -- This is hard to test. ### Platform information ANY/ALL ### What is the current *bug* behaviour? Can not interact with boosted closed group post. ### What is the expected *correct* behaviour? Can interact, or can not boost. ### Relevant logs and/or screenshots [Post of issue](https://www.minds.com/newsfeed/1016482173763416064) ### Possible fixes
2
10,152,778
24,395,476
2019-09-02 17:39:38.993
(chore): Triage Board Management
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
5
10,152,778
24,395,265
2019-09-02 17:26:26.998
(): Pro live-feedback (IRL)
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
80
10,152,778
24,331,329
2019-08-30 16:17:59.978
(bug): Some users complain not having access to their 5-token limit - They cant boost.
<!--- 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 Help and Support is becoming peppered with users reporting they cant boost. If they try to boost, they get the '5-token exceeded' error, even though they have not spent any tokens on boots in the past 24 hours. - I will update this ticket as more information becomes available; and encourage users effected by this bug comment below. ### Steps to reproduce (How one can reproduce the issue - this is very important) ### 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 ![ksnip_20190830-121652](/uploads/cb6ab59bf83bcc722670b662cc99ed0f/ksnip_20190830-121652.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
1
10,152,778
24,248,630
2019-08-28 13:50:55.776
(chore): User support
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
24,222,239
2019-08-27 21:48:02.828
(chore): reinstall Minds on laptop
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
24,204,760
2019-08-27 13:58:03.596
(chore): Add descriptions to epics that are blank.
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
1
10,152,778
24,014,157
2019-08-21 16:10:53.214
(chore): feat template
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
1
10,152,778
23,853,951
2019-08-16 21:06:33.537
(chore) Helm aws transcoding upgrade
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
2
10,152,778
23,782,314
2019-08-14 14:28:09.823
(chore) user support and communication
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
5
10,152,778
23,719,123
2019-08-12 23:26:45.620
Paste images into blog
Multiple images would be best, this way you can copy direct from a document into the blog. This feature already works amazingly, but this card is just to make sure it's flawless and test it
4
10,152,778
23,472,942
2019-08-04 16:09:15.692
Content on jury duty screen should open to new tab when clicked
When a user is selected for jury duty and the user clicks on the content, it should open to a new tab or new screen. Otherwise, they lose the vote box.
3
10,152,778
23,239,941
2019-07-29 01:44:50.332
Logon Issue Brave
### Summary: I am unable to logon to Minds in Brave browser. It just stopped working a few weeks ago. When I enter the correct password the confirm button does not work and there are no error messages. I am able to logon with Firefox successfully. I reset all settings in Brave browser and opened up all cookies as well as cleared cache but it will not logon. ### Steps to reproduce: From Dell Laptop open Brave browser go to minds.com and logon won't work. The Confirm button is inactive after I enter credentials. ### Browser and OS Brave reported by: @MoonPalaceDJ
5
10,152,778
23,172,012
2019-07-25 21:22:18.768
(chore): Setup Pro staging site
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
23,058,779
2019-07-22 17:32:39.124
Moderation queue number incorrect & posts duplicating.
<!--- 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 If you are a moderator of a closed group, when you've approved all of the posts, you will likely see one or two still remaining, that you are unable to approve, as they are not in the queue. You will also see that some posts that you have already approved, are duplicate in the feed, one approved entity, one unapproved, with nothing in the moderation queue. ### Steps to reproduce Requires that you are a group moderator of a closed group. ### Platform information Cross-platform web ### What is the current *bug* behavior? Queue will show posts awaiting approval that are not ### What is the expected *correct* behavior? Queue should show empty if there are no posts to approve, furthermore posts should not be getting duplicated. ### Relevant logs and/or screenshots Video at this link https://www.minds.com/newsfeed/999958056778829824 ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,152,778
23,004,498
2019-07-19 15:41:38.608
(bug): Warn users that SendWyre is US non-credit 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 @brianhatchet has chatted with SendWyre's team regarding this - they have clarified that they do not accept credit cards, and European customers are not supported yet (but they are working on this). Logging this as a bug in the UX rather than a feature, because it is an oversight causing confusion to users. ### Steps to reproduce 1. Buy tokens at https://www.minds.com/tokens ### Platform information Cross platform ### What is the current *bug* behavior? User is misdirected. ### What is the expected *correct* behavior? User should see these restrictions. ### 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 We need to add a warning of some sort, maybe just a bit of clear text.
1
10,152,778
22,965,693
2019-07-18 12:47:34.944
(feat): @ tag not enabled for reminds / edit
<!--- 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 @ tag auto-complete system does not work for reminds and edit ![image](/uploads/6f71ade8f96cbe9b220ad38fc26db2e4/image.png) ### Steps to reproduce 1a. try remind 1b. try type an @ tag and see no autocomplete 2a. try edit a post 2b. try type an @ tag and see no autocomplete. ### Platform information Cross-platform. ### What is the current *bug* behavior? Not auto-complete box pops up. ### What is the expected *correct* behavior? Auto-complete box should pop up with suggestions. ### Relevant logs and/or screenshots ![image](/uploads/2c50b7cd3b5d98e3418b89a44c5161d5/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,152,778
22,964,320
2019-07-18 11:51:43.227
(bug) Fix settings example
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
1
10,152,778
22,893,054
2019-07-17 04:10:21.915
(bug): Notifications for deleted boosts break the notification window
<!--- 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: 'Boost' notifcations usually carry a link to the post. When this post doesn't exist, the notification still comes through. This results in all the notifications prior being erased, making the new notifications unresponsive and rendering the rest of the website unresponsive. The notifications below the unassigned boost notification become empty, and the website becomes seemingly unresponsive, whatever you click on won't open. The bug seems to be because of the unassigned 'Boost' notification. Because this specific notification is only visible in the 'all notifcation' tab, the other tabs (votes, subscribers, comments etc.) are not affected. When the unassigned 'Boost' notification gets burried by other notifications, the site will not break unless you load it by scrolling down to it. To explain the bug in simple terms: When you boost a post, you can delete that post. The boost notification will point at a deleted post, find nothing and break the website through the notification system. Because of the way minds caches posts, a deleted post can and will still be processed. After deleting the post you made a timebomb that will break your notification system. ### Steps to reproduce: 1. Create a media post on your profile (image) 2. Boost the post on your profile (must be of type Newsfeed) 3. Delete the post permanently on your profile 4. Revoke the boosted post in the Boost Console (this will also happen if boost approved or rejected). 5. Check the notification window, it should behave incorrectly and show critical damage to the website ### Browser and OS Mozilla Firefox 68.0 reported by: @aobachan ### What is the current *bug* behavior? Screenshot should be self explanatory. ### What is the expected *correct* behavior? If a notification is somehow corrupted and causing an issue, the front end should simply be able to disregard it, though the underlying cause here needs to be investigated and amended. ### Relevant logs and/or screenshots ![image](/uploads/94bcc205a9ccb1d9531fba95e63fdbc9/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem) /label ~"T \- Bug" ~"S \- Triage:new"
5
10,152,778
22,859,280
2019-07-16 21:00:45.799
(chore): Helpdesk Update
There is a recurring theme of common questions and concerns that users post to help and support, and the report a bug. As such it would make sense to update the helpdesk - things such as more on MetaMask and SendWyre.
5
10,152,778
22,811,472
2019-07-15 17:03:34.127
(feat); Add Core/Channels delegate for reindexing with with banned / deleted field
With https://gitlab.com/minds/engine/merge_requests/226 There will need to be some adjustments made on the back-end, so that the banned and deleted entities are not written with that field undefined in future. Effectively, need to add a Core/Channels delegate for indexing with the 'banned / deleted' field.
6
10,152,778
22,676,816
2019-07-10 17:27:30.652
(chore): Setup Boost Campaigns staging
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
8
10,152,778
22,631,811
2019-07-08 21:40:48.345
(feat) change onchain references to show "link" icon instead of old svg
null
1
10,152,778
22,577,302
2019-07-07 19:54:34.333
(bug): User images missing
<!--- 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 https://www.minds.com/newsfeed/994094451015606272 A users images are not appearing correctly on the sidebar on a users profile, and in the images. ### Steps to reproduce 1. Visit https://www.minds.com/QuiteJane 2. Look at images (there should be many) Note that the first time I did this, I could see all of her images fine. After going back and forth a few times, all dispeared. ### Platform information Cross platform on web only. (tested Android S7 edge on v3.7.2) ### What is the current *bug* behavior? The images are not there. ### What is the expected *correct* behavior? Her images should be visible. ### Relevant logs and/or screenshots # The first attempt: ![Wire_2019-07-07_at_8_12_PM](/uploads/9889b571d6457624f95350237ea42c9d/Wire_2019-07-07_at_8_12_PM.png) # After clicking around, they disappeared. ![image](/uploads/c5d48035aa012ae8b0330b4f8025fcbb/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
5
10,152,778
22,519,663
2019-07-04 11:56:52.582
(bug): Blog submission issues.
@benhayward troubleshoot this. Try to ascertain steps to recreate and write some e2e tests to try and prove out the blogs submission stuff. The new sentry stuff should allow us to get a deeper look. ### Summary: Hello, I have varified account of minds and I am trying to create blogs but I am not able to submit articles. I already submitted 3-4 blog post but right now i am not able to post article. Please resolve my probblem as soon a possbile. ### Steps to reproduce: help me with my account ### Browser and OS Chrom reported by: @kksharma
5
10,152,778
22,466,836
2019-07-03 03:57:53.513
Increase clickable/tappable region around interaction buttons and add animation
<!--- 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 click area for the mouse on the upvote button beneath the posts is so small (maybe just the height), i always do accidentally open the linked article or detail view of the post. It's annoying. This could possibly be solved by having rich embed text change colour on hover, like the like button already does. It could also be redesigned visually and have a thin border box or something alike. ### Steps to reproduce: Click a bit around the upvote button. ### Browser and OS Chrome Version 75.0.3770.100 on Windows 10 reported by: @samreciter
2
10,152,778
22,426,374
2019-07-01 22:37:37.651
(bug): Help Desk needs to indicate if there are no results.
<!--- 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: I went to help, typed in "discovery" and clicked enter but nothing happened. ### Steps to reproduce: In help, I type in a word but there's no apparent button to click (like your submit button below), nor does enter seem to work. https://www.minds.com/help ### Browser and OS Firefox reported by: @HSRyan ### What is the current *bug* behavior? No error is displayed and it gives the impression that the component does not work. ### What is the expected *correct* behavior? `0 Results` or something similar should be displayed so that the user knows that there isn't a section ### Relevant logs and/or screenshots ![image](/uploads/bcc501baca18243b0038d9cda8f99cc6/image.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem) /label ~"T \- Bug" ~"S \- Triage:new"
5
10,152,778
22,412,125
2019-07-01 14:23:19.127
Feature groups on channel
There should be an option for a user to feature their groups on their channel page. We have a count of the user's groups on their info page. https://design.minds.com/hosted/web/michael/front%23-channel/#artboard7 On the new channel designs, add a sub section that displays the list of a user's open groups On the info section, show the count of currently subscribed groups and make it a link to the new nav. @michaelfbradley and @ottman to add their thoughts to the design
4
10,152,778
22,325,625
2019-06-27 15:51:20.063
(feat): minds.com/about to redirect to minds.com/p/about + SEO override
I think there's a reasonable case that www.minds.com/about shouldn't resolve to a user page.
1
10,152,778
22,298,464
2019-06-27 00:06:51.361
Group List Not Updating
<!--- 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 going between groups the group list doesn't seem to always update the last area you were in to the top of the list. ### Steps to reproduce If you have old test groups that you are the sole member of: 1. Post in old test group. 2. Refresh, observe changes to the sidebar. 2. Post in another old group. 4. Refresh and check the order of the top groups - the order appears messed up. Sometimes this requires a bit of repetition. ### Platform information Firefox, Linux & Chromium Ubuntu ### What is the current *bug* behavior? Group sidebar not updating. ### What is the expected *correct* behavior? Confirmed with @ottman. The correct behavior is that groups should be sorted by latest activity with active gatherings on the top ### Relevant logs and/or screenshots Video below https://www.minds.com/newsfeed/999958056778829824 ![Screenshot_from_2019-06-26_20-03-06](/uploads/75bd0bd01fbce61c7e5d597cacca86f5/Screenshot_from_2019-06-26_20-03-06.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
2
10,152,778
22,297,097
2019-06-26 22:17:49.098
Email Verification on account creation feature request
### Goals - [ ] Message community about pending changes - [ ] Implement non-invasive email verification step - [ ] User should still be able to user Minds without email being verified - [ ] Send daily email until email is verified - [ ] UI should prompt user to verify their email address - [ ] Banner on the site to remind users - [ ] New users first - [ ] Make the email expire when we send out a new email every 4 8 hours ### Summary We should implement email verification on account creation. Check out https://www.minds.com/groups/profile/100000000000000681/feed?focusedCommentUrn=urn:comment:100000000000000681:990605794577076224:990608413785706496:0:990739653764210688 for some rationale.
3
10,152,778
21,877,215
2019-06-13 13:20:30.445
(bug) race condition boosted content service and session
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
21,714,183
2019-06-09 23:25:38.849
(triage): Look into login issues
There was an increase of users with login issues over GitBot, so making a task for this as I'll have to investigate thoroughly on all platforms possible.
1
10,152,778
21,711,572
2019-06-09 17:29:40.216
Ability to copy and paste images into posts
Users should be able to copy and paste images into posts. @edgebal let's make sure this feature works across all browsers for the new compose
2
10,152,778
21,693,046
2019-06-08 12:49:16.762
Android app doesn't recognize credentials
### Summary: I created my account through the browser first. Then I installed the mobile app. When I attempt to login through the app, I get the message "The user credentials are incorrect." I'm worried that if I delete my account and try to recreate I won't be able to use the same email address. ### Steps to reproduce: Create account through browser first. Then attempt to login to mobile app. ### Browser and OS Duckduckgo/ android reported by: @leadertoliberty
3
10,152,778
21,677,808
2019-06-07 16:20:10.897
(feat): GitLab etiquette doc
It would be nice to have a document to make sure admins and devs are all optimally using GitLab, this should include the handling of users and correct labelling system to ensure an issue gets seen to in a timely manner.
2
10,152,778
21,669,001
2019-06-07 12:20:57.432
(bug): Cannot scroll down to reply to 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. ---> ### Summary Reported by @Johnthetester: > Unable to reply to a comment on iOS mobile as the thread does not advance and the keyboard is in the way preventing input. ### Steps to reproduce Visit: https://www.minds.com/newsfeed/983095920357515264 Reply to bottom comment ### Platform information iOS 12.2 and Minds 3.7 ### What is the current *bug* behavior? Screen bounds seem cut off by the keyboard ### What is the expected *correct* behavior? User should auto-scrolled down to read the comment, and of course it should not be cut off. ### Relevant logs and/or screenshots ![Wire_2019-06-07_at_12_59_PM](/uploads/b8f6430c874324c6ed9e10e17ce80f41/Wire_2019-06-07_at_12_59_PM.png) ### Possible fixes (If you can, link to the line of code that might be responsible for the problem)
4
10,152,778
21,550,328
2019-06-04 07:54:03.085
(chore): Investigate onboarding/profile bugs and propose changes
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
5
10,152,778
21,523,487
2019-06-03 10:33:22.766
(chore): Create mockup for referrals console
Make a mockup to propose a design for the referrals console
5
10,152,778
21,523,457
2019-06-03 10:32:10.957
(chore): Look at code to get familiar with Minds referrals process
Look at the existing Minds code so I understand how referrals and related rewards work
5
10,152,778
21,522,812
2019-06-03 10:09:22.321
(chore): Research referral/invitation processes on other sites
Look at other sites and investigate their referral processes to get ideas for referrals console. Specifically look at: * where referral links are available * how users can track their referrals
5
10,152,778
21,484,727
2019-05-31 17:56:09.583
Implement badges to activity cards on mobile
### Summary: Badges do not show on mobile app for verified users or admins. ### Steps to reproduce: View a comment by an admin or verified user on the mobile app. ### Browser and OS mobile app reported by: @MindsGaming ![Screenshot_20190605-132303_Minds](/uploads/d525ff2b685eb6b4827a3672855e2481/Screenshot_20190605-132303_Minds.jpg)
4
10,152,778
21,484,291
2019-05-31 17:20:05.416
(chore): Run through manual test sheet for mobile
Is this a bug? Make sure to use the Bug template above and be as detailed in your report as possible.
2
10,152,778
21,476,472
2019-05-31 13:12:09.414
(bug): Clicking on entities in Jury should not navigate current tab, it should open new window
<!--- 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 Reports are coming in of users trying to view the content in a Jury, and not being able to return. https://www.minds.com/newsfeed/980626826022436864 https://www.minds.com/newsfeed/980621321666965504 https://www.minds.com/newsfeed/980620623627886592 ### Steps to reproduce (How one can reproduce the issue - this is very important) ### Platform information Universal ### What is the current *bug* behavior? User cannot complete Jury. ### What is the expected *correct* behavior? User should be able to complete the Jury review process. ### 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
10,152,778
21,271,441
2019-05-24 15:16:33.404
(feat): channel to self declare nsfw via channel dropdown
### Summary: Create a way to opt-in to becoming a NSFW channel avoiding forgetfulness of miss marking posts and receiving a "strike". ### Steps to reproduce: Feature request. ### Browser and OS All platforms reported by: @MindsGaming
2
10,152,778
21,221,331
2019-05-23 13:08:25.694
(trivial): Change Ooopppsss message to "Sorry!".
Should simply be - Oops! ![Wire_2019-05-23_at_1_41_AM](/uploads/d15066e31c97985d8b0aa71a9880412a/Wire_2019-05-23_at_1_41_AM.png)
1