📁 Showcase
Collaboration

Collaboration

Frontend

1. NoticeBoard group

// owner can post something that can be viewed by employees

ensure group NoticeBoard 
  chatPermissionSet: [Owner] 
  groupPermissionSet: [Employee] 
  allowPromptAssistant: false

2. ChitChat group

// this group will be used to do conversation between employees

ensure group ChitChat chatPermissionSet: [Employee] groupPermissionSet: [Employee]