This is an application designed to visualize where your money is going and how much you are bringing in. The goal is to give the ability to plan for the future effectively by being able to immediately see the changes to the plan
The most significant changes involve the addition of a new JobModel class and the creation of a Jobs table in the database. The JobModel class has been added to the ApplicationDbContext class and the AccountModel and UserModel classes have been updated to include a collection of JobModel. A new migration file has been added to create the Jobs table in the database.
A new JobModel class has been added to the application. This class includes various properties related to job details. This change can be found in the JobModel.cs file in the MoneyTrackerMigrations.Models namespace.
The ApplicationDbContext class has been updated to include a DbSet for JobModel and to define the relationships between JobModel and UserModel and JobModel and AccountModel. This change is reflected in the ApplicationDbContextModelSnapshot.cs file.
The AccountModel and UserModel classes have been updated to include a collection of JobModel. This change is also reflected in the ApplicationDbContextModelSnapshot.cs file.
A new migration file 20240524033411_33CreateJobTable.cs has been added to create the Jobs table in the database. This change is reflected in the migration file itself.
The most significant changes involve the addition of a new
JobModel
class and the creation of aJobs
table in the database. TheJobModel
class has been added to theApplicationDbContext
class and theAccountModel
andUserModel
classes have been updated to include a collection ofJobModel
. A new migration file has been added to create theJobs
table in the database.JobModel
class has been added to the application. This class includes various properties related to job details. This change can be found in theJobModel.cs
file in theMoneyTrackerMigrations.Models
namespace.ApplicationDbContext
class has been updated to include aDbSet
forJobModel
and to define the relationships betweenJobModel
andUserModel
andJobModel
andAccountModel
. This change is reflected in theApplicationDbContextModelSnapshot.cs
file.AccountModel
andUserModel
classes have been updated to include a collection ofJobModel
. This change is also reflected in theApplicationDbContextModelSnapshot.cs
file.20240524033411_33CreateJobTable.cs
has been added to create theJobs
table in the database. This change is reflected in the migration file itself.