Skip to content

Add Reporting Dashboard with role-based navigation#565

Merged
StuartFerguson merged 2 commits intomainfrom
copilot/add-reporting-sidebar-option
Jan 8, 2026
Merged

Add Reporting Dashboard with role-based navigation#565
StuartFerguson merged 2 commits intomainfrom
copilot/add-reporting-sidebar-option

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 8, 2026

Adds a new Reporting section to the Blazor Server UI, accessible to Estate role users. Provides navigation hub for transaction, settlement, reconciliation, and KPI reporting.

Changes

  • Permissions: Added Reporting to PermissionSection enum for role-based access control
  • Navigation: Added "Reporting" sidebar menu item with chart icon, visible only to authorized roles via RequireSectionAccess
  • Dashboard (/reporting): Main landing page with 4 category cards organizing 7 report types:
    • Transaction Reporting: Detail, Summary by Merchant, Summary by Operator, Product Performance
    • Settlement Reporting: Summary Report
    • Reconciliation: Settlement vs Transaction Reconciliation
    • KPI Reporting: Analytical Charts (Volume & Value)
  • Report pages: 7 individual pages at /reporting/* routes, each with consistent header, "Back to Reporting" navigation, and placeholder content area

Structure

<RequireSectionAccess Section="@PermissionSection.Reporting">
    <NavLink id="reportingLink" class="nav-menu-item group" href="reporting">
        <span class="nav-menu-icon">...</span>
        <span class="nav-menu-text">Reporting</span>
    </NavLink>
</RequireSectionAccess>

Estate role has full access to all sections including Reporting. Administrator role cannot access. Viewer role has read-only access.

Pages use existing Tailwind CSS patterns and follow established Blazor Server component structure. Report content areas ready for data integration.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • f.feedz.io
    • Triggering command: /opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/csharp/tools/linux64/Semmle.Autobuild.CSharp /opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/csharp/tools/linux64/Semmle.Autobuild.CSharp (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Reporting Dashboard</issue_title>
<issue_description>New sidebar option Reporting, only available to Estate role.

Initial screen will have links to each of the new reporting functions

  • Transaction Reporting
    Transaction Detail Report
    Transaction Summary by Merchant
    Transaction Summary by Operator
    Product Performance Report
  • Settlement Reporting
    Settlement Summary Report
  • Reconciliation
    Settlement vs Transaction Reconciliation Report
  • KPI Reporting
    Analytical Charts (Volume & Value)

This tree will also be reflected in the sidebar

As you are building this can you share screenshots
</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add reporting dashboard sidebar for Estate role Add Reporting Dashboard with role-based navigation Jan 8, 2026
Copilot AI requested a review from StuartFerguson January 8, 2026 13:04
@StuartFerguson StuartFerguson marked this pull request as ready for review January 8, 2026 13:36
@StuartFerguson StuartFerguson merged commit 5f2c3ff into main Jan 8, 2026
5 checks passed
@github-actions github-actions Bot deleted the copilot/add-reporting-sidebar-option branch March 10, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reporting Dashboard

2 participants