awacke1 commited on
Commit
6dad19d
Β·
verified Β·
1 Parent(s): 5e0521d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +47 -47
app.py CHANGED
@@ -71,11 +71,11 @@ def sticky_menu():
71
 
72
  # Define product to scope mapping, links, AI capabilities, and Graph solutions
73
  PRODUCT_SCOPES = {
74
- "πŸ“§ Outlook": {
75
- 'scopes': ['Mail.Read', 'Mail.Send'],
76
- 'link': 'https://outlook.office.com/mail/',
77
- 'ai_capabilities': "πŸ€–βœοΈ Smart email & scheduling",
78
- 'graph_solution': "πŸ“¨πŸ“… Mail, calendar & contacts API"
79
  },
80
  "πŸ“… Calendar": {
81
  'scopes': ['Calendars.ReadWrite'],
@@ -83,12 +83,54 @@ PRODUCT_SCOPES = {
83
  'ai_capabilities': "πŸ€–πŸ“… Smart scheduling & reminders",
84
  'graph_solution': "πŸ“… Calendar management API"
85
  },
 
 
 
 
 
 
86
  "πŸ“‹ Tasks": {
87
  'scopes': ['Tasks.ReadWrite'],
88
  'link': 'https://to-do.office.com/tasks/',
89
  'ai_capabilities': "πŸ€–πŸ“ Task prioritization",
90
  'graph_solution': "βœ… Task & plan management"
91
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  "πŸ—‚οΈ OneDrive": {
93
  'scopes': ['Files.ReadWrite.All'],
94
  'link': 'https://onedrive.live.com/',
@@ -101,12 +143,6 @@ PRODUCT_SCOPES = {
101
  'ai_capabilities': "πŸ€–πŸ” Smart search & tagging",
102
  'graph_solution': "🌐 Sites & lists API"
103
  },
104
- "πŸ“… Teams": {
105
- 'scopes': ['Team.ReadBasic.All', 'Channel.ReadBasic.All'],
106
- 'link': 'https://teams.microsoft.com/',
107
- 'ai_capabilities': "πŸ€–πŸ’¬ Meeting insights & summaries",
108
- 'graph_solution': "πŸ‘₯ Teams & chats API"
109
- },
110
  "πŸ“š Microsoft Bookings": {
111
  'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
112
  'link': 'https://outlook.office.com/bookings/',
@@ -119,60 +155,24 @@ PRODUCT_SCOPES = {
119
  'ai_capabilities': "πŸ€–πŸŒ Real-time translation",
120
  'graph_solution': "πŸ—¨οΈ Translation services API"
121
  },
122
- "πŸ““ Loop": {
123
- 'scopes': ['Files.ReadWrite.All'],
124
- 'link': 'https://loop.microsoft.com/',
125
- 'ai_capabilities': "πŸ€–πŸ”„ Real-time collaboration AI",
126
- 'graph_solution': "πŸ” Workspace API"
127
- },
128
  "πŸ”— Azure OpenAI Service": {
129
  'scopes': ['AzureAIServices.ReadWrite.All'],
130
  'link': 'https://azure.microsoft.com/products/cognitive-services/openai-service/',
131
  'ai_capabilities': "πŸ€–πŸ§  Custom AI model access",
132
  'graph_solution': "πŸ”Œ AI model integration API"
133
  },
134
- "🧠 Copilot": {
135
- 'scopes': ['Cognitive.Read'],
136
- 'link': 'https://www.microsoft.com/microsoft-365/copilot',
137
- 'ai_capabilities': "πŸ€–πŸš€ Cross-app AI assistance",
138
- 'graph_solution': "🧠 AI integration API"
139
- },
140
  "πŸ“’ OneNote": {
141
  'scopes': ['Notes.Read', 'Notes.Create'],
142
  'link': 'https://www.onenote.com/notebooks',
143
  'ai_capabilities': "πŸ€–πŸ“ Content suggestion & OCR",
144
  'graph_solution': "πŸ“” Notebook & page API"
145
  },
146
- "πŸ“Š Excel": {
147
- 'scopes': ['Files.ReadWrite.All'],
148
- 'link': 'https://www.office.com/launch/excel',
149
- 'ai_capabilities': "πŸ€–πŸ“ˆ Data analysis & insights",
150
- 'graph_solution': "πŸ“Š Workbook & chart API"
151
- },
152
- "πŸ“„ Word": {
153
- 'scopes': ['Files.ReadWrite.All'],
154
- 'link': 'https://www.office.com/launch/word',
155
- 'ai_capabilities': "πŸ€–βœοΈ Smart drafting & editing",
156
- 'graph_solution': "πŸ“ Document content API"
157
- },
158
- "πŸ’¬ Viva": {
159
- 'scopes': ['Analytics.Read'],
160
- 'link': 'https://www.microsoft.com/microsoft-viva',
161
- 'ai_capabilities': "πŸ€–πŸ“Š Personalized insights",
162
- 'graph_solution': "πŸ“ˆ Analytics & learning API"
163
- },
164
  "πŸš€ Power Platform": {
165
  'scopes': ['Flow.Read.All'],
166
  'link': 'https://powerplatform.microsoft.com/',
167
  'ai_capabilities': "πŸ€–βš™οΈ AI-powered automation",
168
  'graph_solution': "πŸ”§ Workflow & app API"
169
  },
170
- "πŸ’‘ PowerPoint": {
171
- 'scopes': ['Files.ReadWrite.All'],
172
- 'link': 'https://www.office.com/launch/powerpoint',
173
- 'ai_capabilities': "πŸ€–πŸŽ¨ Design & coaching AI",
174
- 'graph_solution': "πŸ“Š Presentation API"
175
- },
176
  }
177
 
178
  BASE_SCOPES = ['User.Read']
 
71
 
72
  # Define product to scope mapping, links, AI capabilities, and Graph solutions
73
  PRODUCT_SCOPES = {
74
+ "πŸ“… Teams": {
75
+ 'scopes': ['Team.ReadBasic.All', 'Channel.ReadBasic.All'],
76
+ 'link': 'https://teams.microsoft.com/',
77
+ 'ai_capabilities': "πŸ€–πŸ’¬ Meeting insights & summaries",
78
+ 'graph_solution': "πŸ‘₯ Teams & chats API"
79
  },
80
  "πŸ“… Calendar": {
81
  'scopes': ['Calendars.ReadWrite'],
 
83
  'ai_capabilities': "πŸ€–πŸ“… Smart scheduling & reminders",
84
  'graph_solution': "πŸ“… Calendar management API"
85
  },
86
+ "πŸ“§ Outlook": {
87
+ 'scopes': ['Mail.Read', 'Mail.Send'],
88
+ 'link': 'https://outlook.office.com/mail/',
89
+ 'ai_capabilities': "πŸ€–βœοΈ Smart email & scheduling",
90
+ 'graph_solution': "πŸ“¨πŸ“… Mail, calendar & contacts API"
91
+ },
92
  "πŸ“‹ Tasks": {
93
  'scopes': ['Tasks.ReadWrite'],
94
  'link': 'https://to-do.office.com/tasks/',
95
  'ai_capabilities': "πŸ€–πŸ“ Task prioritization",
96
  'graph_solution': "βœ… Task & plan management"
97
  },
98
+ "πŸ’¬ Viva": {
99
+ 'scopes': ['Analytics.Read'],
100
+ 'link': 'https://www.microsoft.com/microsoft-viva',
101
+ 'ai_capabilities': "πŸ€–πŸ“Š Personalized insights",
102
+ 'graph_solution': "πŸ“ˆ Analytics & learning API"
103
+ },
104
+ "πŸ““ Loop": {
105
+ 'scopes': ['Files.ReadWrite.All'],
106
+ 'link': 'https://loop.microsoft.com/',
107
+ 'ai_capabilities': "πŸ€–πŸ”„ Real-time collaboration AI",
108
+ 'graph_solution': "πŸ” Workspace API"
109
+ },
110
+ "🧠 Copilot": {
111
+ 'scopes': ['Cognitive.Read'],
112
+ 'link': 'https://www.microsoft.com/microsoft-365/copilot',
113
+ 'ai_capabilities': "πŸ€–πŸš€ Cross-app AI assistance",
114
+ 'graph_solution': "🧠 AI integration API"
115
+ },
116
+ "πŸ“„ Word": {
117
+ 'scopes': ['Files.ReadWrite.All'],
118
+ 'link': 'https://www.office.com/launch/word',
119
+ 'ai_capabilities': "πŸ€–βœοΈ Smart drafting & editing",
120
+ 'graph_solution': "πŸ“ Document content API"
121
+ },
122
+ "πŸ“Š Excel": {
123
+ 'scopes': ['Files.ReadWrite.All'],
124
+ 'link': 'https://www.office.com/launch/excel',
125
+ 'ai_capabilities': "πŸ€–πŸ“ˆ Data analysis & insights",
126
+ 'graph_solution': "πŸ“Š Workbook & chart API"
127
+ },
128
+ "πŸ’‘ PowerPoint": {
129
+ 'scopes': ['Files.ReadWrite.All'],
130
+ 'link': 'https://www.office.com/launch/powerpoint',
131
+ 'ai_capabilities': "πŸ€–πŸŽ¨ Design & coaching AI",
132
+ 'graph_solution': "πŸ“Š Presentation API"
133
+ },
134
  "πŸ—‚οΈ OneDrive": {
135
  'scopes': ['Files.ReadWrite.All'],
136
  'link': 'https://onedrive.live.com/',
 
143
  'ai_capabilities': "πŸ€–πŸ” Smart search & tagging",
144
  'graph_solution': "🌐 Sites & lists API"
145
  },
 
 
 
 
 
 
146
  "πŸ“š Microsoft Bookings": {
147
  'scopes': ['Bookings.Read.All', 'Bookings.ReadWrite.All'],
148
  'link': 'https://outlook.office.com/bookings/',
 
155
  'ai_capabilities': "πŸ€–πŸŒ Real-time translation",
156
  'graph_solution': "πŸ—¨οΈ Translation services API"
157
  },
 
 
 
 
 
 
158
  "πŸ”— Azure OpenAI Service": {
159
  'scopes': ['AzureAIServices.ReadWrite.All'],
160
  'link': 'https://azure.microsoft.com/products/cognitive-services/openai-service/',
161
  'ai_capabilities': "πŸ€–πŸ§  Custom AI model access",
162
  'graph_solution': "πŸ”Œ AI model integration API"
163
  },
 
 
 
 
 
 
164
  "πŸ“’ OneNote": {
165
  'scopes': ['Notes.Read', 'Notes.Create'],
166
  'link': 'https://www.onenote.com/notebooks',
167
  'ai_capabilities': "πŸ€–πŸ“ Content suggestion & OCR",
168
  'graph_solution': "πŸ“” Notebook & page API"
169
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  "πŸš€ Power Platform": {
171
  'scopes': ['Flow.Read.All'],
172
  'link': 'https://powerplatform.microsoft.com/',
173
  'ai_capabilities': "πŸ€–βš™οΈ AI-powered automation",
174
  'graph_solution': "πŸ”§ Workflow & app API"
175
  },
 
 
 
 
 
 
176
  }
177
 
178
  BASE_SCOPES = ['User.Read']