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

refactor/#226: Separate entity classes from user interface (#233) #234

Closed hoeyi closed 11 months ago

hoeyi commented 11 months ago

Changes

Feature/refactor merge ironing out most of the functional issues with the API endpoints, excepting security measures, and completing separation of entity classes from the user interface.

Adds coverage for INotifyPropertyChanged implementation in data access layer, pushing coverage metrics into desired bounds of +50%. Leaving remaining opportunities because gaps are expected to change significantly soon.

Resolves