teams-dev-samples icon indicating copy to clipboard operation
teams-dev-samples copied to clipboard

Approval Scenario using Activity Feed notification - Node.js

Open Wajeed-msft opened this issue 4 years ago • 0 comments

Sample description

End User Scenario:

  1. User and manager installs App to personal scope.
  2. In Tab user can create approval request.
  3. Manager gets notification for approval.
  4. Manager can approve/reject request from Tab.
  5. User gets notified for status change.

Developer Scenario:

  1. Provide login to user and request for required permissions to send activity feed notification.
  2. Provide UI for user to raise new approval request (We can keep this information in memory storage).
  3. Send notification to user's manager abou approval request.
  4. Once approved/rejected by manager, notify user for status chage.

Docs Ref: Send activity feed notification

Are you willing to help?

Yes

Wajeed-msft avatar Aug 10 '21 18:08 Wajeed-msft