Spaces:
Running
Running
Update app.py
Browse files
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 |
-
"
|
75 |
-
'scopes': ['
|
76 |
-
'link': 'https://
|
77 |
-
'ai_capabilities': "
|
78 |
-
'graph_solution': "
|
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']
|