Code review fix for PR #27 #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Review Feedback from han
PR #27: feat(adapter): implement JSON file storage adapter for issue #9
Requested Changes
1. Unit tests for adapter
Add unit tests to verify the JSON file storage adapter works correctly.
2. Duplicate tracking check
Investigate if the same bounty can be tracked multiple times. If yes, determine where the deduplication logic should be handled (in the adapter, service layer, or elsewhere).
3. Data directory reorganization
Store both rooms and tracking data under the
datafolder instead of separate directories:~/.jigaido/data/room/<room_id>.json~/.jigaido/data/tracking/<room_id>_<user_id>.jsonThis makes migration easier and keeps data organized together.