Skip to content

Refactor: Move operator queries to OperatorQueries class#688

Merged
StuartFerguson merged 1 commit intomainfrom
task/#637_operator_list
Jan 27, 2026
Merged

Refactor: Move operator queries to OperatorQueries class#688
StuartFerguson merged 1 commit intomainfrom
task/#637_operator_list

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Operator-related queries (GetOperatorsQuery, GetOperatorQuery) have been moved from the generic Queries class to a new OperatorQueries class. All usages across the codebase—including Blazor components, request handlers, API client, and tests—have been updated accordingly. The Operators Index page's data loading logic was moved to a new partial class. This improves code organization and maintainability by grouping operator-specific queries together.

Operator-related queries (GetOperatorsQuery, GetOperatorQuery) have been moved from the generic Queries class to a new OperatorQueries class. All usages across the codebase—including Blazor components, request handlers, API client, and tests—have been updated accordingly. The Operators Index page's data loading logic was moved to a new partial class. This improves code organization and maintainability by grouping operator-specific queries together.
@StuartFerguson StuartFerguson merged commit 0679036 into main Jan 27, 2026
10 checks passed
@StuartFerguson StuartFerguson linked an issue Jan 27, 2026 that may be closed by this pull request
@github-actions github-actions Bot deleted the task/#637_operator_list branch March 29, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Operator List

1 participant