feat(core): implement services for issue #8 #25
Reference in New Issue
Block a user
Delete Branch "feat/issue-8-services"
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?
Summary
Implement business logic services:
All services orchestrate through storage ports (RoomStorage, TrackingStorage) with no implementation details.
Changes
core/services.py- RoomBountyService and TrackingServicetime.time()clear_linkandclear_dueparameters for partial updatesCloses #8
Pull request closed