BorisTodor0v / team6-ikt

0 stars 4 forks source link

Changes 26-04-2024 #10

Closed BorisTodor0v closed 6 months ago

BorisTodor0v commented 6 months ago

Refactor Job and Category models to include Lombok annotations Created Rest controllers for Job and Category with CRUD operations Changed InvalidCategoryIdException and InvalidJobIdException to include error message and HttpStatus element Added new exception for creating an already existing Category Updated Job model to include the user who created the Job posting Created Data Transfer Objects for the Job model