Add reportedMessage functionality of admin-service #37

Merged
22301658 merged 8 commits from admin-service into main 2025-11-23 11:17:04 +00:00
Member
No description provided.
Add reportedMessage functionality of admin-service
All checks were successful
/ check_lfs (push) Successful in 3s
/ check_lfs (pull_request) Successful in 2s
973e12026d
22345477 approved these changes 2025-11-22 21:34:45 +00:00
22345477 force-pushed admin-service from 973e12026d
All checks were successful
/ check_lfs (push) Successful in 3s
/ check_lfs (pull_request) Successful in 2s
to d9188be351
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 2s
2025-11-22 21:35:15 +00:00
Compare
Add reportedMessage functionality of admin-service
All checks were successful
/ check_lfs (push) Successful in 3s
/ check_lfs (pull_request) Successful in 2s
973e12026d
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Merge remote-tracking branch 'origin/admin-service' into admin-service
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 2s
d17158adc7
22372377 requested changes 2025-11-23 02:50:44 +00:00
Dismissed
@ -29,0 +30,4 @@
public ResponseEntity<String> removeMessageById(@PathVariable Integer id) {
// TODO: remove listing / message / whatever
adminService.removeMessage(id);
return ResponseEntity.noContent().build();
Member

CHange these to return meaningful messages

CHange these to return meaningful messages
@ -30,1 +40,4 @@
// TODO: remove listing / message / whatever
adminService.dismissReportById(id);
return ResponseEntity.noContent().build();
Member

CHange these to return meaningful messages

CHange these to return meaningful messages
Member

change them to something like this return ResponseEntity.ok(reportedMessages); or you can add a custom body look it up online

change them to something like this return ResponseEntity.ok(reportedMessages); or you can add a custom body look it up online
Update return messages
All checks were successful
/ check_lfs (push) Successful in 2s
/ check_lfs (pull_request) Successful in 4s
c452b17358
22372377 approved these changes 2025-11-23 11:03:28 +00:00
Merge branch 'main' into admin-service
All checks were successful
/ check_lfs (pull_request) Successful in 3s
/ check_lfs (push) Successful in 2s
db313acebe
22301658 deleted branch admin-service 2025-11-23 11:17:15 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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!37
No description provided.