-
-
Notifications
You must be signed in to change notification settings - Fork 1
Planning and tracking implementation of "Virtual" event stream handlers #17
Copy link
Copy link
Closed
8 / 88 of 8 issues completedClosed
8 / 88 of 8 issues completed
Copy link
Labels
areas::infra::selfSelf-tooling that owners can directly update.Self-tooling that owners can directly update.areas::processes::executionLow-level task executionLow-level task executionareas::processes::planningHigh-level strategy and planningHigh-level strategy and planningareas::product::sourceAffects product source (code, etc)Affects product source (code, etc)capability::expertCore maintainers, complex architectural changesCore maintainers, complex architectural changescapacity::balancedBalanced workload, moderate flexibilityBalanced workload, moderate flexibilitytasks::analysis::assessmentGathering broad insights or understanding by surveying a domainGathering broad insights or understanding by surveying a domaintasks::features::newNew featuresNew featurestasks::review::designSetup, architecture or design patternsSetup, architecture or design patternstasks::review::functionalAlignment with specifications and requirementsAlignment with specifications and requirements
Metadata
Metadata
Assignees
Labels
areas::infra::selfSelf-tooling that owners can directly update.Self-tooling that owners can directly update.areas::processes::executionLow-level task executionLow-level task executionareas::processes::planningHigh-level strategy and planningHigh-level strategy and planningareas::product::sourceAffects product source (code, etc)Affects product source (code, etc)capability::expertCore maintainers, complex architectural changesCore maintainers, complex architectural changescapacity::balancedBalanced workload, moderate flexibilityBalanced workload, moderate flexibilitytasks::analysis::assessmentGathering broad insights or understanding by surveying a domainGathering broad insights or understanding by surveying a domaintasks::features::newNew featuresNew featurestasks::review::designSetup, architecture or design patternsSetup, architecture or design patternstasks::review::functionalAlignment with specifications and requirementsAlignment with specifications and requirements
Type
Projects
Status
Done
Background
See #14
Problem
An area map for the various implemented event stream handlers is needed, with careful consideration for the differences between "virtual" and "root" variants.
This area map should facilitate tracking ongoing work through sub-issues regarding "virtual" event stream handlers.
Solution
In the Windows App Community SDK, there are seven possible "virtual" event stream handlers:
Each "virtual" event stream handler is collectively used to implement the "root" event stream handlers, such as User, Project and Publisher.
The above should map 1:1 between the roaming models and the application models. Each "root" roaming model exist as a record, and the "virtual" roaming models are interfaced on these records.
In order to implement these "root" event stream handlers, we'll need finished implementations for the "virtual" variants.
This ticket serves to track and plan the implementation for these "root" event stream handlers.