microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.
MIT License
523 stars 85 forks source link

Project: For stakeholders summarized Azure Cognitive Service with Graph .net SDK #Hack #137

Open sabeehsharif opened 1 year ago

sabeehsharif commented 1 year ago

Project name

stakeholders summarized Azure Cognitive Service with Graph .net SDK

Description

Real Time Problem: As my CTO having responsibility to look after multiple projects and we as developers having multiple meeting internal external. It was challenging for him to listen or understand complete scenarios or read lengthy emails about discussion.

Solution: Using Microsoft Graph .net SDK i have created web application using ,net 7.0 for Team leads to see all emails of belongs to his project.

  1. Using Azure Cognitive Service summarizing email.
  2. From Email tab emails Team leads can select specific email.
  3. On dashboard Team lead can select Microsoft specific Teams and specific channels.
  4. From Same view team leads can post summarized discussion to teams channel.

SO higher management or CTO can understand what going on rather then reading complete email.

Configuration Details for Azure App:

dotnet user-secrets init 
dotnet user-secrets set "AzureAd:ClientId" " " 
dotnet user-secrets set "AzureAd:ClientSecret" " " 

Appsettings.json update following configuration for cognitive service application:

"ConfigurationAzure": {
    "credentials": "",
    "endpoint": ""
  }

still working on it to enhance. Getting other ideas as well.

Repo URL

https://github.com/sabeehsharif/MicrosoftGraph-HackTogether

Team members

Later

waldekmastykarz commented 1 year ago

Very cool @sabeehsharif! Would you be willing to record a short video to demonstrate the app? It's not required for the hackathon but it would help us showcase your work internally at Microsoft and publicly in the community 😊

sabeehsharif commented 1 year ago

@waldekmastykarz Thanks you can view and download the video using this one drive public Link Summarized Graph Hack