Versions Compared

Key

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

Use cases

...

In the second phase, we could add new features so that a user could help the community by marking a Thread is helpful, and by marking a Reply is helpful or unhelpful. 

Mockups

Phase 1

Summary View

 

Paginated Threads

Thread View

...

 ActionIntended UserURIMethodRequest ParametersRequest BodyResponse BodyNotification Sent to (P2)
1Get Forum Metadata for a Projectauthorized user/forum/{projectId}GET  Forum 
2Update Forum DescriptionModerator/forum/{forumId}/descriptionPOST String  3Get Threads of a Forumauthorized user/forum/{forumId}/threadsGETorder, limit, offset PaginatedThreads 
43Create a Threadauthorized user/threadPOST CreateThreadThread 
54Get a Thread by its IDauthorized user/thread/{threadId}GET  Thread 
65Create a Replyauthorized user/replyPOST CreateReplyReplyThread’s Author 
76Get a Reply by its IDauthorized user/reply/{replyId}GET  Reply 
87Remove a ThreadModerator, Author/thread/{threadId}DELETE    
98Remove a ReplyModerator, Author/reply/{replyId}DELETE    
109Get Replies for a Threadauthorized user/thread/{threadId}/repliesGETorder, limit, offset PaginatedReplies 
1110Update a Thread’s MessageAuthor/thread/{threadId}/messagePUT String  
1211Update a Reply’s MessageAuthor/reply/{replyId}/messagePUT String  
1312Update a Thread's titleAuthor/thread/{threadId}/titlePUT String           

Future Potential Extensions

...