You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a special page /requests which displays both outgoing and incoming request to subscribe. However, this page is only accessible via notification popup (which is not displayed in case of outgoing requests).
As a user who has a private feed or wants to subscribe to private feeds/groups, I want to be able to see how many requests I have (if any) and what's the status of my requests.
Acceptance criteria:
Number of incoming/outgoing subscription requests is displayed in my profile.
The number is visible only to me. Other users will not see this line when viewing my profile.
Format is: You have X incoming / Y outgoing subscription requests.
If there are no outgoing or incoming requests, this part is hidden. If neither type of request is present, the line is completely hidden.
Whole line is a link to /requests page.
When requests are approved/discarded, numbers are updated like other data on the page.
The text was updated successfully, but these errors were encountered:
Right now we have a special page /requests which displays both outgoing and incoming request to subscribe. However, this page is only accessible via notification popup (which is not displayed in case of outgoing requests).
As a user who has a private feed or wants to subscribe to private feeds/groups, I want to be able to see how many requests I have (if any) and what's the status of my requests.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: