microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
213 stars 93 forks source link

If I'm a new user, I want tips showing all the new features in Graph Explorer #415

Open Shjokie opened 4 years ago

Shjokie commented 4 years ago

In the new Graph Explorer, we have new features, they are:

  1. Permissions Tab
  2. Auth Tab
  3. Adaptive cards,
  4. Graph Toolkit
  5. Code Snippets
  6. All samples together
  7. Expand response header
  8. Hide/show sidebar component.

A new user may miss out on all these new features or struggle finding things in the new version, for this reason, there is need to add tips for new users showing them around the new Graph Explorer.
AB#7488

thewahome commented 4 years ago

@bettirosengugi I'd like to understand how we would define what a new user is and when the user is no longer new. Currently we do not store any user data.

thewahome commented 3 years ago

UPDATE This would be a great component to utilize Feature flags! We can set a time window feature to filter it to two weeks. Then after two weeks the timer can switch off the new feature display

@adhiambovivian