maeve #30

Merged
22345744 merged 10 commits from maeve into main 2025-11-22 15:58:16 +00:00
Member
No description provided.
adding maven dependencies
All checks were successful
/ check_lfs (push) Successful in 2s
d1aa045154
Merge branch 'main' into maeve
All checks were successful
/ check_lfs (push) Successful in 2s
f49eb79a16
message model created - getters/setters/constructors
All checks were successful
/ check_lfs (push) Successful in 2s
6dab8566fa
mssage interface created
All checks were successful
/ check_lfs (push) Successful in 2s
c409a80c4a
message sevice added
All checks were successful
/ check_lfs (push) Successful in 3s
3a0b0af11f
Message REST endpoints added
All checks were successful
/ check_lfs (push) Successful in 2s
d900e9cb95
general fixes
All checks were successful
/ check_lfs (push) Successful in 2s
3042c1e92d
minor fixes
All checks were successful
/ check_lfs (push) Successful in 2s
34a5c387e7
Fixed maven issues and all tests are passing
All checks were successful
/ check_lfs (push) Successful in 1s
/ check_lfs (pull_request) Successful in 2s
3fdc422650
@ -0,0 +9,4 @@
import java.util.List;
@RestController
@RequestMapping("/api/messages")
Member

remove /api from this

remove /api from this
22345744 marked this conversation as resolved
@ -0,0 +40,4 @@
message.setIsRead(true);
return messageRepository.save(message);
}
return null;
Member

this null shouldnt be null as the column is not nullable

this null shouldnt be null as the column is not nullable
22345744 marked this conversation as resolved
Update backend/message-service/src/main/java/com/group3/marketplace/message/MessageController.java
Some checks are pending
/ check_lfs (push) Waiting to run
/ check_lfs (pull_request) Successful in 2s
a17f4c082f
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
2025/Marketplace_system_group_3!30
No description provided.