Files
jigaido/core/services.py
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

5.5 KiB