hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Add pagination support to the model services #183

Closed hoeyi closed 1 year ago

hoeyi commented 1 year ago

Summary

Add pagination support to the model services. It might be helpful to follow a PagedList<T> pattern to keep the logic for moving through / selecting pages separate.

Requirements

The implementation should cover the following: