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

Separate entity classes from Blazor project #225

Closed hoeyi closed 11 months ago

hoeyi commented 1 year ago

Description

The Blazor project representing the application user interface has references to the underlying entity classes and deprecated DTO classes. Update the user interface to handle CRUD operations using DTO classes and API or service calls.

Trim deprecated classes and re-evaluate test code coverage for follow-up on #173.

Tasks