Skip to content

Implement real estate API integration in Blazor UI#656

Merged
StuartFerguson merged 2 commits intomainfrom
task/#604_get_estate_details
Jan 18, 2026
Merged

Implement real estate API integration in Blazor UI#656
StuartFerguson merged 2 commits intomainfrom
task/#604_get_estate_details

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Replaces stub/mock estate data with real API calls using TransactionProcessorClient. Adds EstateMethods.cs for estate retrieval, updates APIModelFactory for DTO mapping, and refactors GetEstateQuery to remove explicit token passing. Updates dependency injection and test setup for new authentication flow. Moves common UI logic (claims extraction, navigation, tab classes) to Helpers.cs. Improves error handling and code organization throughout the estate and dashboard pages.

closes #604

Replaces stub/mock estate data with real API calls using TransactionProcessorClient. Adds EstateMethods.cs for estate retrieval, updates APIModelFactory for DTO mapping, and refactors GetEstateQuery to remove explicit token passing. Updates dependency injection and test setup for new authentication flow. Moves common UI logic (claims extraction, navigation, tab classes) to Helpers.cs. Improves error handling and code organization throughout the estate and dashboard pages.
@StuartFerguson StuartFerguson merged commit 392d0e9 into main Jan 18, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#604_get_estate_details branch March 20, 2026 01:02
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.

Get Estate Details

1 participant