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

Implement subscription history #635

Open
smallq-git opened this issue Aug 12, 2015 · 0 comments
Open

Implement subscription history #635

smallq-git opened this issue Aug 12, 2015 · 0 comments
Labels

Comments

@smallq-git
Copy link

In Frf there was a way to see your subscription history. This feature is useful for vanity and for memory.

Acceptance criteria:

  1. In my subscription history I can see following events:
    • I subscribe to user/group (You subscribed to xx's feed/yy group)
    • I request subscription to user/group (You requested subscription to xx's feed/yy group)
    • I unsubscribe from someone (You unsubscribed from xx's feed/yy group).
    • I add user/group to a friends list (You added xx to zz)
  2. Following information is available for all events: timestamp, username, action, friends list user belongs to.
  3. Old data is browsable by pages (30 events per page).
  4. Good to have data (wasn't present in Frf):
    • someone subscribes to me (xx subscribed to your feed)
    • someone unsubscribes from me (xx unsubscribed from your feed)
    • someone sends a subscription request (xx requested subscription to your feed)
    • I accept/reject someone's subscription (You accepted/rejected xx's subscription request)
    • I ban someone (You blocked xx)
    • I'm banned by someone (xx blocked you)

Page on Frf:
image

see Friends-2 spec, section Subscription History (russian-only): https://docs.google.com/document/d/1aJGR3v2O2a76U1lcDH9sJBZijeJRrdfjbh2f-pNoMLE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant