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 | 115,630,039 | 2022-09-22 22:57:40.240 | Give channels the option to disable Supermind emails | ## Goal
Enable users to manage the emails they receive from Minds.
## What needs to be done
Add an option to user settings to disable Supermind emails, including Supermind offers and offer reminders.
![image](/uploads/026ab1d642a4e5f1bf7184b81bd2efc6/image.png)
> I receive a Supermind offer
Note: This option should NOT disable emails for:
- When you send an offer
- When your offer is accepted / declined / expired
- When you accept an offer
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
n/a
## Personas
Creators
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] A new `I receive a Supermind offer` option appears in email notification settings
- [ ] By default, those emails are enabled
- [ ] The user can manually click to disable that setting
- [ ] If that setting is disabled, the user will not receive emails about incoming offers and reminders
## Dev note
https://gitlab.com/minds/engine/-/blob/master/Core/Email/EmailSubscriptionTypes.php
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 115,618,743 | 2022-09-22 18:24:19.550 | Implement "See latest posts" feature on Supermind console | ## Goal
Enable a creator to stay on the Supermind console and accept incoming offers as they arrive.
## What needs to be done
Implement the "See latest posts" feature from the Newsfeed, in the Supermind console.
Priority is the Inbound tab.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
Implement the same component we have on the Newsfeed.
Change the language to read:
> See [n] latest offers
![image](/uploads/c4d7f83ccfd0fcaa3e3ca94504e82776/image.png)
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
- [ ] Given a creator is viewing the Supermind console > Inbound tab, when a new Supermind offer is received, then the "See latest offers" alert appears.
- [ ] Given the "See latest offers" alert appears, when the user clicks it, then the Supermind console is refreshed to display the new offers.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 115,617,140 | 2022-09-22 17:49:10.884 | Prevent Supermind reply from being deleted | ## Goal
Prevent abuse of Supermind.
## What needs to be done
Prevent post owners from deleting their Supermind reply posts.
## 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.
--->
## Personas
Fans
Creators
## 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
- [ ] If a post is a Supermind reply, it cannot be deleted by the owner.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 115,616,903 | 2022-09-22 17:46:20.940 | Prevent Supermind offers from being deleted while offer is active | ## Goal
Prevent spamming / abuse of Superminds offers.
## What needs to be done
While a Supermind offer is active (before it has been accepted, declined, or expired), prevent the post from being deleted by the post owner.
## 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.
--->
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] While a Supermind offer is active (before it has been accepted, declined, or expired), the post can't be deleted.
- [ ] After a Supermind offer is inactive (after it has been accepted, declined, or expired), the post can be deleted.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 115,616,673 | 2022-09-22 17:43:10.526 | Expired Superminds show "Accept" and "Decline" buttons | ### Summary
Expired Superminds show "Accept" and "Decline" buttons, though the buttons don't function.
### Steps to reproduce
- Receive a Supermind offer
- Wait 7 days for it to expire
- Return to the Supermind console
### Platform information
Web
### What is the current *bug* behavior?
- The Accept and Decline buttons are presented
- Clicking the buttons generates errors
### What is the expected *correct* behavior?
- The Accept and Decline buttons are not presented
- Backend should force the status to expired
### 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 | 115,615,240 | 2022-09-22 17:26:32.722 | Spike: Enable channels without bank accounts configured to receive cash Supermind offers | ## Goal
Enable all channels to receive cash Supermind offers, regardless of whether or not they've previously connected a bank account. This will enable more cash Supermind offers, and ultimately increase the number of creator channels with connected bank accounts.
## What needs to be done
Do a technical spike on the feasibility of supporting the following case:
> When sending a cash Supermind offer to a channel who has not yet configured their bank account information, successfully handle the initial authorization, and process a second authorization when the target channel connects their bank account and accepts&replies to the Supermind offer.
> Require that a channel that has not already configured a bank account do so before they can accept&reply to a cash Supermind offer.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
n/a
## Personas
Creators
Fans
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Prototype of this functioning
- [ ] Future tasks built out to take this into production
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 8 |
10,152,778 | 115,540,982 | 2022-09-21 23:15:10.928 | Ellipsis loading indicator is off-center | ### Summary
When posting a Supermind offer, the ... loading indicator on the `Post` button is off-center.
### Steps to reproduce
- Compose a Supermind offer
- Post the Supermind offer
### Platform information
- MacOS + Chrome
### What is the current *bug* behavior?
The ... loading indicator in the `Post` button is off-center vertically.
### What is the expected *correct* behavior?
The ... loading indicator in the `Post` button is centered vertically (and horizontally).
### Relevant logs and/or screenshots
![image](/uploads/09af61cc9b3107d75bdbd577a82da5e6/image.png)
### Possible fixes
Mark suggested it may be related to removing the scheduler dropdown arrow. Perhaps inserting an empty pseudo element of a matching height will help. | 2 |
10,152,778 | 115,540,536 | 2022-09-21 23:08:06.947 | Throw toast message upon posting a Supermind reply | ## Goal
More clearly communicate to the user that their Supermind reply was posted.
## What needs to be done
Throw a toast message to confirm that a Supermind reply was successfully posted.
> Your Supermind reply was posted, and you’ve collected the offer.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
Use the positive-looking toast message.
![image](/uploads/948706c9c9bad6301e802514d27311f4/image.png)
## Personas
- Creators
## Experiments
n/a
## Acceptance Criteria
- [ ] When successfully posting a Supermind reply, throw a toast message that confirms.
- [ ] Use message above in `What needs to be done`
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 115,539,829 | 2022-09-21 22:52:49.672 | "You may not create an NSFW Supermind" error message should appear sooner | <!---
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 user is able to configure NSFW settings for a Supermind offer post before encountering a toast error message that tells them they can't.
### Steps to reproduce
- Create a Supermind offer
- Click the "E" icon
- Set NSFW settings
- Click "Save"
### Platform information
- Web
### What is the current *bug* behavior?
- The toast error message appears after the user has configured NSFW settings
### What is the expected *correct* behavior?
- Show the toaster immediately when the popup screen is displayed
### Relevant logs and/or screenshots
![image](/uploads/7720f02a02a2855a42a9a58f1d806944/image.png)
### Possible fixes
- A toast message appears that communicates that a Supermind post cannot be NSFW | 1 |
10,152,778 | 115,539,116 | 2022-09-21 22:12:11.062 | Indicate that Supermind target is unable to receive cash offers | ## Goal
Channels who have not yet connected their bank accounts are unable to receive cash offers.
The Supermind UI needs to communicate and enforce this restriction when a user is creating a Supermind offer.
## What needs to be done
TBD
## 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.
--->
## Personas
Fans, Core users
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [x] The user is unable to send cash Supermind offers to channels that are unable to receive them
- [x] The user is made aware of this limitation
- [x] Display a toaster when the username is entered (on blur)
- [ ] Display a toaster when the user tries to press save (do not allow save)
## Definition of Ready Checklist
- [x] Definition Of Done (DoD)
- [x] Acceptance criteria
- [x] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 115,530,901 | 2022-09-21 18:58:39.981 | Partial refunds for partial Boost deliveries | ## Goal
Reduce the volume of repeat Boosts by issuing only partial refunds of Boosts that are rejected due to Boost backlog.
## What needs to be done
Currently, a Boost that gets rejected due to Boost backlog overflow will refund to the buyer the full amount of the boost order.
However, most rejected Boosts do deliver views, they're just unable to complete. This is resulting in free Boost views being given to users who spend more than can be delivered during the course of their Boost.
Proposal is to issue partial refunds, rather than full refunds, effectively prorating the refund so that the users are charged for the impressions they were given, even when the order fails to complete.
Example:
| -- | Tokens spent | Views delivered | Refund issued |
|--------------|--------------|-----------------|---------------|
| Now | 3,000 | 2,500 | 3,000 |
| After change | 3,000 | 2,500 | 500 |
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
n/a
## Personas
Minds Boosters
## Experiments
n/a
## Acceptance Criteria
- [ ] Given a Boost order delivered some views, and the Boost backlog prevents the full delivery of the Boost order, when the Boost is rejected due to Boost backlog overflow, then the user is refunded their spend less the amount that pays for the impressions that were delivered.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 115,529,856 | 2022-09-21 18:40:03.127 | Bug: Supermind reply with media only acts as a remind | ### Summary
Responding to a Supermind offer with an image or video -- and no text -- does not successfully generate a Supermind offer. Instead, it simply re-minds the Supermind offer.
### Steps to reproduce
- Receive a Supermind offer
- Accept the the Supermind offer and reply with a piece of media, but no text
- Post the reply
### Platform information
- Web
### What is the current *bug* behavior?
- The Supermind offer is re-minded
- The Supermind reply is lost
### What is the expected *correct* behavior?
- The Supermind reply is posted with the uploaded media
- See https://gitlab.com/minds/engine/-/blob/master/Entities/Activity.php#L1057. Add in check for attachments.
### Relevant logs and/or screenshots
![image](/uploads/b29f2ab757a7eb72c926ee0f999c60f6/image.png)
https://www.minds.com/superminds2/
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 115,000,277 | 2022-09-13 23:02:11.903 | Create global Superminds feeds | <!---
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
(1) Easily audit live Superminds activity on the site
(2) Elevate Superminds activity and make it more discoverable
## What needs to be done
Create a global Superminds feed that collects all Superminds posts.
Sort reverse-chronologically.
Add as a new tab to Discovery.
## 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.
--->
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] A new tab added to Discovery for "Superminds."
- [ ] The new tab displays a feed of all Superminds posts (offers and replies).
- [ ] The posts are sorted in reverse chrono order.
- [ ] Add a feature flag
- [ ] Ensure you do not see blocked users in this feed
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 114,752,662 | 2022-09-09 16:34:47.978 | Send bulk Supermind offers to community for launch | ## Goal
- Teach active Minds users about Supermind by sending them a sample Supermind to respond to.
- Enable Minds to incentivize content creation from large groups of users.
## What needs to be done
Build a mechanism that enables us to create Supermind offer campaigns that send links to all (or some) users. When a user clicks the link, a Supermind offer is generated for them. They can then respond to the Supermind offer via the normal Supermind inbound console flow.
This is a rough diagram of how it might work.
![image](/uploads/051010be73a8d60a2d74431006f0d807/image.png)
- Target list of users
- Activity post to be the root of the Supermind offer
- Value of the Supermind offer
- Status of the campaign (active, closed, ...)
Some prompts include:
- Introduce yourself :) Why are you on Minds? (Video reply)
- Rant about something crazy going on in the world right now. (Video reply)
- Take a selfie of where you are right now now matter how weird. (Photo reply)
- Introduce yourself :) Why are you on Minds? (Text reply)
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
[supermind_boffer_launch.html](/uploads/357e8a229f2aca9f4f1931dd98d80bbe/supermind_boffer_launch.html)
## Personas
Core Minds users
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [x] Generate the email template (see: UX/Design above)
- [x] Email template should use utm codes (`?utm_source=minds&utm_medium=email&utm_campaign=supermind_boffer_launch`)
- [ ] Use the email campaigns hooks system
- [ ] Generate a supermind request when the link has been clicked
## Definition of Ready Checklist
- [x] Definition Of Done (DoD)
- [x] Acceptance criteria
- [x] Weighted
- [x] QA
- [x] UX/Design
- [x] Personas
- [x] Experiments | 5 |
10,152,778 | 114,747,743 | 2022-09-09 15:07:41.478 | Link previews stretch | <!---
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
After adding link to a post, the preview goes down, and it's necessary to scroll to see it.
<details><summary>Click to see images</summary>
![image](/uploads/2a9be5fc355d2aad515419f58d27e630/image.png)
After scrolling down:
![image](/uploads/12b2f58b0de58c80c8def3a41aa09c15/image.png)
</details>
### Steps to reproduce
1. Open composer
2. write some text
3. paste a link
4. see that the preview behaves strange
### Platform information
Win10, Brave and Chrome, Canary
### What is the current *bug* behavior?
Link previews in composer show incorrectly with spacing
### What is the expected *correct* behavior?
No additional spacing in composer
### 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) | 1 |
10,152,778 | 114,686,117 | 2022-09-08 17:58:20.117 | Confirm price & authorization after pressing post, before creating Supermind offer | ## Goal
Clearly communicate to a use creating a Supermind offer the amount of their offer before they commit to authorizing the charge, in order to avoid mistakes.
## What needs to be done
* [ ] On composer, when pressing Post, ensure there is a confirm modal outlining price and authorization on card
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
- [Figma mock](https://www.figma.com/file/thrGepQAxmcMGB7MoEEckM/Supermind?node-id=1562%3A19944)
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
- [ ] On composer, when pressing Post, ensure there is a confirm modal outlining price and authorization on card
- [ ] User must accept terms before the "Confirm" button is active
- [ ] Playright test
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 114,617,941 | 2022-09-07 22:24:47.658 | Supermind creator referral flow | ## Goal
Map user journeys to support the user story described below, and identify changes we want to make (e.g. to channel pages, onboarding flow, new user experience, etc.) to better enable the use case.
---
As a creator, I want to send fans from other platforms to sign up on Minds, in order to generate more Supermind offers for me.
- e.g. I have an audience on YouTube, and I want to send them to Minds to send me Supermind requests to [answer questions/fulfill art requests/record videos/get replies].
## What needs to be done
- Where will creators direct users to? Channel pages? Do we need to make changes to better satisfy the user story?
- Assuming users who are directed there are not already Minds users, what does the onboarding flow look like?
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
[Referral flow map](https://www.figma.com/file/7rIyYDT1235O2pPrEBvieZ/SM-Referrals?node-id=0%3A1)
[Figma basic mockups](https://www.figma.com/file/NfZCO1DzPnw4YTzVKOu8O7/Referrals?node-id=21%3A2995) - in progress
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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] Map out the referral user flow for both creator and fans for Supermind requests
- [x] Map out edge cases for users who are new to Minds
- [x] Understand the incentive and reasoning for someone joining because of a Supermind
- [x] Ideate and draft up low-fi mockups to represent the UI flow and constraints
## Definition of Ready Checklist
- [x] Definition Of Done (DoD)
- [x] Acceptance criteria
- [x] Weighted
- [ ] QA
- [x] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 114,601,027 | 2022-09-07 18:22:44.470 | Boost rotator space appears for new users (V2) | <!---
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
Newly-registered users aren't served Boosts for their first seven days.
With V2 activities, the Boost rotator space appears at the top of the Newsfeed, and displays no Boosts.
### Steps to reproduce
- Log into Minds with a new account
- Enable V2 activities
- Navigate to the Newsfeed
- Wait ~10 seconds
### Platform information
MacOS + Chrome
### What is the current *bug* behavior?
The Boost rotator component is loaded into the Newsfeed after a few seconds.
### What is the expected *correct* behavior?
The Boost rotator should not appear for newly-registered users (first 7 days).
### Relevant logs and/or screenshots
![image](/uploads/0fb7809cf7c7073051c46a5bfe0d6803/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 114,529,050 | 2022-09-06 18:25:34.540 | Images are blurry | <!---
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
A lot of images inside activity posts are not loading past the blurry placeholder
### Steps to reproduce
- Navigate to an affected activity post, e.g. https://www.minds.com/newsfeed/1412947947158507539
- Images within groups appear to be most impacted: https://www.minds.com/groups/profile/566365153877045248/feed
### Platform information
- MacOS + Chrome
- iPhone app
### What is the current *bug* behavior?
Web: The app loads blurry placeholder images, but never replaces them with the full images
App: The app loads blurry placeholder images, and replaces the blurs with `The media could not be loaded` message.
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
Web: ![image](/uploads/5c8e905110f2d371b2955b0d59ed7734/image.png)
App: ![image](/uploads/64290c53cf4f634c4e958b0542a7cbd1/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 0 |
10,152,778 | 113,882,374 | 2022-08-25 22:45:00.780 | Create small, reusable components for Superminds | <!---
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
Minimize duplicate work for Superminds implementation.
## What needs to be done
- Review [Superminds designs in Figma](https://www.figma.com/file/thrGepQAxmcMGB7MoEEckM/Supermind?node-id=287%3A5233) to identify small components and patterns that are reusable
- Build reusable components [in Storybook?]
- Communicate their availability to developers working on Superminds implementation.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
See: [Figma design mocks](https://www.figma.com/file/thrGepQAxmcMGB7MoEEckM/Supermind?node-id=287%3A5233)
## Personas
Minds developers
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Gradient border component is reusable
- [ ] Supermind tag component is reusable
- [ ] Supermind gradient is reusable (e.g. via class)
- [ ] Components are in Storybook
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 113,819,458 | 2022-08-24 23:22:10.753 | Implement Superminds onboarding modals | ## Goal
Communicate to users who are new to Superminds what Superminds are and why they should want to engage with them.
## What needs to be done
Implement 2x separate onboarding modals.
1. For users who are offering Superminds
2. For users who are replying to Superminds requests
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
- [Figma: Offering Superminds onboarding](https://www.figma.com/file/thrGepQAxmcMGB7MoEEckM/Supermind?node-id=545%3A14545)
- [Figma: Replying to Superminds onboarding](https://www.figma.com/file/thrGepQAxmcMGB7MoEEckM/Supermind?node-id=588%3A17217)
## Personas
Core users
## Experiments
n/a
## Acceptance Criteria
- [ ] Given a user has not yet engaged with Superminds as a sender, when the user first views the Superminds pricing panel in the composer, then the sender onboarding modal appears.
- [ ] Given a user has not yet engaged with Superminds as a receiver, when the user first navigates to the Superminds console inbound view, then the receiver onboarding modal appears.
- [ ] Given the user has previously viewed the sender modal, then it is not displayed again.
- [ ] Given the user has previously viewed the receiver modal, it it is not displayed again.
- [ ] We can view data in Superset to understand how many users have viewed either modal.
- [ ] Tap into dismissible widgets endpoint on engine
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 127,278,972 | 2023-04-27 21:34:24.072 | Web: Affiliates screen updates | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Improve the UX and understanding of the new affiliate earning options for users.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
Implement changes to Affiliate screen based on early feedback to make it as clear as possible.
Core layout:
- Change text of `Earn with link` button to `Refer and earn`
- Move `Refer and earn` button higher on the page
- Move `Affiliate referral` and `Creator referral` descriptors below `Invite your friends to Minds` heading
Share sheet: Invite to Minds
- Update explainer text to `Earn for up to 1 year from when someone uses your link.`
Share sheet: Affiliate link
- Change heading to `Earn with affiliate link`
- Remove `Creator` button
- Change text to `Earn for up to 72 hours from when someone uses your link.`
## 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.
--->
![image](/uploads/00283fce5129fedd599a10b4de782c56/image.png)
[Figma](https://www.figma.com/file/NfZCO1DzPnw4YTzVKOu8O7/Affilate?node-id=1118-28566)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Changes implemented as above
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 127,162,855 | 2023-04-25 15:23:23.669 | Video in Moments are failing with 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
Videos in moments are failing with error.
(Summarize the bug encountered concisely)
### Steps to reproduce
(How one can reproduce the issue - this is very important)
Go to moments and tap right until a video is present. Notice the error after loadind.
### Platform information
both
(Browser, device, system stats, screen size)
### What is the current *bug* behavior?
(What actually happens)
Video play error in moments.
### What is the expected *correct* behavior?
Video to play corectly.
(What you should see instead)
### Relevant logs and/or screenshots
![Simulator_Screen_Recording_-_iPhone_14_-_2023-04-25_at_16.24.45](/uploads/3f3cf3fba0cbd01f1ebba5a1a8eb1ef1/Simulator_Screen_Recording_-_iPhone_14_-_2023-04-25_at_16.24.45.mp4)
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
```
Exception [Error: The AVPlayerItem instance has failed with the error code -12746 and domain "CoreMediaErrorDomain".] Error: The AVPlayerItem instance has failed with the error code -12746 and domain "CoreMediaErrorDomain".
at construct (native)
at Wrapper (http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.minds.mobile:24267:64)
at construct (native)
at _createSuperInternal (http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.minds.mobile:277620:322)
at call (native)
at CodedError (http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=com.minds.mobile:277633:26)
LOG The AVPlayerItem instance has failed with the error code -12746 and domain "CoreMediaErrorDomain".
LOG The AVPlayerItem instance has failed with the error code -12746 and domain "CoreMediaErrorDomain".
```
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 127,114,498 | 2023-04-24 15:04:05.111 | UXD: Update affiliates screen | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Improve the UX and understanding of the new affiliate earning options for users.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
Take the feedback from the team given in the Affiliate chat room and update the designs and copy to reflect the necessary changes to help make the options users have as clear as possible.
## 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.
--->
![image](/uploads/f7e3b722fa80f4b497c98b2cbf9abff6/image.png)
[Figma](https://www.figma.com/file/NfZCO1DzPnw4YTzVKOu8O7/Affilates?node-id=1118%3A28566&t=bTVdjWNe4ax1xHug-1)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 127,094,371 | 2023-04-24 09:12:03.780 | New link previews not loading | <!---
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
New link previews not loading
### Steps to reproduce
1. Get some random link, eg a news article
2. Try posting it
3. See that it tries loading the link, then stops
4. The preview won't work
### Platform information
Brave, Win10
### What is the current *bug* behavior?
The link previews are not loading
### What is the expected *correct* behavior?
The link preview should load
### Relevant logs and/or screenshots
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 126,843,930 | 2023-04-17 17:59:54.657 | Assess and implement new user solution for e2e tests | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Our e2e tests must be updated to reflect the new onboarding flow that requires all new users to complete email code verification (and select 3+ hashtags) in order to use the site.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
Set up a mechanism to bypass the email code verification requirement for new users in the e2e test environment.
Implement centralisation of functions related to getting a new e2e user through the onboarding steps and able to use the site, so the e2e house of cards doesn't collapse when onboarding requirements change in future.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
e2e tests pass
## UX/Design
<!---
Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged.
--->
n/a
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
Devs
## 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
--->
- [ ] email code verification bypass mechanism implemented
- [ ] New user strategy considered and implemented
- [ ] e2e tests pass
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,678,581 | 2023-04-14 16:13:15.995 | Display Boost CTAs in admin queue | <!---
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
Enable admins to preview link CTAs for Boosts with click goals so that they can accurately review the Boost contents before approving.
## What needs to be done
Display CTAs and their links in the admin Boost queue. Links can be linked to check their contents.
## 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.
--->
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1561%3A33086&t=TyigfUpoArAnysCu-1)
![Boost_CTA](/uploads/5810bde707921b980aa9b8d413aeec81/Boost_CTA.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] The url is displayed in the admin console
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,678,042 | 2023-04-14 15:55:23.745 | Web: Display Boost CTAs | <!---
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
Display CTAs for Boosts configured with CTAs to improve click through rates of Boosts.
## What needs to be done
- If the goal is to grow their following, when the Boost is presented, present the selected CTA
- Clicking the CTA subscribes to the Boosted channel
- If the user is subscribed to the channel, the display of CTA changes
- If their goal is to drive link clicks, when the Boost is presented, present the selected CTA
- Ensure link clicks contribute to link click metrics for that Boost
## 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.
--->
![image](/uploads/fbcaad6e0d81b50909117bcb1984ce97/image.png)
[Figma Web](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1317%3A23146&t=e2pyN1ddfi1oOsMg-1)
[Figma Mobile](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1392%3A34632&t=e2pyN1ddfi1oOsMg-1)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Variations of the CTA show as in the figma designs
- [ ] The buttons are anchored to the bottom of the boost rotator and not hidden
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 126,630,609 | 2023-04-13 23:44:27.223 | Web: Refresh Groups home feed design | <!---
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
Enable aggressive, confident experimentation with Groups as a vehicle for user retention by refreshing the home feed screen to use modern design system and UI.
## What needs to be done
Refresh the home feed layout for using the modern design system.
- Remove option to start a Gathering.
- Move Make closed, Disable notifications, Report, and Delete group options to a dropdown menu in the header.
- `Members` tab clicks to the existing legacy `Members` screen (with invite functionality)
Assume that functionality available on the members list screen can continue to be served by the existing page without refreshing it, since that page isn't critical to Groups usability for most users and there's a lot of complexity there.
## 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.
--->
[Figma](https://www.figma.com/file/ejrtrI9rNJjZYUcVw8U5iS/Groups-Refresh?node-id=21%3A1151&t=mBoIIYBfoWlvUkSI-1)
![updated_groups_1](/uploads/60c7fd3708bf4dad9f48f3a617620dce/updated_groups_1.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
Required for feature flag. Use the epic experiment name.
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Group designs are updated to reflect the mockups
- [ ] Editing will go back to the old design
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 126,612,561 | 2023-04-13 16:58:55.648 | UXD: Surface Groups Tab hidden behind Subscribers button to main nav on a channel page | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Allow users to show off the groups they belong to without having to add every single group they belong to in their bio. Also, allows subscribers of any user to check out a person's list of groups they belong to and potentially join a group they're in which would help grow the usage and expansion of groups as a whole.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
We currently have a solution for this built buried behind a user's subscriptions section. We just need to surface this information higher and make it clear for anyone to find.
**Current Tab structure on channel pages**
![Screenshot_2023-04-13_at_12.59.08_PM](/uploads/bf3d735b2861dcf8d9334d77daee9346/Screenshot_2023-04-13_at_12.59.08_PM.png)
**Hidden groups tab that needs to be surfaced next to 'Memberships' tab**
![Screenshot_2023-04-13_at_12.59.16_PM](/uploads/bce643ac65dc2d6c9f81d6b619da0ca6/Screenshot_2023-04-13_at_12.59.16_PM.png)
## 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.
--->
[Figma](https://www.figma.com/file/ejrtrI9rNJjZYUcVw8U5iS/Groups-Refresh?node-id=61%3A2762&t=A6vt8GYYYHM1PUtr-1)
![Add_Groups_tab_to_channel](/uploads/fa7550058b0191cc492f61ac8d0afea5/Add_Groups_tab_to_channel.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,516,568 | 2023-04-11 21:22:31.581 | UXD: Opt into Groups posts going to Newsfeed | <!---
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
As a Groups user, I want to control which Groups appear in my Newsfeed so that I can freely join Groups without worrying that their high volume will overwhelm my Newsfeed.
## What needs to be done
- Design a solution that enables a Minds user to be a member of a Group, and to manage whether or not posts from that Group appear in their Newsfeed.
- Solve for web + mobile app
- User test designs
- Get developer feedback on solution.
Scenarios to support:
| Group | Joined | Posts appear in Newsfeed |
|---------|--------|--------------------------|
| Group A | Yes | Yes |
| Group B | Yes | No |
| Group C | No | No |
---
Worth user testing this assumption, but I think we should default to YES for posts appearing in Newsfeed, with the option to disable on a per-group basis.
## 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.
--->
[Figma](https://www.figma.com/file/ejrtrI9rNJjZYUcVw8U5iS/Groups-Refresh?node-id=49%3A2576&t=oPW0EqMkkypXvhzX-1)
![Hide_in_Newsfeed](/uploads/bb47013012c14583cff4f735e6a360b0/Hide_in_Newsfeed.png)
![Show_in_Newsfeed](/uploads/aed876eff7a988e662d49a2e732f0e04/Show_in_Newsfeed.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,516,338 | 2023-04-11 21:13:30.409 | UXD: Display Groups posts in Newsfeed | <!---
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
Make it easier to follow new updates in Groups that I'm subscribed to.
## What needs to be done
- Design solution for displaying posts from subscribed Groups in the Newsfeed.
- Solve for web + mobile app
- User test designs
- Get developer feedback on solution.
-
----
Some things to consider:
- Do they integrate with posts in the existing Latest & Top newsfeed? Or appear as their own feeds? (I favor the former, ala Reddit & Facebook)
- If they integrate with other posts, do we differentiate posts from Groups or somehow indicate that they came from a Group?
I have a separate task for determining how a user decides which Groups appear in 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.
--->
[Figma](https://www.figma.com/file/ejrtrI9rNJjZYUcVw8U5iS/Groups-Refresh?node-id=64%3A2703&t=SqAKOUcvmyTBAjz2-1)
![Groups_Feed_New](/uploads/a0db01f94eefefc0fb8df00005eb18b1/Groups_Feed_New.png)
![Groups_Feed_Mobile_New](/uploads/edb500ed00f32b9b991baa37e02170b4/Groups_Feed_Mobile_New.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 126,431,967 | 2023-04-09 21:47:28.129 | Wefunder topbar banner | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Communicate the Wefunder campaign to the whole community
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
- Clone new referral top bar component
- Copy: Become an owner of Minds by [joining our Wefunder](https://wefunder.com/minds).
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
Web/Mobile Web
## UX/Design
<!---
Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged.
--->
None other than text change
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 126,073,494 | 2023-03-31 15:09:06.500 | Web: Update referrals screen with affiliates requirements | <!---
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
Incentivize and enable Minds users to refer new users to join Minds and transact.
## What needs to be done
Update the existing [Referrals screen](https://www.minds.com/settings/other/referrals).
- Rename screen to Affiliates
- Move link in Settings screen to the first level, above `Other`
- Promote ways that affiliate referrals can earn money
- Include existing mechanisms for generating referrals (copying link, emailing link, etc.)
- Update the `My referrals` table to log accounts you've referred, with a running total of earnings they've generated for you
---
Button functions:
- Invite and earn: Opens share sheet
- Social buttons share URL (https://www.minds.com/?referrer=xxx)
- Copy link: Copies link (https://www.minds.com/?referrer=xxx)
- View earnings: Links to wallet (https://www.minds.com/wallet/cash/earnings)
- Earn with link: Opens share sheet
- Minds+: Copies link (https://www.minds.com/plus?referrer=xxx)
- Boost: Copies link (https://www.minds.com/boost/boost-console?referrer=xxx)
- Minds Pro: Copies link (https://www.minds.com/pro?referrer=xxx)
- Creator: Copies link (https://www.minds.com/?referrer=xxx)
- Copy link: Copies link (https://www.minds.com/?referrer=xxx)
## 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.
--->
[Figma](https://www.figma.com/file/NfZCO1DzPnw4YTzVKOu8O7/Referrals?node-id=717%3A18384)
![afills-invite](/uploads/888b3c02c5d84a51aed65bedbf952e8a/afills-invite.png)
![afills-creator](/uploads/7c8216d096726cbed06f648ee9e630a8/afills-creator.png)
![afills-web](/uploads/908285fe3bd0197214c92b315724de6f/afills-web.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Introduce a feature flag
- [x] Exclude the Invites section from this ticket
- [ ] UI resembles the Figma designs
- [ ] Total earnings calculation
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 126,019,660 | 2023-03-30 22:23:59.405 | Backend: Suggested Groups by interest tags | <!---
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
Populate suggested groups for new users who've only told us what their interests are, to create social connections more quickly.
## What needs to be done
Backend support for returning suggested Groups based on a user's interest tags.
Recommendations are hard-coded in a table.
Table can be periodically updated manually.
----
| Tag | Groups |
|------------------------|---------------------------------------------------------------------------------------------------|
| (no tags) | 1476480270281478151,902525707628482560,1201737076455972864,619105339211526145,1359550877425209362 |
| minds | 1476480270281478151,902525707628482560,1201737076455972864,619105339211526145,1359550877425209362 |
| health | 1165910758624018432,1442488853934903303,463080754876788745,1156627581123850240 |
| education | 1192069283972800512 |
| business | 1442500376623321092,1294668597443956756,1169908341748543488 |
| anime | 619603101665472527,1198671029791182848,1470670345177403405,619166706241118208,985393209730748416 |
| animals | 890712988336566272,459579389693136899,1085916687153975296,1280768320475238409 |
| politics | 1191117399856676864,908355614612557824,1442345651319869454,462938545003171848,1442344419238875151 |
| gaming | 838033865292578816,1444328500726075396,567372953759522816,566889350457991168,1368218985123811329 |
| erotica | 616348850147303443,874510275275112448,862387013408485376,1265769706291421184 |
| technology | 478942975620034560,1174494235394486272,1447311275527770123,765195092406312960 |
| art | 1201737076455972864,1476480270281478151,915107366376468480,1226428635092373504,829784022379470848 |
| music | 567523173034110976,615668225862021135,615668418976165897,1442346380214407171,1293091354636718089 |
| photography | 1280768320475238409,1313528922637340684,1085848479181799424,904355514792894464 |
| nature | 1359550877425209362,890712988336566272,1410285839044317188,574262456742846476,1442345651319869454 |
| crypto | 704263442202107922,1222038945769963520 |
| news | 1177299407948414976,569270912981934080,672013690966384652,704263442202107922 |
| travel | 458337393490006016,1300087343142670356 |
| outdoors | 574262456742846476,1410285839044317188,890712988336566272,719623398866558976,829784022379470848 |
| sports | 1442347541273251843,719623398866558976 |
| comedy | 1110363744251887616,774067027907190789 |
| fashion | 984703890463858688,619166706241118208 |
| memes | 1230371709496590336,844220536770330624,1324946905297326081,899830471989624832,1221126036269957120 |
| spirituality | 611684291079843859,1165910758624018432,731747360685694981,774004256528146437 |
| blog | 1476480270281478151,902525707628482560 |
| myphoto | 1280768320475238409,1313528922637340684,1085848479181799424,904355514792894464 |
| videos | 874674384950874112,902525707628482560,1481847552344068112 |
| journalism | 1177299407948414976,569270912981934080,672013690966384652,704263442202107922 |
| blockchain | 704263442202107922,1222038945769963520 |
| food | 1410285839044317188,1305840482831568912 |
| nutrition | 1410285839044317188,1305840482831568912 |
| film | 1443120082057170957 |
| poetry | 570312857774727174 |
| healthcare | 1165910758624018432,1442488853934903303,463080754876788745,1156627581123850240 |
| ai | 478942975620034560,1174494235394486272,1447311275527770123,765195092406312960 |
| digitalmarketing | 1442500376623321092,1294668597443956756,1169908341748543488 |
| usa | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| russia | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| freedom | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| biden | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| science | 1442347296564973579,1170204930618699776,619105339211526145 |
| realestate | 1442500376623321092,1294668597443956756,1169908341748543488 |
| seo | 1442500376623321092,1294668597443956756,1169908341748543488 |
| marketing | 1442500376623321092,1294668597443956756,1169908341748543488 |
| ukraine | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| trump | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| china | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| covid | 1165910758624018432,1442488853934903303,463080754876788745,1156627581123850240 |
| bitcoin | 704263442202107922,1222038945769963520 |
| truth | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 |
| finance | 1442500376623321092,1294668597443956756,1169908341748543488 |
| canada | 462937526768775172 |
| digitalmarketingagency | 1442500376623321092,1294668597443956756,1169908341748543488 |
| nsfw | 874510275275112448,616348850147303443,824279188585496576,862387013408485376,1265769706291421184 |
| videogames | 838033865292578816,1444328500726075396,567372953759522816,566889350457991168,1368218985123811329 |
| humor | 1110363744251887616,774067027907190789 |
| beauty | 984703890463858688,619166706241118208 |
| fitness | 1165910758624018432,1442488853934903303,463080754876788745,1156627581123850240 |
| broadband | 478942975620034560,1174494235394486272,1447311275527770123,765195092406312960 |
| porn | 874510275275112448,616348850147303443,824279188585496576,862387013408485376,1265769706291421184 |
| philosophy | 463046640219992067 |
| internet | 1476480270281478151,902525707628482560,1201737076455972864,619105339211526145,1359550877425209362 |
| vaccines | 1156627581123850240 |
| guns | 1396522777090986003,754406954364837888,991752114147057664,1421393596950515729,985393209730748416 |
| comics | 793262660220469248 |
| cars | 1148770823156862976,765195092406312960,832359637414465536 |
| pets | 459579389693136899,1085916687153975296,1227993296827064320 |
| gardening | 1410285839044317188,622658682039054354,464053275172286482 |
| controversialnews | 1191117399856676864,738821645120053248,934784881483403264,1156627581123850240 ||
----
This support ("new recommendations") should augment -- not replace -- the existing Groups recommendation logic ("old recommendations").
Possible logic, want dev feedback on feasibility:
- If "old recommendations" are empty, return "new recommendations"
- If "new recommendations" are empty, return "old recommendations"
- Always return "new recommendations" + "old recommendations"
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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] Create a new Vitess table that has a map of groups to respective tags (table above)
- [x] The table should have an entity 'type' column for future use with users
- [x] Shuffle the results back to the users
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 126,019,262 | 2023-03-30 22:06:48.963 | Update default tags in onboarding | <!---
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
Increase differentiation in audience interests indicated by interest tags selected during onboarding by updating the default tags presented.
## What needs to be done
Update the default tags presented in the onboarding tag selection modal.
![image](/uploads/623c8bf2d3844b9a9885d082a80b011e/image.png)
| Order | Tag | Change |
|-------|--------------|--------|
| 1 | technology | keep |
| 2 | crypto | keep |
| 3 | nature | keep |
| 4 | travel | keep |
| 5 | outdoors | keep |
| 6 | animals | add |
| 7 | memes | keep |
| 8 | erotica | add |
| 9 | news | keep |
| 10 | politics | add |
| 11 | spirituality | keep |
| 12 | health | add |
| 13 | education | add |
| 14 | business | add |
| 15 | sports | keep |
| 16 | comedy | keep |
| 17 | fashion | keep |
| 18 | anime | add |
| 19 | gaming | add |
| 20 | art | keep |
| 21 | music | keep |
| 22 | photography | keep |
[Source](https://docs.google.com/spreadsheets/d/17YrfeEqFy6a7iyHAy0sr9hBQQIZScAwKlJxy4X5PPno/edit#gid=651592439)
OJM - these ones are removed:
| REMOVE |
|------------|
| blog |
| minds |
| myphoto |
| videos |
| journalism |
| blockchain |
| food |
| nutrition |
| film |
| poetry |
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Changes made as per table above
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 126,018,849 | 2023-03-30 21:40:00.808 | Web: Newsfeed tabs | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
To consolidate some of our discovery / curated content within a single pageview, so that users are served more relevant content at their fingertips.
A tab navigation for the Newsfeed will enable more options to present users to encourage engagement.
## What needs to be done
- Swap current Newsfeed controls (navigating between Top and Latest) with pattern below.
- Maintain and respect the same user preference for which tab to load by default when the user visits 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.
--->
New design:
![feed-design-1.0](/uploads/e88cffda8da90aecf538d0a3530b421b/feed-design-1.0.png)
Note - do not include ellipsis menu, user is only switching between two persistent views.
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Tab bar is introduced for newsfeed and the Title/Dropdown block is removed.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments
UXDL | 2 |
10,152,778 | 126,018,772 | 2023-03-30 21:36:10.762 | Web: Create Boost flow from Boost console | <!---
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
Enable users to create Boosts (channel + activity Boosts) from the Boost console so that more Boosts can be made.
## What needs to be done
Enable a user to create a Boost from the Boost console.
- Channel Boost (can use existing "Boost channel" modal)
- Activity Boost (can use new "Boost latest post" flow)
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
<!---
Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged.
--->
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1289%3A23979&t=4NEzNgVJFOP9qobH-1)
![1_Boost_Post_From_Console](/uploads/1ed9eacc5fdb485a19d6a0da1b288cc5/1_Boost_Post_From_Console.png)
![2_Boost_Channel_From_Console](/uploads/459cb310946af89811d40e693baae8d0/2_Boost_Channel_From_Console.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Display the InFeed notice for the Boost Latest Post
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,018,527 | 2023-03-30 21:24:06.199 | UXD: Indicate comment is misclassified as spam | <!---
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
Enable community feedback on our automatic spam detection to improve the system and build trust in the community.
## What needs to be done
- Given comments in a specific thread are marked as suspected spam
- and the comments are initially hidden behind a spam wall
- when a user clicks to reveal the comments
- the user has an option to indicate that they think a specific comment is misclassified / is not spam.
## 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.
--->
![spam-comments-flow-web](/uploads/9947a54d729eac4a7815fc27b3b338df/spam-comments-flow-web.png)
![spam-comments-flow-mob](/uploads/a7c4dd2b0f857f0388b12595bcec67e4/spam-comments-flow-mob.png)
[Figma](https://www.figma.com/file/QJiT80vS4yOyprLiafWfbM/Comments?node-id=262-11702)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 126,017,216 | 2023-03-30 20:43:31.449 | Automatically tag the first post a user makes | <!---
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
Enable on-site discovery -- both by Minds staff and its community -- of first posts from newly-registered users on Minds.
## What needs to be done
- Given a channel has never made a post before,
- when the channel makes its first post,
- then add the tag `hellominds` to the activity post in the background.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
n/a
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
New Minds user who does not already have a social circle to take part in.
## Experiments
n/a
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] On the SearchIndexerSubscription, detect if it is a users first post, append the 'hellominds' tag to the ElasticSearch document
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 126,016,803 | 2023-03-30 20:33:12.728 | UXD: Refresh Groups home feed design | <!---
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
Enable aggressive, confident experimentation with Groups as a vehicle for user retention by refreshing the home feed screen to use modern design system and UI.
## What needs to be done
Refresh the home feed layout for web + mobile app using the modern design system.
Include a solution for managing settings for the group.
![image](/uploads/ca6ae359308f1504e96b54a73c29428e/image.png)
Assume that functionality available on the members list screen can continue to be served by the existing page without refreshing it, since that page isn't critical to Groups usability for most users.
## 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.
--->
[Figma](https://www.figma.com/file/ejrtrI9rNJjZYUcVw8U5iS/Groups-Refresh?node-id=21%3A1152&t=8b0JMH5PdAF4aYmz-1)
![updated_groups_1](/uploads/3529f397c853c1e4ce25f0428a9cdb97/updated_groups_1.png)
![Groups_Refresh_Mobile](/uploads/2f6e8d31897bfb1bba40c68937fc95d0/Groups_Refresh_Mobile.png)
![Groups_Refresh_Mobile_2](/uploads/26c19ba714340c9fab2050ea2c93844f/Groups_Refresh_Mobile_2.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 126,016,707 | 2023-03-30 20:29:05.193 | Video content not playing | ### Summary
Video content on random posts appears to be "broken", returning only a black screen when trying to play the content. I'm told that the problem could be specfically with pre-cloudflare streams content.
### 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?
black screen
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
the main content of this post shows the bug
https://www.minds.com/newsfeed/1213184489865510912
use this task as a running list of other such content
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 0 |
10,152,778 | 125,953,895 | 2023-03-29 15:17:49.351 | Minds+ comment highlight highlighting the comment notifications | <!---
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
Minds+ comment highlight highlighting the comment notifications
### Steps to reproduce
1. get a notification for comment from Minds+ accont
2. see that it's colored like a comment would
### Platform information
irrelevant
### What is the current *bug* behavior?
comments highlighted in notifications
![Screenshot_2023-04-03_at_17.14.01](/uploads/0d377391eabcc635023a82b76a6d3e4e/Screenshot_2023-04-03_at_17.14.01.png)
### What is the expected *correct* behavior?
comments only highlighted in comments
### 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) | 1 |
10,152,778 | 125,891,507 | 2023-03-28 12:52:33.470 | Analytics not showing earnings for past few days | <!---
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 minds+ earnings in analytics have flatlined in past few days
Reported by
- bashynx
- timoburnham
- klara_sjo
- TomPeace
### Steps to reproduce
1. Have a channel with consistent minds+ posting/earnings
1. go here: https://www.minds.com/analytics/dashboard/earnings
2. Notice, that the earnings for Minds+ don't show for the past few days
### Platform information
irrelevant
### What is the current *bug* behavior?
Analytics shows wrong data
### What is the expected *correct* behavior?
Analytics should show correct data
### 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 | 125,888,039 | 2023-03-28 11:37:43.006 | Multiplier not being counted | <!---
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
Multiplier stopped showing correct number.
Impact: Active users are not getting rewards for their additional activity on the site.
### Steps to reproduce
1. Have an account that has been posting daily
2. Look through the calendar at https://www.minds.com/wallet/tokens/rewards, and see what engagement multiplier you have
3. Notice it's been dropping, and is probably at around 1
### Platform information
irrelevant
### What is the current *bug* behavior?
Wrong multiplier
### What is the expected *correct* behavior?
Multiplier should be correct
### Relevant logs and/or screenshots
I've looked through my profile, and I've been posting daily from 9th (besides 18th and 19th)
The multiplier went down to two on 21st, but there are weird instances of getting 1 among 3's on 5th and 19th:
![image](/uploads/08a7cc8ff8380882e8996bf1ea3c99b2/image.png)
Users who have alerted us to an issue with their multiplier
- \@bashynx
- \@fickleflame
- \@vindicator725
- \@Aragmar
- \@Yotivationnation
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 125,839,450 | 2023-03-27 14:57:48.408 | Remove "Pending transfers" from wallet | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Increase comprehension of the wallet by removing the "Pending transfers" number from the Cash tab. It's confusing and not helping.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
Remove the Pending transfers section from the cash tab of the wallet.
![image](/uploads/8d18e8e24acf12788391afb4da39a311/image.png)
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] The pending transfers column is removed from Cash wallets
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 125,797,503 | 2023-03-27 08:25:13.364 | Cannot post - PDOExceptions | <!---
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
Cannot post due to PDOExceptions.
### Steps to reproduce
Try to post
### Platform information
Web
### What is the current *bug* behavior?
Should be able to post, also reported you cannot see Boost console
### What is the expected *correct* behavior?
Should be able to post, also reported you cannot see Boost console
### 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 | 125,647,248 | 2023-03-22 18:21:08.956 | Chatwoot integration | <!---
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
Be able to engage live with logged-out and logged-in users to maximize retention, conversions and engagement.
## What needs to be done
- [ ] Create logged out chat widget
`
<script>
window.chatwootSettings = {"position":"right","type":"expanded_bubble","launcherTitle":"Chat with us now"};
(function(d,t) {
var BASE_URL="https://app.chatwoot.com";
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=BASE_URL+"/packs/js/sdk.js";
g.defer = true;
g.async = true;
s.parentNode.insertBefore(g,s);
g.onload=function(){
window.chatwootSDK.run({
websiteToken: 'hTsptQ5idnWS11PVaq1EbT1n',
baseUrl: BASE_URL
})
}
})(document,"script");
</script>
`
- [ ] It is required that we host the js ourselves
- [ ] Create logged in chat widget (https://www.chatwoot.com/docs/product/channels/live-chat/sdk/identity-validation)
## QA
Test button
## UX/Design
N/A - call on design if needed.
## Mobile
- [ ] Is Mobile Required?
Not initially.
## Personas
Users in need of assistance
## Experiments
https://growthbook.minds.com/features/minds-3897-chatwoot
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [x] Create logged out chat widget
- [x] Create logged in chat widget (https://www.chatwoot.com/docs/product/channels/live-chat/sdk/identity-validation)
- [x] Host JS Ourselves
- [x] Ensure no tracking cookies are added
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 125,604,382 | 2023-03-21 22:17:35.372 | No subscriber badge appears next to username in comments if user is Pro subscriber | <!---
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 now highlight comments of Minds+ users and show their Minds+ subscriber badge next to their name.
If a user is subscribed to Minds Pro, they also enjoy this benefit, but their subscriber badge does not appear.
### Steps to reproduce
View a comments thread with a comment by a Minds Pro subscriber.
e.g. https://www.minds.com/newsfeed/1480596801789628432
### Platform information
- Web
### What is the current *bug* behavior?
- The comment is highlighted
- No subscriber badge appears for Minds Pro subscribers
### What is the expected *correct* behavior?
- The comment is highlighted
- A Minds Pro subscriber badge appears next to the username of Pro subscribers
- A verified badge would be displayed if the user is verified
### Relevant logs and/or screenshots
![image](/uploads/7d86a112429b90f8b1bde527306b9b86/image.png)
![image](/uploads/62c750db6747816e2224d0ec54e69ba3/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 125,445,619 | 2023-03-17 15:03:17.980 | UXD: Customize links in Boosts | <!---
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
Enable cash advertising customers to better control the presentation of their Boosts to improve their click through rates.
## What needs to be done
- A mechanism that enables a Booster to customize the thumbnail of the link in their post.
- A mechanism to add a custom call to action (CTA) button on a Boost with a link.
## 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.
--->
[Figma Web](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1499%3A29311&t=MM65JewdiGMxQjlD-1)
[Figma Mobile](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1392%3A34632&t=e2pyN1ddfi1oOsMg-1)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 125,378,940 | 2023-03-16 14:48:19.581 | Don't show Boosts on my own channel page | <!---
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
Avoid concerns about seeing ads on your own pages by keeping self-owned pages ad-free.
## What needs to be done
- Given I'm the owner of a page that can host Boost Partner Boosts (e.g. channel page, SEP), when I view that page logged-in, then Boosts are not displayed
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 125,230,798 | 2023-03-14 09:26:42.496 | BoostSuggestionInjector - Call to a member function getGuid() on null | <!---
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
Sentry error found
### Steps to reproduce
See Sentry
### Platform information
Web
### What is the current *bug* behavior?
Error thrown out
### What is the expected *correct* behavior?
Should return null if nothing found or the next boost along - to discuss.
### Relevant logs and/or screenshots
https://minds-inc.sentry.io/issues/3936946297/?query=is%3Aunresolved&referrer=issue-stream
### Possible fixes
Check whether Boost exists | 1 |
10,152,778 | 125,108,494 | 2023-03-10 15:41:01.183 | Add Boost end dates to Mautic custom fields | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Enable Minds team to build Mautic campaigns that respond to Boosts completing, e.g. to understand how satisfied customers are with their Boost.
## What needs to be done
Add custom fields to Mautic contacts that indicate when their last cash and token Boosts completed.
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 124,983,728 | 2023-03-08 16:40:07.446 | UXD: Create Boost flow from Boost console | <!---
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
Enable users to create Boosts (channel + activity Boosts) from the Boost console so that more Boosts can be made.
## What needs to be done
Design a flow and UI to be able to create a Boost from the Boost console.
- Channel Boost (can use existing "Boost channel" modal)
- Activity Boost (can use new "Boost latest post" flow?)
## 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.
--->
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1289%3A23979&t=4NEzNgVJFOP9qobH-1)
![1_Boost_Post_From_Console](/uploads/bea7217870cd4c219e6eff6a35144947/1_Boost_Post_From_Console.png)
![2_Boost_Channel_From_Console](/uploads/c78bc0cfa3725bc485957725eb3eb36f/2_Boost_Channel_From_Console.png)
![Boost_Mobile_Console](/uploads/3a1f44ff66b8e3977ed9deec08dc2fc3/Boost_Mobile_Console.png)
![Boost_Mobile_Console_2](/uploads/dbd8014be3fe9e0d923b6a966fa1a446/Boost_Mobile_Console_2.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 124,929,574 | 2023-03-07 23:38:50.319 | Web: Redirect Earn link in navigation to earning blog | <!---
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
Teach Minds community about the various mechanisms by which they can earn on Minds, including the new affiliates program.
## What needs to be done
Change the existing `Earn` link in the site navigation to point to the following blog URL: https://www.minds.com/info/blog/how-to-earn-on-minds-1486070032210333697
![image](/uploads/59b85f68404893b21a97fab89b1dc743/image.png)
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Link points to blog (@markryansallee to provide).
- [x] Delete the earn modal
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,929,487 | 2023-03-07 23:33:44.554 | UXD: Update referrals screen with affiliates requirements | <!---
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
Incentivize and enable Minds users to refer new users to join Minds and transact.
## What needs to be done
Update the existing [Referrals screen](https://www.minds.com/settings/other/referrals).
- Rename to Affiliates
- Promote ways that affiliate referrals can earn money
- Include existing mechanisms for generating referrals (copying link, emailing link, etc.)
- Update the `My referrals` table to log accounts you've referred, with a running total of earnings they've generated for you
![image](/uploads/26030c5b84c52470d4c33e925d5caede/image.png)
## 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.
--->
[Figma](https://www.figma.com/file/NfZCO1DzPnw4YTzVKOu8O7/Referrals?node-id=717%3A18384)
![afills-invite](/uploads/d6d230566f9e5c26bcb05bfd782502c0/afills-invite.png)
![afills-creator](/uploads/675f955d957f671cf092760f2ef9cb98/afills-creator.png)
![afills-web](/uploads/685a9c4dec375016aa3c76f97cb949df/afills-web.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## User testing and notes
<!---
Who does this user impact and why (optional)
--->
- link to userbrain test
```
Hi @username,
Hope you're having a great day so far. We wanted to invite some of our awesome community to try out some improvements and tweaks we are making to the product to try and make the experience on Minds that much more smoother.
The link below is a prototype and a quick user task, where we have reworked our referrals program to be a more cohesive experience, and one where expectations are established early in terms of the potential revenue one can earn if they choose to refer!
[Prototype 1](https://participate.userbrain.com/Z0OQMV)
Once again, thank you so much for your time, and if you have some feedback or thoughts for us, don't hesitate to reach out at @design or @info.
Cheers,
Chaitanya Prashant
Design @ Minds
```
- Participants -> users who have been users of Minds for more than 3 weeks, and were active at least within a 1-3 day window prior to the day our recruitment email gets sent out.
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 124,928,649 | 2023-03-07 22:58:53.817 | Add Minds+ content section to Content Policy | <!---
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
Communicate the Minds+ premium content policy in human-readable terms in our Content Policy so that customers can be informed before we begin enforcing the policy.
## What needs to be done
Add a new section to the [Minds Content Policy](https://www.minds.com/content-policy), below `Boost policy` and above `Spam policy`, with the following copy:
---
### Minds+ premium content policy
Minds+ aims to create a unique and engaging feed for its users, and to this end we require that any content monetized through Minds+ is original and exclusive to Minds+. We will not monetize content that exists anywhere else on the internet.
We adhere to US copyright law, including the concepts of "fair use" or "threshold of originality." We will not monetize content that infringes on the intellectual property rights of others or violates any laws, including copyright, trademark, or privacy laws.
To meet the "threshold of originality" standard, content must be sufficiently creative and original. We reserve the right to determine whether content meets this standard.
Other restrictions on monetized content also apply. See the [full Minds monetization terms](https://www.minds.com/p/monetization-terms) for more details.
Dos:
- Post original status updates and blogs
- Post original images and videos
- Post original memes derivative of pre-existing memes
Don'ts:
- Re-post memes, photos, videos, or other content others created
- Post content to Minds+ that is available outside of Minds+
- Post NSFW content to Minds+
If you believe that your content has been wrongly rejected or removed, you may contact our support team to appeal the decision. However, we reserve the right to make the final determination regarding the eligibility of content for monetization on Minds+. For more, please see the [Minds Monetization terms of service](https://www.minds.com/p/monetization-terms).
#### Violations
- First violation - Content loses Minds+ premium content status & a strike is earned
- Second violation - Content loses Minds+ premium content status & a strike is earned
- Third violation - Content loses Minds+ premium content status & offender loses the ability to publish Minds+ premium content
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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] Content is as above
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 124,830,283 | 2023-03-06 23:22:01.312 | Web: Add context to previews of paywalled premium content | <!---
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
Increase engagement with PREMIUM content from Minds+ subscribers by making the posts more appealing / engaging to users without Minds+ subscriptions.
## What needs to be done
- Update the presentation of Minds+ paywalled content
## 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.
--->
At a high level, changes fall into three categories:
1. Expose text content for media-based posts
2. Add social proof context to paywalled posts (e.g. Bill follows Jack)
3. Reduce blur of images for image-based posts
#### 1.
[Figma](https://www.figma.com/file/lkwynaYCljUsoeFTqTNJJr/Minds%2B-Paywall?node-id=0%3A1&t=cgizQiiqxEyXdgPW-1)
**Continue Reading Added: Similar use to 'See More' however in this case we use the primary color for the link to serve as a distinguishing factor between the two. Also, when 'Continue reading' is clicked it will open up the Minds+ Modal to subscribe to Minds+ just like the 'Unlock Post' button.**
![1_Continue_reading_added](/uploads/372173ea98f7be2669896d0486b58aa1/1_Continue_reading_added.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
- Deploy as an experiment and measure for engagement
- Secondary metric: Users clicking "Unlock" button
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Expose the text of images and videos
- [ ] When a paywalled post, see more should now be called 'Continue reading'.
- [ ] When clicking 'Continue reading' it should unlock the post
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 124,830,166 | 2023-03-06 23:16:17.456 | Web: Used a dot to indicate new content in Discovery | <!---
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
Increase engagement and new channel discovery by increasing visits to the Discovery tab.
## What needs to be done
- Add a notification dot on the nav icon for Discovery that indicates new content.
- When the user navigates to Discovery, the dot is cleared
- The dot stays cleared for 24 hours
## 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.
--->
[Figma](https://www.figma.com/file/tHjd7fqgBiiTHRTNq5Ltfp/Web---Composer-and-Sidebar-updates?node-id=223%3A7879&t=89HUIWTvGeOE6Dx0-1) contains animation and hover states
![Dot_Over_Discovery](/uploads/0a9e1ee4f57a31ec8242a7f61ae88c48/Dot_Over_Discovery.png)
**Spec sheet**
![Screen_Shot_2023-03-06_at_4.07.32_PM](/uploads/c59978f877afebbeb22d40d6d4a302e9/Screen_Shot_2023-03-06_at_4.07.32_PM.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
- Implement as an A-B experiment
- Measure visits to Discovery page
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] Add a notification dot on the nav icon for Discovery that indicates new content.
- [ ] When the user navigates to Discovery, the dot is cleared
- [ ] The dot stays cleared for 24 hours
- [ ] Run as an experiment
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,829,878 | 2023-03-06 23:04:22.710 | Web: Highlight comments from Minds+ subscribers | <!---
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
Increase reach and engagement for Minds+ subscribers by highlighting their comments in comment threads.
## What needs to be done
Make comments from Minds+ users stand apart from other comments by visually differentiating them.
## 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.
--->
[Figma](https://www.figma.com/file/QJiT80vS4yOyprLiafWfbM/Comments?node-id=107%3A1973&t=JIBcctypGnhH7h6Y-1)
**Web**
**Specs for Web**
![Screen_Shot_2023-03-06_at_2.32.39_PM](/uploads/a50acb59d9a097005f9697e40d26ee03/Screen_Shot_2023-03-06_at_2.32.39_PM.png)
![Screen_Shot_2023-03-06_at_2.18.20_PM](/uploads/2711503cd4d4f7aa2ab417f7c16ee157/Screen_Shot_2023-03-06_at_2.18.20_PM.png)
**Dark Mode Example**
![Dark_Mode_1](/uploads/8dea5f48943a5314c34e72be10a404f1/Dark_Mode_1.png)
**Light Mode Example Replies Expanded**
![Light_Mode_1](/uploads/b5dabb031dad639a355fbadf205dcfce/Light_Mode_1.png)
**Light Mode Example Comment In Replies**
![Light_Mode_2](/uploads/84944e63f418385652c0bc2ccd6f395d/Light_Mode_2.png)
**Mobile**
**Specs for Mobile**
![Mobile_Specs](/uploads/92c6e083e17e4cf52a80605bc36986ac/Mobile_Specs.png)
![Light_Mode_Mobile](/uploads/21ab2d7ff1c75cebb79125c93a4491d5/Light_Mode_Mobile.png)
**Dark Mode**
![Mobile_Share_Comments](/uploads/c9c47facebeb39779638d4846f91aae5/Mobile_Share_Comments.png)
**Light Mode**
![Light_Mode_Mobile](/uploads/90cc894c62acfea0f9acbd5c1bf4b55f/Light_Mode_Mobile.png)
**Mobile**
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] A highlight background shows on Minds+ comments
- [ ] Show a Minds+ icon next to the name of the commenter
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 124,829,520 | 2023-03-06 22:52:22.413 | Web: Reorganize Boost navigation links | <!---
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
Make links to Boost console accessible and consistent with other patterns on the app / site.
## What needs to be done
Spec placements of Boost links in app / site navigation. Spec where links go to.
## 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.
--->
[Figma](https://www.figma.com/file/jscTsxloVCRPwAm4LM2E6g/Navigation-Links-Update?node-id=7%3A326&t=FHCMY2tLdWUZwjNV-1)
**Old Design**
![Old](/uploads/2d5f0fe967635f4ba434419a891cc79d/Old.png)
**New Design: Boost button will now open up the boost console similar to the Supermind button**
![New](/uploads/61669a863a2e3ab3610fdbfe9de6f6ec/New.png)
**Have an A/B test to show a profile dropdown with Boost Console swapped for Boost Channel**
![Profile_Dropdown](/uploads/231b6b428ab08d760c68d04e16d5934c/Profile_Dropdown.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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] Swap out the boost links as above
- [x] Run experiment on the Boost Channel / Boost console (top right dropdown).
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,819,620 | 2023-03-06 19:14:48.804 | Display click counts in Boost console | <!---
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
Show ROI for Boost buyers by reporting on how many link clicks their Boost drove.
## What needs to be done
Add a metrics column/row to display count of link clicks that originated from the Boost.
[A separate issue is adding tracking of those clicks](https://gitlab.com/minds/minds/-/issues/3819).
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Add number of clicks column to boost console
- [ ] Presume `total_clicks` will be passed with the summary
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,701,890 | 2023-03-03 16:57:58.473 | Holding rewards have dash in historic entries as well, not only first page | <!---
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
Holding rewards have dash in historic entries as well, not only first page
### Steps to reproduce
1. Go to your wallet
2. Change a date to previous day
3. See that it still shows same, as on first page
![image](/uploads/8747b38873a086f608f60039c2b9beae/image.png)
### Platform information
win10, brave
### What is the current *bug* behavior?
The holding rewards show as `-` on previous days
### What is the expected *correct* behavior?
Holding rewards should show that days amounts on previous days
### 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) | 1 |
10,152,778 | 124,643,621 | 2023-03-02 18:49:46.824 | No jury ran since october | <!---
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've been looking through the jury data, and it appears that no jury ran since october:
![image](/uploads/e0e531677807947effef58b66329cab2/image.png)
### Steps to reproduce
irrelevant
### Platform information
irrelevant
### What is the current *bug* behavior?
No jury triggered
### What is the expected *correct* behavior?
Jury should be triggered
### 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) | 3 |
10,152,778 | 124,642,508 | 2023-03-02 18:19:55.822 | Vitess issues | <!---
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?
Vitess is
### What is the issue?
Issues with Vitess
### What username are you logged in with?
Any user
### Console logs
N/A | 1 |
10,152,778 | 124,641,474 | 2023-03-02 17:54:44.938 | Update link in the "You got a strike" email | <!---
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
Update link in the "You got a strike" email
### Steps to reproduce
1. Get a strike
2. Open email
3. Inspect the "log in" link
### Platform information
irrelevant
### What is the current *bug* behavior?
Link links to wrong place
### What is the expected *correct* behavior?
Link should link to the right place
### Relevant logs and/or screenshots
This is how hovering log in looks like:
![image](/uploads/47c986c3b1e46e4e38cc65c3a7699142/image.png)
The link is `https://www.minds.com/settings/reported-content` but it should be `https://www.minds.com/settings/other/reported-content`
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 124,636,035 | 2023-03-02 16:08:38.179 | Cannot Boost blog entities | <!---
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
Blog entities can not be boosted currently - only the activity in your "all" filtered channel page or a global feed like the newsfeed and discovery.
# Areas of known failure
- SEP (we seem to be linking through to the entity guid for blogs rather than the GUID when clicking timestamp, thus it fails).
- Blog page.
- Blog filtered channel feed.
### Steps to reproduce
Try to boost a blog from either the filtered channel feed by blog OR from the actual blog page its self.
### Platform information
Web, likely mobile too.
### What is the current *bug* behavior?
Cannot Boost a blog from these places because it is not an activity.
### What is the expected *correct* behavior?
**TBC** - options include
- Have a check in the boost endpoint that looks up linked activities for Blogs and boosts that.
- Export the activity GUID with the blog and Boost the activity GUID from the front end
- Get rid of Boost buttons for these entities / warn on click / redirect to the activity if possible.
- Anything else?
### Relevant logs and/or screenshots
![image](/uploads/6b1ac25c1b35ae185971781b23c55e91/image.png)
### Possible fixes
Some efforts were undertaken during the development of #3773 (despite being outside of the AC) which are [outlined here](https://gitlab.com/minds/minds/-/issues/3773#note_1299114625) to make the filtered channel page show activities for Boosts - however, this was not possible as there is no indexed value that uniquely identifies blogs under `minds-search-activity`. It was then noticed that this also applies to Boosting directly from the blog page. | 3 |
10,152,778 | 124,585,724 | 2023-03-01 22:36:23.313 | Add Boost to SEPs | ## Goal
As a Minds, I want to increase Boost inventory supply so that I can better fulfill the demands of customers.
As a creator, I want to earn revenue from Boost partners by serving Boost inventory on my pages.
## What needs to be done
Add a channel boost slot to sidebar on desktop SEPs.
## 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.
--->
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=624%3A15232&t=2b8qBAuf6eUwpZrw-1)
**SEP Channel Boost in Sidebar**
![SEP_Channel_Boost_Sidebar](/uploads/1e5457d815cc20903ee06706a1c3d783/SEP_Channel_Boost_Sidebar.png)
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
Use the boost partner experiment
## Acceptance Criteria
- [x] Display one single boost on the single entity pages
- [x] Do not display the boost if the the content owner has disabled serving boosts
- [x] Ensure client meta 'served by' is set
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 124,585,111 | 2023-03-01 22:16:32.966 | Cant make posts into minds+ | <!---
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 wanted to post something into plus, but was unable to because of internal server error
### Steps to reproduce
1. Try creating a post (image or text)
2. See that you get an error on trying to submit (checkbox checked, hashtags added)
### Platform information
win10, brave
### What is the current *bug* behavior?
Cant post into plus
### What is the expected *correct* behavior?
Should be able to post into plus
### Relevant logs and/or screenshots
![image](/uploads/912ec087eee44e2fb443df5910c1d4d2/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 0 |
10,152,778 | 124,579,539 | 2023-03-01 20:12:41.931 | UXD: Hide suspected spam comments | <!---
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
Reduce impact of spam by hiding comments that are suspected of spam.
## What needs to be done
We can automatically identify that comments are spam with a high degree of accuracy, but still want human review before they're removed from the site. When a comment is automatically identified as spam -- but before human review -- we should hide the comments from view, and enable the community to show the comments and give feedback about whether or not the automatic spam detection was accurate.
[We got some feedback from the community about a feature like this here](https://www.minds.com/newsfeed/1437588985613389832).
## 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.
--->
![spam-desktop-flow](/uploads/058ece18040f14aabed0e0de627a8868/spam-desktop-flow.png)
![spam-mobile-flow](/uploads/9dbfd27935547e929725a41d77217e02/spam-mobile-flow.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## User testing
<!---
Who does this user impact and why (optional)
--->
- Link to draft -> https://www.notion.so/chints98/Minds-spam-comments-userbrain-test-draft-e4c52c7020ce4e499f4a48c578bf7532?pvs=4
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments
UXD: | 3 |
10,152,778 | 124,578,866 | 2023-03-01 19:56:42.985 | UXD: Used a dot to indicate new content in Discovery | <!---
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
Increase engagement and new channel discovery by increasing visits to the Discovery tab.
## What needs to be done
Use a notification dot on the nav icon for Discovery that indicates new content.
## 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.
--->
[Figma](https://www.figma.com/file/tHjd7fqgBiiTHRTNq5Ltfp/Web---Composer-and-Sidebar-updates?node-id=223%3A7879&t=89HUIWTvGeOE6Dx0-1) contains animation and hover states
**Web**
![Dot_Over_Discovery](/uploads/c4e132ea648beeba812c61bfe14a8c21/Dot_Over_Discovery.png)
**Spec sheet Web**
![Screen_Shot_2023-03-06_at_4.07.32_PM](/uploads/1f02f93952a39391b744d590d1f7d493/Screen_Shot_2023-03-06_at_4.07.32_PM.png)
**Mobile**
![Search_Mobile](/uploads/0dc88b6fc66a4fbc85e040e4459b166d/Search_Mobile.png)
**Spec sheet Mobile**
![Search_Mobile](/uploads/dfc1d9f410826792fa2766a5a9919ce6/Search_Mobile.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,376,780 | 2023-02-27 18:29:57.003 | UXD: Update Boost Console location in mobile settings | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
## 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.
--->
[Figma](https://www.figma.com/file/jscTsxloVCRPwAm4LM2E6g/Navigation-Links-Update?node-id=24%3A309&t=FHCMY2tLdWUZwjNV-1)
**Surface the 'Boost' setting above Supermind on mobile**
![Menu](/uploads/db685295296ee6ba81ae9ada6cfdf0da/Menu.png)
**Remove 'Boost Console' setting option under settings**
![Remove_Boost_Console_setting](/uploads/54f0e225cce5871f9a8014ad12d411c3/Remove_Boost_Console_setting.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |
10,152,778 | 124,215,769 | 2023-02-23 19:47:07.065 | Migrate new user marketing emails to Mautic | <!---
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
Move new user onboarding emails to Mautic for more rapid testing and iteration cycles.
## What needs to be done
Stop sending the following emails from the backend, and start sending them from Mautic.
- Welcome to Minds
- What do you think of Minds?
- Get paid for your posts
- Friends help friends
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Stop sending the emails cited above from the backend
- [ ] Coordinate with Ryan to start sending those emails from Mautic
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 124,092,454 | 2023-02-22 00:01:45.043 | Record click events on links in activity 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
Improve Boost ROI by being able to report on how many clicks Boosts drive.
## What needs to be done
Record click events for links in activity posts.
Successful link clicks include:
- Clicking a link in the body of an activity post
- Clicking a link preview in an activity post
- Clicking to load/play an embed from a link (e.g. playing an embedded YouTube video)
If the activity post appears as a Boost, the click event should have context relating clicks to that Boost so that the Boost results can report clicks.
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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] Create a new topic for click events
- [x] Boosts should subscribe to the topic and update the boost summaries. Add a new column for clicks.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 124,000,957 | 2023-02-20 14:30:15.759 | Oldest Expired supermind was created on 4th January | <!---
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 have looked into superset table for Supermind, and it seems like we have not had an expired Supermind for a while. Latest expired supermind was created on 4th January.
Checking supermind console, I can see that console claims a supermind has been expired, but in the apis it's status 1, Created
### Steps to reproduce
Check Superset and see no Superminds have been expired since 4th of Jan.
### Platform information
Runners
### What is the current *bug* behavior?
Runners seem to be erroring out stopping new Superminds from being marked as expired.
### What is the expected *correct* behavior?
Should run without error.
### 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
See below comment | 2 |
10,152,778 | 124,652,659 | 2023-02-17 16:10:22.506 | Update Boost Settings UI to introduce new setting options | <!---
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
- Add value to Minds+ subscription prop
- Give Minds+ customers more control of their content
- Give content owners more control over how their content is presented
- Enable eligible customers to earn more from Boost partners by enabling more lucrative audience targeting
## What needs to be done
Enable Minds+/Pro subscribers to disable Boosts on their content, including channel pages, SEPs, etc.
Bonus if the control is exposed to non-subscribers and used as a point of converting to a Minds+ subscriber.
Give all users an option to enable/disable Controversial Boosts from appearing on pages they own (channel pages, SEPs, etc.).
## 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.
--->
See https://gitlab.com/minds/minds/-/issues/3699
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
Boosters
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
Boost partner epic
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] UI implemented adhering to designs on https://gitlab.com/minds/minds/-/issues/3699
- [ ] Implement new configuration column value for boost serving
- [ ] Settings page should call a new endpoint that returns specific boost settings
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 123,752,522 | 2023-02-15 19:55:32.188 | UXD: Reorganize Boost navigation links | <!---
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
Make links to Boost console accessible and consistent with other patterns on the app / site.
## What needs to be done
Spec placements of Boost links in app / site navigation. Spec where links go to.
## 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.
--->
[Figma](https://www.figma.com/file/jscTsxloVCRPwAm4LM2E6g/Navigation-Links-Update?node-id=7%3A326&t=FHCMY2tLdWUZwjNV-1)
**Old Design**
![Old](/uploads/f879360c047e6cf98334f63310761f38/Old.png)
**New Design: Boost button will now open up the boost console similar to the Supermind button**
![New](/uploads/70a0ed71f3db0651cfe643b16dc2f8bd/New.png)
**Have an A/B test to show a profile dropdown with Boost Console swapped for Boost Channel**
![Profile_Dropdown](/uploads/5bd16196cd8d2dc393f76f08c8b00431/Profile_Dropdown.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 123,748,539 | 2023-02-15 18:24:50.021 | App crashes when opening camera for human detector | <!---
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
Michael Robinson reports that the Minds app crashes on his phone when opening the camera for the human detector.
### Steps to reproduce
- Launch the human detector
- Click `Continue` to navigate to the camera screen
### Platform information
- Android I think
### What is the current *bug* behavior?
- The app crashes
### What is the expected *correct* behavior?
- The app opens the camera to read the numbers the user wrote down
### Relevant logs and/or screenshots
Michael Robinson may be able to provide diagnostics
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 123,744,764 | 2023-02-15 17:10:42.046 | Verification code notification covers the "Continue" button | <!---
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 in-app verification code notification covers the `Continue` button in the human detector and it's not obvious how to proceed.
### Steps to reproduce
- Launch the human detector
- Receive the in-app notification with the verification code
### Platform information
- iPhone 12 Mini + iOS 16
### What is the current *bug* behavior?
- The `Continue` button is hidden behind the in-app notification
### What is the expected *correct* behavior?
- Design to recommend
### Relevant logs and/or screenshots
![image](/uploads/6239330c592edfb254c44b0a5155af5d/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
- Move the Continue button to the bottom.
- Make the toast more visible. | 3 |
10,152,778 | 123,744,696 | 2023-02-15 17:07:58.491 | OCR can't read my writing | <!---
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 can't get the OCR for human detector to detect my writing.
I've not been able to complete the process with various attempts at writing the code.
### Steps to reproduce
- Start human detector
- Receive the verification code notification
- Write down on paper the verification code
- Tap "Continue"
- Fit the verification code into the box
### Platform information
iPhone 12 Mini + iOS 16
### What is the current *bug* behavior?
The process times out without recognizing the verification code I wrote.
### What is the expected *correct* behavior?
The app detects the verification code I wrote and proceeds.
### Relevant logs and/or screenshots
![image](/uploads/995cfbf0cf7a2f24a097bbda241f2545/image.png)
![IMG_5FD82B54EF35-1](/uploads/4e7e57a849a25d900bd31c1cc698eab7/IMG_5FD82B54EF35-1.jpeg)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 5 |
10,152,778 | 123,734,112 | 2023-02-15 14:30:04.891 | Link previews seem to not 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
Link previews seem to not work
### Steps to reproduce
1. Pick a link (list bellow)
2. Try posting it
3. see it stops loading after almost minute of tring to fetch preview
- `https://gab.com/bashynxHasBeenTaken/posts/107633575284884185` < this got me an unknown error
- `https://twitter.com/Uugher7/status/1623988168813862912` < this got me an unknown error
- `https://www.youtube.com/watch?v=w6YqZ8-1uwk` < this got me an error
- `https://www.bitchute.com/video/Wz71iokDJSc/` < no preview, error
- `gab.com` < worked
- `bashynx.com` < worked
- `https://gab.com` < worked
- `https://gab.com/bashynxHasBeenTaken` < did not work, error
### Platform information
Brave, Chrome, Win10, Prod
### What is the current *bug* behavior?
Links seem to be not loading previews
### What is the expected *correct* behavior?
Links should load previews
### 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) | 1 |
10,152,778 | 123,655,860 | 2023-02-14 12:04:22.106 | Missing top border for boosted posts | <!---
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
Missing border between boosted posts and other content
### Steps to reproduce
1. Put staging on
2. Make sure you can see boosts and recommended channels module
3. Scroll down and see missing border
4. Should be able to see it for other boosts
### Platform information
Web.
### What is the current *bug* behavior?
No border.
### What is the expected *correct* behavior?
- Should have border.
- **SHOULD NOT ADD DOUBLE BORDERS TO BOOST FEED**
### Relevant logs and/or screenshots
![image](/uploads/30ed296e866cc26721bbc3e22f3028b1/image.png)
![image](/uploads/04ea35f9d71813ee9a28fcd34303c4c9/image.png)
### Possible fixes
Styling issue may be at newsfeed layer as boost feed still looks fine | 1 |
10,152,778 | 123,329,742 | 2023-02-08 21:15:25.577 | Add CPM to Boost console for completed Boosts | <!---
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
Help customers understand the ROI of their Boosts by displaying the CPM (cost per thousand views) of a completed Boost.
## What needs to be done
Add the calculated CPM to the Boost console view of _completed_ Boosts.
A CPM result could look something like...
- $3.00
- 5 tokens
Include a tooltip (on hover) with the following copy:
> CPM is the cost per 1,000 views (cost per mille)
## 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.
--->
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1212%3A26260&t=DiAvRB18So68wqB0-1)
![Completed](/uploads/711a7fdae357d1d2cae482172870e93d/Completed.png)
![Completed](/uploads/bafa434aa7d5e85de1a4b5507cb71335/Completed.png)
![Completed](/uploads/eb131315a35c921c97618987453ca35e/Completed.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Display the CPM client side to 2 decimal places
- [ ] Token CPMs will be displayed as token amounts
- [ ] Only display the CPM for completed boosts
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 123,245,417 | 2023-02-07 21:01:20.924 | Boost feed pagination is broken. | <!---
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 feed pagination is broken.
### Steps to reproduce
Go https://www.minds.com/discovery/boost/feed
Try to scroll. Can't.
### Platform information
Web, probably effects mobile too.
### What is the current *bug* behavior?
Pagination is broken.
### What is the expected *correct* behavior?
- Pagination should work in the feed - note currently `has_more` is returning `null`.
- [TBC] Pagination should work when anywhere between 1 result and all results are stripped due to blocked users.
- [TBC] Same as above for banned users presuming we have migrated banned users from Vitess and stripped them from the feed.
### Relevant logs and/or screenshots
![image](/uploads/979ebfdb8eb13ee2f76217b45245364e/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 2 |
10,152,778 | 123,233,251 | 2023-02-07 16:33:52.013 | Gray out "Safe" audience when re-Boosting a post that was rejected for targeting "Safe" | <!---
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
Increase the success rate of Boost submissions by preventing a Boost submission to an audience category for which that activity post was already rejected.
## What needs to be done
- Given a Boost is submitted to the `Safe` audience,
- and the Boost is rejected due to `Wrong audience`,
- when the user retries the Boost via the Boost console,
- then the `Controversial` audience is pre-selected,
- and the `Safe` audience selection is grayed out.
## 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.
--->
**Web **
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1102%3A25649&t=WprtCMu8cpC8kssY-1)
![Greyed_Out_Boost_Post_Web_-_Audience_Selection_3](/uploads/a43f9ba29d5bbb16da8bc4f79eb6e096/Greyed_Out_Boost_Post_Web_-_Audience_Selection_3.png)
**Mobile**
[Figma](https://www.figma.com/file/W2xIag64EdbWUlGAQOpVHE/Boost-Update?node-id=1102%3A25652&t=WprtCMu8cpC8kssY-1)
![Greyed_Out_Boost_Post_Mobile_-_Audience_Selection](/uploads/e9c6c21bee65f73c47b323f6582c3493/Greyed_Out_Boost_Post_Mobile_-_Audience_Selection.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 1 |
10,152,778 | 123,232,035 | 2023-02-07 16:28:45.319 | Boost your latest post in-feed notice | <!---
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
Increase Boost purchases.
## What needs to be done
Design and build an in-feed notice / promotion that invites a customer to Boost their latest post.
## 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.
--->
Link to figma file - https://www.figma.com/file/dknG3y2PhgoXZZ3tzKCpN4/Boost-(in-feed-notice)---Latest-post?node-id=1%3A2
![boost-late-post-in-feed-web-assets](/uploads/66892109d32edd3e9b7504fec18b7907/boost-late-post-in-feed-web-assets.png)
![boost-late-post-in-feed-mob-assets](/uploads/62f3dd4317972470edfd4d2d7cf51d4e/boost-late-post-in-feed-mob-assets.png)
##### Desktop designs
![feed-notice-boost-post-web](/uploads/ab0259b7a3560825060cf8af36d8508c/feed-notice-boost-post-web.png)
![feed-notice-boost-post-SEP](/uploads/6193bd1c643ed908bafcd840dad3bc85/feed-notice-boost-post-SEP.png)
![feed-notice-boost-post-web-boostModal](/uploads/619a0e2d936e3736092d510c7535dcd8/feed-notice-boost-post-web-boostModal.png)
##### Mobile designs
![feed-notice-boost-post-mobile](/uploads/a6ce0cd67c3199e293e95bdd4670d64b/feed-notice-boost-post-mobile.png)
![feed-notice-boost-post-SEP-mob](/uploads/e73e63625ea58d5b6d844b2b4add84e9/feed-notice-boost-post-SEP-mob.png)
![feed-notice-boost-post-Modal](/uploads/04d34f7a7113626931615f7b5c6b6013/feed-notice-boost-post-Modal.png)
Prototype -
![minds-proto-latest-post-infeed-notice](/uploads/8884222dd84b16b748cd1a0d5b38112c/minds-proto-latest-post-infeed-notice.mov)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
Current copy to be used - Boost your latest post
In a future issue, we intend to run a small experiment where we try out the two copy variants above, to measure which message performs best in terms of conversion.
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 123,154,786 | 2023-02-06 20:00:03.252 | Vertical video displays in widescreen player | <!---
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
Some vertical videos (9:16) are displayed in widescreen (16:9) video players.
### Steps to reproduce
I've had this occur multiple times, but not 100% on the repro steps. What I think can repro is...
- Launch the composer
- Upload the video
- **As soon as the video is uploaded and the `Post` button is active, click `Post` to create the post**
- Wait for the video to finish transcoding
(Waiting to click `Post` AFTER transcoding appears to avoid this bug.)
### Platform information
MacOS + Chrome
### What is the current *bug* behavior?
The vertical video is displayed in a horizontal player.
[Example](https://www.minds.com/newsfeed/1469420770860994572)
### What is the expected *correct* behavior?
The vertical video is displayed in a vertical player.
[Example](https://www.minds.com/newsfeed/1469422004548407312)
### Relevant logs and/or screenshots
Example: https://www.minds.com/newsfeed/1469413508574613516
![image](/uploads/a1b2bb94ebc89a16fe26264d3aef4294/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 123,153,664 | 2023-02-06 19:39:11.353 | Video flickers when uploading | <!---
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 uploading a video through the Composer, the video preview image flickers with upload progress.
### Steps to reproduce
- Launch the composer
- Upload a video
### Platform information
- MacOS + Chrome
### What is the current *bug* behavior?
- A progress bar indicates progress
- The video preview image flickers
### What is the expected *correct* behavior?
- A progress bar indicates progress
- The video preview does not flicker
### Relevant logs and/or screenshots
![video_flicker](/uploads/bdbe7e038f6360e4172236e5998fe45a/video_flicker.mov)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 123,145,987 | 2023-02-06 17:07:34.824 | Content policy and refund policy links in boost modal are not clickable | <!---
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
Can't click these links:
![image](/uploads/ab70b6419eac5401a5697ac3c0c6f951/image.png)
Content policy should link: https://support.minds.com/hc/en-us/articles/11723536774292-Boost-Content-Policy
Refund policy should link: https://www.minds.com/p/terms
(I believe there was agreement both should point to same spot)
### Steps to reproduce
1. Try boosting
2. Get to the last screen
3. Test links on bottom
### Platform information
(Browser, device, system stats, screen size)
### What is the current *bug* behavior?
(What actually happens)
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 123,142,894 | 2023-02-06 16:18:51.104 | Boost v3 | On-Chain boost stuck in pending on-chain confirmation | <!---
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 have made an on-chain boost a few days ago. It's still stuck in pending on-chain confirmation
Etherscan: https://etherscan.io/tx/0x482769b6634c481377ac6bacf1fe753584f62a5c85a43a779128bfd13e3779a8
![image](/uploads/79eb89e41d33922356d7bcd5ba954e70/image.png)
### Steps to reproduce
1. Make onchain boost
2. see it will get stuck
### Platform information
(Browser, device, system stats, screen size)
### What is the current *bug* behavior?
(What actually happens)
### What is the expected *correct* behavior?
(What you should see instead)
### Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 3 |
10,152,778 | 123,129,004 | 2023-02-06 13:24:25.902 | Cannot boost from channel page with filters | <!---
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
It is not possible to boost from the channel page with video / image filters apply
### Steps to reproduce
1. Go to your channel
2. Filter by images or video
3. Try to boost a post
### Platform information
Web
### What is the current *bug* behavior?
Cannot boost, you see the below error
### What is the expected *correct* behavior?
Channel feed filters should return activity posts using the 'custom_type' field rather than type=object:image
### Relevant logs and/or screenshots
![image](/uploads/ee219b19b6fd3c7e39ddbad217e9851c/image.png)
### Possible fixes
This is because the endpoint returning the entities is returning image entities and not activities. | 2 |
10,152,778 | 123,030,915 | 2023-02-03 22:56:35.865 | Discovery > Suggested users is blank for anon users | <!---
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/discovery/suggestions/user is empty for logged-out users.
### Steps to reproduce
- Log out
- Navigate to https://www.minds.com/discovery/suggestions/user
### Platform information
- MacOS + Chrome
### What is the current *bug* behavior?
- The page appears empty with a "Load more" button
- Clicking the button does nothing
### What is the expected *correct* behavior?
- When opening the page, the Login modal should appear
### Relevant logs and/or screenshots
![image](/uploads/b71e59b900552bca5c073f9954a9a585/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 123,016,978 | 2023-02-03 16:39:42.658 | Make comments shareable | <!---
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
Give comments more viral potential by making them shareable.
## What needs to be done
Enable comments to be easily shared via copy/pasting a link, and via re-mind function.
## 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.
--->
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 124,024,807 | 2023-02-03 15:20:17.372 | Cleanup Gitlab Feature Flags | <!---
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
<!---
Clearly outline the goal of the issue and why we are doing it
--->
Remove the legacy features flags that we still have on gitlab. Also remove all the old unleash/feature code.
## What needs to be done
<!---
Clearly detail what needs to be done to achieve the goal set out above
--->
Search for existing frontend and backend flags. Remove these from the code.
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
QA will be required here
## UX/Design
<!---
Sufficient wireframes have been presented and understood by the development team. Full mockups are not required and re-usable components are encouraged.
--->
N/A
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
Devs :nerd:
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
N/A
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] All legacy features flags are removed from backend **AND** frontend
- [ ] Unleash code removed
- [ ] Remove from settings.example.php
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 122,971,080 | 2023-02-02 23:47:18.271 | UXD: Highlight comments from Minds+ subscribers | <!---
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
Increase reach and engagement for Minds+ subscribers by highlighting their comments in comment threads.
## What needs to be done
Make comments from Minds+ users stand apart from other comments by visually differentiating them.
## 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.
--->
[Figma](https://www.figma.com/file/QJiT80vS4yOyprLiafWfbM/Comments?node-id=107%3A1973&t=JIBcctypGnhH7h6Y-1)
**Web**
**Specs for Web**
![Screen_Shot_2023-03-06_at_2.32.39_PM](/uploads/e22f2753e6fdb1a59a1df48e56456f52/Screen_Shot_2023-03-06_at_2.32.39_PM.png)
![Screen_Shot_2023-03-06_at_2.18.20_PM](/uploads/f793d0eb4b215bd579ba28aecf1fc2bc/Screen_Shot_2023-03-06_at_2.18.20_PM.png)
**Dark Mode Example**
![Dark_Mode_1](/uploads/b0ea93e0af4b67f32a003c88fa46b4f7/Dark_Mode_1.png)
**Light Mode Example Replies Expanded**
![Light_Mode_1](/uploads/560d4a82861a00b4469384e82342b47d/Light_Mode_1.png)
**Light Mode Example Comment In Replies**
![Light_Mode_2](/uploads/e4e6f82e22b22f5f07ee84efba45e9d0/Light_Mode_2.png)
**Mobile**
**Specs for Mobile**
![Mobile_Specs](/uploads/7f02cd4e5c5079d4a4bc0199562c3281/Mobile_Specs.png)
![Light_Mode_Mobile](/uploads/c5606239ffcfddf29f069a7878111f01/Light_Mode_Mobile.png)
**Dark Mode**
![Mobile_Share_Comments](/uploads/8e3681722d4e7da5d66a29d5b42fafdd/Mobile_Share_Comments.png)
**Light Mode**
![Light_Mode_Mobile](/uploads/c4539f2150e85ae93496a367e14e8f03/Light_Mode_Mobile.png)
**Mobile**
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 3 |
10,152,778 | 122,971,018 | 2023-02-02 23:40:16.923 | UXD: Add context to previews of paywalled premium content | <!---
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
Increase engagement with PREMIUM content from Minds+ subscribers by making the posts more appealing / engaging to users without Minds+ subscriptions.
## What needs to be done
Design changes to paywalled activity posts to make them more engaging for users who do not have Minds+ subscriptions.
Some ideas...
- For media posts, expose all text content of the post
- Expose comments / replies to the post
- Expose familiar channel names of people who've upvoted the post
- Blur only half an image
- Unblur an image and then blur after 3 seconds on screen
- ...
## 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.
--->
[Figma](https://www.figma.com/file/lkwynaYCljUsoeFTqTNJJr/Minds%2B-Paywall?node-id=0%3A1&t=cgizQiiqxEyXdgPW-1)
**Continue Reading Added: Similar use to 'See More' however in this case we use the primary color for the link to serve as a distinguishing factor between the two. Also, when 'Continue reading' is clicked it will open up the Minds+ Modal to subscribe to Minds+ just like the 'Unlock Post' button.**
![Continue_reading_added_up](/uploads/641ec8cb49ed2663a6d2da7f78fc1cea/Continue_reading_added_up.png)
**Addition of 'X' follows 'Y' reusing the remind location. In the case where a Minds+ post is reminded and has this already on the post, the remind would supersede and take priority as the main notice on the post. This is similar to the location we used when we implemented this for Superminds. Icon used in the design is the same as the current 'Groups' material icon**
![2_Continue_reading_and__x__follows__Y__added](/uploads/05dbbaffbae56df794fdafccd7518305/2_Continue_reading_and__x__follows__Y__added.png)
![2_Continue_reading_and__X__follows__Y__added_mob](/uploads/372ac355d59b1ff4711a28bff9a73ae1/2_Continue_reading_and__X__follows__Y__added_mob.png)
**'X' and 'Z' follow 'Y'**
![3_Continue_reading_and__X__follows__Y__added__2_People_](/uploads/9a71d12a9cfc31ddbb31b1cfa723106b/3_Continue_reading_and__X__follows__Y__added__2_People_.png)
![3_Continue_reading_and__X__follows__Y__added__2_People__mob](/uploads/6efa6e18e78d2c9eced9af5299e4b70b/3_Continue_reading_and__X__follows__Y__added__2_People__mob.png)
**'X' and 'N others' follow 'Y' where N >= 2**
![4_Continue_reading_and__X__follows__Y__added__1+N__n___2_](/uploads/753d948c968066f5f0611b16cb740679/4_Continue_reading_and__X__follows__Y__added__1+N__n___2_.png)
![4_Continue_reading_and__X__follows__Y__added__1+N__n___2__mob](/uploads/a483c9d3a8408b8a1bbc941a1fcd2680/4_Continue_reading_and__X__follows__Y__added__1+N__n___2__mob.png)
| Top Bar Text | Do I follow Mark? | Do I follow Emerson? | Do I follow Jack | Do I follow 'X others' |
| ------------ | ----------------- | -------------------- | -------------------- | ----------------------- |
| Mark follows Emerson | Yes | No | N/A | N/A|
| Mark and Jack follow Emerson| Yes | No | Yes | N/A |
| Mark and 2 others follow Emerson | Yes| No | N/A | Yes |
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [ ] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## Experiments
<!---
Experiments are not required, but it should be made clear if one is expected. If experiments are required, the hypothesis should be outlined.
--->
**Control Group:** Keep the same blur amount/strength on Minds+ paywalled posts.
**Test Group:** Reduce blur amount/strength by 40% to help give the user more context to unlock the post and join Minds+ to see the full unblurred image. We will measure the unlock rate on reduced blurred vs full blurred images to see if a reduced blur leads to higher Minds+ sign-ups from 'Unlock Post'
![5_Continue_reading_and__X__follows__Y__added_and_blur_reduced](/uploads/346fe1afbc0d69a30bb2a1918eea8678/5_Continue_reading_and__X__follows__Y__added_and_blur_reduced.png)
![5_Reduced_blur_mob](/uploads/2bf83f82f7b6d449cbb6ef344a1f3b5b/5_Reduced_blur_mob.png)
## Acceptance Criteria
<!--
Everyone should be able to understand what is expected to be delivered
--->
- [ ] ...
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 5 |
10,152,778 | 122,964,102 | 2023-02-02 19:40:50.327 | Empty Boost console feeds show "Create a post" instead of "No boost" message | <!---
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
Empty Boost feeds (both Feed & Sidebar) display a `Create a post` button. The UX of this is a bit awkward -- for now we should just display `No posts` message like we do on web.
### Steps to reproduce
- Log in with an account with no Boosts
- Navigate to the Boost console
### Platform information
- iOS app
- Android app
### What is the current *bug* behavior?
- A `Create a post` message + button appears
### What is the expected *correct* behavior?
- A `No boost` message appears
### Relevant logs and/or screenshots
Mobile app:
![IMG_B9F314549CDE-1](/uploads/24a78038f762345166b0706bbbc56158/IMG_B9F314549CDE-1.jpeg)
Mobile web:
![image](/uploads/2fcc9dfc69a4f776f395e9b736fe7f73/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 2 |
10,152,778 | 122,962,858 | 2023-02-02 19:08:17.106 | When hiding a post in the Boost rotator, the Boost rotator appears blank | <!---
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 hiding a post in the Boost rotator, the Boot rotator appears blank.
### Steps to reproduce
- Visit the Newsfeed
- Click the ... menu on a post in the Boost rotator
- Choose to hide the post
### Platform information
MacOS + Chrome
### What is the current *bug* behavior?
- The Boost is removed / hidden
- The Boost rotator appears blank
### What is the expected *correct* behavior?
- The Boost is removed / hidden
- The Boost rotator advances to display the next available Boost
### Relevant logs and/or screenshots
![image](/uploads/16ebecbea1b6338fb58fedfdc136fe63/image.png)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 2 |
10,152,778 | 122,962,106 | 2023-02-02 18:53:14.875 | Audience shows as "Mature" on "Review your Boost" screen | <!---
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 label `Mature` is displayed under the selected Audience on the `Review your Boost` screen (last screen during purchase process).
### Steps to reproduce
- Start a new Boost
- Select the `Controversial` audience
- Get to the `Review your Boost` screen
### Platform information
- iOS
- Android
### What is the current *bug* behavior?
- The selected audience is labeled `Mature`
### What is the expected *correct* behavior?
- The selected audience is labeled `Controversial`
### Relevant logs and/or screenshots
![IMG_73C19A98E32C-1](/uploads/4ccd2dfef406f1c369f89de969ec8f9f/IMG_73C19A98E32C-1.jpeg)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem) | 1 |
10,152,778 | 122,961,536 | 2023-02-02 18:41:45.386 | Link to Boost content policy with rejection message in Boost console | <!---
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
Provide sufficient disclosure / communication about a Boost rejection so that the user is not confused.
## What needs to be done
Add a `Learn more` link to the Boost rejection reason in the Boost console.
Link to here: https://support.minds.com/hc/en-us/articles/11723536774292-Boost-Content-Policy
## QA
<!---
Consideration is given to how the issue will be demoed and tested prior to being deployed
--->
## UX/Design
![image](/uploads/db71e53bcbefe5fe09c6e8e1d8237f30/image.png)
## Mobile
<!---
Does a mobile card need to be created? Any notes for mobile?
--->
- [x] Is Mobile Required?
## Personas
<!---
Who does this user impact and why (optional)
--->
## 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
--->
- [ ] Add the link in above
- [ ] Learn more to go to zendesk (ryan to add)
- [ ] If the rejection reason was invalid audience, Display "Boost again" which would open the boost modal.
## Definition of Ready Checklist
- [ ] Definition Of Done (DoD)
- [ ] Acceptance criteria
- [ ] Weighted
- [ ] QA
- [ ] UX/Design
- [ ] Personas
- [ ] Experiments | 2 |