sapmentors / lemonaid

SAP Mentors Lemonaid
MIT License
29 stars 16 forks source link

Drop down menue "expertise" & "topic lead" #95

Open SveaBecker opened 6 years ago

SveaBecker commented 6 years ago

As “SAP HANA Cloud Platform” and “HANA Cloud Platform” are outdated product names they need to be replaced with the new names “SAP Cloud Platform” and topic “Cloud Platform” and probably some more...

There are quite a lot who are complaining about that... we would need someone who is familiar with all the names and just review the existing one and update them... example screenshot below:

image

steveguo1984 commented 6 years ago

Hi Seva

I can try it

Can you send me the full list?

From: SveaBecker notifications@github.com Reply-To: sapmentors/lemonaid reply@reply.github.com Date: Monday, 26 February 2018 at 8:35 PM To: sapmentors/lemonaid lemonaid@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [sapmentors/lemonaid] Drop down menue "expertise" (#95)

As “SAP HANA Cloud Platform” and “HANA Cloud Platform” are outdated product names they need to be replaced with the new names “SAP Cloud Platform” and topic “Cloud Platform” and probably some more

There are quite a lot who are complaining about that... we would need someone who is familiar with all the names and just review the existing one and update them... example screenshot below:

[image]https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F36245995%2F36670799-aa1dd42e-1af9-11e8-8dec-6158bac2babf.png&data=02%7C01%7C%7C0093fac9fbfa41feae7e08d57d15695f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636552453261653365&sdata=MICnBe33Z6MoyOtRab%2FP4kJ%2BxGEkj1Cs%2Fw55ZM6lSQk%3D&reserved=0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fsapmentors%2Flemonaid%2Fissues%2F95&data=02%7C01%7C%7C0093fac9fbfa41feae7e08d57d15695f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636552453261809606&sdata=GmFIfyBbrFcVTzl4tV1%2FE%2BysHOxCSK55L%2BB6vvCAPTY%3D&reserved=0, or mute the threadhttps://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAO8RUCy8QV2ncjXuT4HxUWVybD9HkaMZks5tYqUMgaJpZM4STKXy&data=02%7C01%7C%7C0093fac9fbfa41feae7e08d57d15695f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636552453261809606&sdata=%2B3WmTAD8Wez8sMZUcWMgC8weGLwH1nxzH6smIG017Jg%3D&reserved=0.

gregorwolf commented 6 years ago

Hi @steveguo1984 I've already started to get this issue fixed. Please check out b3dd485 and continue the work when @SveaBecker has provided you the list.

SveaBecker commented 6 years ago

Hi, Bertram Ganz from the internal Mentor team suggested to connect with the API of sap.com so that those entries will be updated automatically.... Gregor, does this make sense? I copy email from Bertram in here but it is in German, apologies, Steve. When we decide how to move forward, I can translate in English if needed:

"Aus meiner Sicht müßte der Mentor Finder das API von sap.com nutzen, um an diese Proudct oder Topic Einträge zu kommen. Wenn Du Dich selbst in sap.com einloggst und dann (oben rechts über das Context-Menü Deines Avatars) über „Write a Blog“ einen neuen Blog erzeugst, kannst Du ein Primary SAP Tag einfügen. Und genau diese Liste wird vom Tagging System (Semaphore Workbench) in sap.com gespeist. Diese Tags werden von einem Team upgedated (ich kenne Brian Bernard als Kontakt) und ich kann mir gut vorstellen, dass sich die SAP Mentors im Mentor finder genausen selbst taggen sollten, wie wenn sie in sap.com einen neuen Blog thematisch klassifizieren. Die Integration dieser sap.com tags in den Mentor Finder könnte ich selbst nicht implementieren, dazu bin ich zu wenig Entwickler. Vielleicht hilft es aber weiter, den Kontakt zu den sap.com Kollegen herzustellen, die die Tags pflegen. Man bräuchte den Zugang zum REST-API, das auch auf sap.com genutzt wird. Ohne die Integration mit dem sap.com Tag-System werdet ihr entweder immer wieder den neuesten Produktnamen, Kategorien etc. hinterherhinken (das ist kaum zu schaffen) oder ihr reduziert Euch auf wenige statische Top-Level Produkt-Kategorien und haltet die Liste dann entsprechend klein."

image

gregorwolf commented 6 years ago

Very good idea from Bertram. I've tried the API URL:

https://tagsuggestion.services.sap.com/api/v1/public/search

But that returns only 24 results. Calling:

https://tagsuggestion.services.sap.com/api/v1/public/search?primaryOnly=true

returns an error. And going through with different search terms i.e. starting with a:

https://tagsuggestion.services.sap.com/api/v1/public/search?searchTerm=a&&primaryOnly=true

will I think run again in the limit. So it would be great to get in touch with someone who is behind this API to get an API documentation. @SveaBecker can you please reach out to Brian? Perhaps @ok nows more.

SveaBecker commented 6 years ago

I received additional notes from Bertram:

you can also try to contact Helmut Tammen. He built an own SAP Community Tag list browser : https://detammenitsapcommunitytags-p001984trial.dispatcher.hanatrial.ondemand.com/index.html?hc_reset this application is also using the REST-API from the sap.com community to get those tags. Maybe it is possible to use synergies in that case... Helmut Tammen could also help us with how to get the tags and the display text into our Mentor Finder.

CBasis commented 6 years ago

Regarding the hint by Bertram about the SAP TAG BROWSER by Helmut Tammen.
Good idea. But not sure if Helmut is using the REST-API because in his WIKI he describes the source as an Excel-File which is then converted to an JSON to be consumed. => https://github.com/htammen/de.tammenit.sap.community.tags I'll ping him and ask.