Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private: Display link to incoming/outgoing subscription requests in user profile #630

Open
smallq-git opened this issue Aug 10, 2015 · 1 comment

Comments

@smallq-git
Copy link

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:

  1. Number of incoming/outgoing subscription requests is displayed in my profile.
  2. The number is visible only to me. Other users will not see this line when viewing my profile.
  3. Format is: You have X incoming / Y outgoing subscription requests.
  4. If there are no outgoing or incoming requests, this part is hidden. If neither type of request is present, the line is completely hidden.
  5. Whole line is a link to /requests page.
  6. When requests are approved/discarded, numbers are updated like other data on the page.
@smallq-git
Copy link
Author

#607 is a simpler implementation of the same functionality. we can probably use whichever.

@berkus berkus self-assigned this Aug 10, 2015
@berkus berkus removed their assignment Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants