CommunityToolkit / Graph-Controls

Set of Helpers and Controls for Windows development using the Microsoft Graph.
https://docs.microsoft.com/en-us/windows/communitytoolkit/graph/overview
Other
155 stars 39 forks source link

[Feature] Enable roaming data via open extensions on all supported Graph types #87

Open shweaver-MSFT opened 3 years ago

shweaver-MSFT commented 3 years ago

Describe the problem this feature would solve

We've added the ability to store data on using open extensions on a Graph User. If we add support for the remaining types, developers will have a ton of control over how they store bits of data in the Graph, centered around the object type instead of the user.

This is helpful for scenarios that span across multiple users, such as an email message with multiple participants. Any message level details can be accessible from the message itself, vs storing the data in a separate place and managing the association manually (requiring lots of syncing shenanigans).

Describe the solution

Look for commonalities in the way open extensions work with the Graph and distill that into as generic as code as possible.

It might make sense to have an implementation for each Graph type that support open extensions.

Describe alternatives you've considered

There might also be opportunity to do a lot of this in a generic way. Be sure to validate this first, before committing to separate implementations.

Additional context & Screenshots

ghost commented 3 years ago

Hello shweaver-MSFT, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌