-
Notifications
You must be signed in to change notification settings - Fork 21
Amend ADR 8: Clarify CQS Terminology #719
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
Changes from all commits
eb25eb0
9083ddd
c0926df
d433d5b
a602d14
6246617
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ codebases | |
| CODEOWNERS | ||
| COSE | ||
| CQRS | ||
| CQS | ||
| CTAP2 | ||
| deinitializer | ||
| deinitializers | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -212,7 +212,7 @@ component "Organization Reports Module" { | |
| @enduml | ||
| ``` | ||
|
|
||
| ## Reactivity ([ADR-0003](../../../architecture/adr/0003-observable-data-services.md) & ADR-0028) | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Broken reference that was caught as part of this work. There is no ADR 28, this was presumably meant to reference the Signals ADR here: #632 however that has not been merged yet.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd omit this personally as it's not part of this PR's scope. This mention has been sitting for a bit because the Angular docs are a work-in-progress. |
||
| ## Reactivity ([ADR-0003](../../../architecture/adr/0003-observable-data-services.md)) | ||
|
|
||
| We make heavy use of reactive programming using [Angular Signals][signals] & [RxJS][rxjs]. Generally | ||
| components should always derive their state reactively from services whenever possible. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.