Commit Graph

2 Commits

Author SHA1 Message Date
shokollm
932bbc5b63 fix(core): update services to match issue #8 requirements
- Set created_at timestamp at service layer using time.time()
- Add PermissionError when non-creator tries to edit/delete
- Add ValueError when tracking non-existent bounty
- Rename create_bounty to add_bounty (matches spec)
- Add clear_link and clear_due parameters for partial updates
- Track timestamps for tracked bounties too
2026-04-03 08:26:07 +00:00
shokollm
c3634c5edb feat(core): implement services for issue #8 2026-04-03 07:38:58 +00:00