okuda-seminar / log_service

Apache License 2.0
0 stars 0 forks source link

[Server] Imprement usecase for list log method #25

Closed Rwatana closed 1 month ago

Rwatana commented 1 month ago

Issue Number

24

Implementation Summary

This pull request implements the ListLog method in the usecase layer, allowing for the retrieval of all log records. The following modifications were made:

Scope of Impact

Particular Points to Check

Test

make test

image

Schedule

10/13

Rwatana commented 1 month ago

@nayuta-ai Please review my code.

Rwatana commented 1 month ago

@nayuta-ai I think I have modified the parts that you pointed out. Please check my code .

image

Rwatana commented 1 month ago

@nayuta-ai I think I have modified the code. Please check my PR. image

Rwatana commented 1 month ago

@nayuta-ai Regarding ListLogDTO, I separate it, and the part that automatically assigns LogID will be included in the TODO and handled in the future. Please check my code.