Skip to content

Refactor estate operator add/remove to centralize token logic#677

Merged
StuartFerguson merged 1 commit intomainfrom
task/#614_remove_operator_from_estate
Jan 21, 2026
Merged

Refactor estate operator add/remove to centralize token logic#677
StuartFerguson merged 1 commit intomainfrom
task/#614_remove_operator_from_estate

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

@StuartFerguson StuartFerguson commented Jan 21, 2026

  • Remove AccessToken from Add/RemoveOperatorToEstate commands
  • Retrieve estateId dynamically in UI; no hardcoded values
  • Add AddEstateOperator/RemoveEstateOperator to IApiClient
  • API client now handles token acquisition internally
  • Request handlers delegate directly to API client methods
  • Simplifies command signatures and improves maintainability
    closes Remove Operator from estate #614
    closes Add Operator to estate #613

- Remove AccessToken from Add/RemoveOperatorToEstate commands
- Retrieve estateId dynamically in UI; no hardcoded values
- Add AddEstateOperator/RemoveEstateOperator to IApiClient
- API client now handles token acquisition internally
- Request handlers delegate directly to API client methods
- Simplifies command signatures and improves maintainability
@StuartFerguson StuartFerguson merged commit dc317b9 into main Jan 21, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#614_remove_operator_from_estate branch March 23, 2026 01:07
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.

Remove Operator from estate Add Operator to estate

1 participant