-
Notifications
You must be signed in to change notification settings - Fork 0
TECH-227: Fix routing rules #451
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a major refactoring to improve routing rules functionality, including the migration from a single observable-resource file to a modular structure, updates to party and shop data handling to use new domain object patterns, and various UI improvements for navigation and data display.
- Refactored observable-resource utilities into separate modules with improved type safety
- Updated party/shop data access patterns to use new domain object structure with
.dataand.refproperties - Enhanced navigation with dynamic labels and improved routing rule links
Reviewed Changes
Copilot reviewed 49 out of 64 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| libs/matez/src/lib/utils/operators/tap-log.ts | Added new RxJS operator for logging values |
| libs/matez/src/lib/utils/operators/filter-operator.ts | Added utility function to filter undefined operators |
| libs/matez/src/lib/utils/observable-resource/ | Split monolithic observable-resource into modular structure |
| libs/matez/src/lib/components/nav/nav.component.ts | Enhanced navigation with checkUrl support for routing rules |
| apps/control-center/src/app/sections/routing-rules/ | Updated routing rules components to use new data patterns |
| apps/control-center/src/app/shared/components/ | Updated table components to use new domain object structure |
| apps/control-center/src/app/api/ | Updated store services to use new observable-resource pattern |
No description provided.