Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • briar briar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 786
    • Issues 786
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briarbriar
  • briarbriar
  • Issues
  • #403
Closed
Open
Issue created May 16, 2016 by Torsten Grote@groteOwner

Blog Sharing Client Implementation

A BSP Client similar to the ForumSharingManager should be written that allows the user to

  • invite contacts to a blog
  • respond to incoming invitations to blogs
  • get all blog invitations related to one contact to be shown in the UI (private conversations?)
  • get all blogs the user has been invited, but not responded to - to be shown in the UI
  • inform invited contacts that the blog was left/removed

Here's an initial sketch of how the interface could look like:

ClientId getClientId();

void sendBlogInvitation(Blog b, ContactId contactId, String message) throws DbException;

void respondToInvitation(Blog b, ContactId contactId, boolean accept) throws DbException;

Collection<BlogInvitationMessage> getBlogInvitationMessages(ContactId contactId) throws DbException;

Collection<Blog> getAvailableBlogs() throws DbException;
Assignee
Assign to
Time tracking