Display a modal of mutual subscribers to be displayed when clicking 'other' on `m-channel__mutualSubscriptions`
Goal
Now we have 'also subscribed to' blocks on channels, we want to expand to be able to see more than 2 results.
What needs to be done
We already have a modal that displays for subscribes on notifications, this is just a time ordered list. Modify this modal to support mutual 'also subscribed to'. The backend needs a slight tweak to support pagination.
QA
The modal display when relevant.
UX/Design
?
Personas
Subscribers.
Experiments
M/A
Acceptance Criteria
-
Click on the component will launch a modal (same as what is currently used to display who up-voted a post) and list any mutual subscriptions, or redirect to a channel. -
clicking directly on a channel handle will direct the user to that channel -
clicking on x others
or any of the avatars will launch a the modal.
-
-
Backend to support pagination. ie LIMIT 12,20
in the SQL statement will offset to 20-32 results.
Definition of Ready Checklist
-
Definition Of Done (DoD) -
Acceptance criteria -
Weighted -
QA -
UX/Design -
Personas -
Experiments