Planning and tracking implementation of "User" event stream handler #20
Labels
areas::infra::self
Self-tooling that owners can directly update.
areas::processes::execution
Low-level task execution
areas::processes::planning
High-level strategy and planning
areas::product::source
Affects product source (code, etc)
capability::expert
Core maintainers, complex architectural changes
capacity::balanced
Balanced workload, moderate flexibility
tasks::analysis::assessment
Gathering broad insights or understanding by surveying a domain
tasks::features::new
New features
tasks::review::design
Setup, architecture or design patterns
tasks::review::functional
Alignment with specifications and requirements
Background
See:
Problem
An area map for the various implemented event stream handlers is needed.
This area map should facilitate tracking ongoing work through sub-issues regarding "virtual" event stream handlers.
The
User
roaming record needs to be implemented as read-only and modifiable virtual event stream handlers.Solution
Implement the application model interfaces as event stream handlers, using
User
as theT
inIDelegable<T>
to represent the roaming data manipulated by the event stream handler.Use the code introduced in #15 as a template for implementing both read-only and modifiable versions of this virtual event stream handler.
To summarize:
IModifiableUser
IReadOnlyUser
User
The text was updated successfully, but these errors were encountered: