Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We will pick one approach and move forward. Depending on what other problems that come up during the implementation, we may switch to a different approach.

Mockups

User has not subscribe/ watch this thread and this forum.

Image Added

 

User who subscribed/ watching this thread and this forum.

Image Added

 

User logged in to unsubscribe/ stop watching this thread.

Image Added

 

Models

API

 ActionIntended UserURIMethodRequest ParamsRequest BodyResponse Body
1subscribe to a topicSynapse users who has READ permission on the object/subscriptionPOST CreateSubscriptionSubscription
2retrieve subscriptions for a list of topicsSynapse users/subscriptionPOST List<Topic>SubscriptionPage
3unsubscribe to a topicSynapse users who subscribed to the object/subscription/{subscriptionId}DELETE   
        

...