hngprojects / hng_boilerplate_csharp_web

https://api-csharp.boilerplate.hng.tech
Apache License 2.0
78 stars 42 forks source link

chore(profile): Remove Email from the request body and added Department on Profile Entity #299

Closed kenelight4u closed 2 months ago

kenelight4u commented 2 months ago

Description

To remove Email from the request body and added Department on Profile Entity

Closes #issue_number_here

Changes proposed

What were you told to do?

To Remove Email from the request body and added Department on Profile Entity

What did you do?

Removed Email from the request body and added Department on Profile Entity

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

Screenshots/Videos

kenelight4u commented 2 months ago

There's an UpdateProfile class and UpdateProfileDto class. One should go. To avoid mistakenly using one in place of another. Or do they serve different purposes?

They serve different Purposes Chief.

chimaihueze commented 2 months ago

There's an UpdateProfile class and UpdateProfileDto class. One should go. To avoid mistakenly using one in place of another. Or do they serve different purposes?

They serve different Purposes Chief.

What purpose bro?