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

Planning and tracking implementation of "User" event stream handler #20

Open
Arlodotexe opened this issue Feb 1, 2025 · 0 comments
Open
Assignees
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

Comments

@Arlodotexe
Copy link
Member

Arlodotexe commented Feb 1, 2025

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 the T in IDelegable<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:

@Arlodotexe Arlodotexe added 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::functional Alignment with specifications and requirements tasks::review::design Setup, architecture or design patterns labels Feb 1, 2025
@Arlodotexe Arlodotexe self-assigned this Feb 1, 2025
@Arlodotexe Arlodotexe moved this from New to Backlog in Windows App Community Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Backlog
Development

No branches or pull requests

1 participant