BorisTodor0v / team6-ikt

0 stars 4 forks source link

Changed User model, repository, service and controller #21

Closed BorisTodor0v closed 6 months ago

BorisTodor0v commented 6 months ago

Updated User model to represent what services the user is offering, salary range and traits. Created DTO to pass the new parameters in the User model when filtering users. Added the ability to filter users in the repository, service and controller.