Worly / Appy

Web application for keeping track of appointments.
Other
0 stars 1 forks source link

Added Notes field to Appointment and Client Classes #7

Closed imhasanrazakhan closed 1 year ago

imhasanrazakhan commented 1 year ago

Hi,

I just added Notes Field to both Appointment and Client Classes.

Worly commented 1 year ago

Thank you for contributing, but to fully complete this task, the fields should be completely propagated. This means adding them to entity classes (done), making a EF migration, adding them to the DTOs, mapping them from DTOs to entity classes, and of course everything on the frontend too.

Worly commented 1 year ago

Here's how it should have looked like for the Client class only: https://github.com/Worly/Appy/commit/be3d703bb4eba9db07bcb1230739a0f546b7cfd2