Document toolboxDocument toolbox

Linking from Entity to Threads

PLFM-3830 - Getting issue details... STATUS SWC-3219 - Getting issue details... STATUS

Use case

 

Mockups

File Tab View

Single File View

Toggle Discussions

Models

EntityThreadCounts

List<EntityThreadCount>

EntityThreadCount

String entityId

int count (the number of threads that the current user can view)

API

 

ActionIntended UserURIMethodRequest ParametersRequest BodyResponse Body
Get all threads that mentioned an entityauthorized user/entity/{id}/threadsGETsort, ascending, limit, offset PaginatedResults<DiscussionThreadBundle>
Get number of threads for list of entityauthorized user/entity/threadcountsPOST List<String>EntityThreadCounts

Comments

  • What does the UI look like for Table, Project, File View, and Docker?
  • Do we add up the number of threads mentioning entities within the folder to folder's thread count? No.