CommunityToolkit / CommunityToolkit/Graph-Controls

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

未关闭
#87 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Area: Helpers enhancement :sparkles: Helpers: RoamingSettings
主要语言
C#
星标
156
派生
38
PR 合并指标
30 天内没有已合并 PR

描述

## 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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。