feat: tenant dashboard with role-based routing (Story 20.5)#369
Merged
daveharmswebdev merged 1 commit intomainfrom Apr 16, 2026
Merged
feat: tenant dashboard with role-based routing (Story 20.5)#369daveharmswebdev merged 1 commit intomainfrom
daveharmswebdev merged 1 commit intomainfrom
Conversation
Implement tenant-facing dashboard showing property info and maintenance requests, with role-based routing that directs tenants to /tenant on login while preserving the existing landlord experience. Backend: new GetTenantProperty query returning lean property data for tenants. Frontend: tenant-dashboard feature module, tenantGuard, updated ownerGuard/ guestGuard, conditional navigation for Tenant role, shell adjustments to skip receipt/SignalR initialization for tenants. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GetTenantPropertyquery returning lean property data (name, address) for tenant users viaGET /api/v1/maintenance-requests/tenant-propertytenant-dashboardfeature module with dashboard (property card + maintenance request list with status badges, pagination) and request detail view (description, status, photos, dismissal reason)tenantGuard, updatedownerGuard/guestGuardfor role-based routing — tenants route to/tenanton login, landlords unaffectedGetTenantPropertyQueryHandler, receipt loading skipped for tenantsTest plan
dotnet buildandng buildsucceed/dashboard, landlord accessing/tenantredirected back🤖 Generated with Claude Code