Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shweaver-MSFT opened this issue Apr 5, 2021 · 1 comment

Comments

@shweaver-MSFT
Copy link
Member

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 ghost added the needs triage 🔍 label Apr 5, 2021
@ghost
Copy link

ghost commented Apr 5, 2021

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 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant