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

...

New Thread

New Reply

Models

Image RemovedImage Added

API

 


 

ActionIntended UserURIMethodRequest ParametersRequest BodyResponse BodyNotification Sent to (P2)
1Get Forum Metadata for a Projectauthorized user/forum/{projectId}GET
  


Forum
 

2
Update Forum DescriptionModerator/forum/{forumId}/description3
POST Description  
Get Threads of a Forumauthorized user/forum/{forumId}/threadsGETorder, limit, offset
 

PaginatedThreads
 

3
4
Create a Threadauthorized user/threadPOST
 

CreateThreadThread
 5

4Get a Thread by its IDauthorized user/thread/{threadId}GET
 
 


Thread
 

5
6
Create a Replyauthorized user/replyPOST
 

CreateReplyReplyThread’s Author 
7
6Get a Reply by its IDauthorized user/reply/{replyId}GET
  


Reply
 

7
8
Remove a ThreadModerator
, Author
/thread/{threadId}DELETE
    9




8Remove a ReplyModerator
, Author10
/reply/{replyId}DELETE
    




9Get Replies for a Threadauthorized user/thread/{threadId}/repliesGETorder, limit, offset
 

PaginatedReplies
 

10
11
Update a Thread’s MessageAuthor/thread/{threadId}/messagePUT
  

String
 


11
12
Update a Reply’s MessageAuthor/reply/{replyId}/messagePUT
  

String
 


12
13
Update a Thread's titleAuthor/thread/{threadId}/titlePUT
          

String
String  


13Restore a deleted threadModerator/thread/{threadId}/restorePUT



14Retrieve a paginated list of moderator for a given forumauthorized user/forum/{forumId}/moderatorsGETlimit, offset
PaginatedModerators

Future Potential Extensions

 

  • Search

    • Look for all discussions about an entity - DONE

    • Search for content

    • Tag / Category

  • Notification

    • Moderator gets notification when someone posts somethingnew thread is created - DONE

    • Author gets notification when someone responds to their post - DONE

    • Following - DONE

  • Vote (up and down) on responses

  • Flag a thread/ response as inappropriate  

  • Mark a thread as helpful

  • Be able to see that there are discussions on a file / table* - DONE

  • Be able to link to a thread - DONE

  • Moderator would be able to close a thread and link to another thread

...