OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

Multi Team #91

Open mabaugh opened 4 years ago

mabaugh commented 4 years ago

Looking to use this to handle a multi team expert approach

For instance user asks question on teams and wants expert - it goes to team a

if they ask question on sharepoint and wants expert it goes to team b

is that possible?

coderkrishna92 commented 4 years ago

That would be possible. However, @mabaugh you would have fork this repo, and make the necessary changes such that you can process multiple team links. That's step 1. Step 2, would then be to make sure that you modify the "Ask An Expert" flow where the initial card has some type of a dropdown selector and it shows the names of the teams that are configured. Step 3, have the necessary code modified such that selection of team A, question is forward to team A, etc...