@page "/Insights"
@using BlazorFrontend.Services
@using LibraryManagement.Shared.Models
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize(Roles = "Librarian")]
@inject LibraryApiClient ApiClient
Calculating insights...
| Rank | Member | Performance | Progress |
|---|---|---|---|
|
#@(index + 1)
|
@(user.Name.Substring(0, Math.Min(2, user.Name.Length)).ToUpper())
@user.Name Member since @user.JoinedDate.ToString("MMM yyyy") |
@user.ValueLabel
Lifetime Achievement
|
|
No data available for this insight yet.