Category Feature - Service Layer #86

Closed
opened 2026-04-09 12:21:33 +02:00 by shoko · 0 comments
Owner

Description

Implement category management service methods.

Acceptance Criteria

  • Implement add_category()
  • Implement delete_category() (soft delete)
  • Implement list_categories()
  • Implement get_category()
  • Implement add_category_to_bounty()
  • Implement remove_category_from_bounty()
  • Implement update_bounty_categories()
  • Update list_bounties() to support category filter

Files to modify

  • core/services.py

Depends on

#85 (Category Feature - Models & Storage)

## Description Implement category management service methods. ## Acceptance Criteria - [ ] Implement add_category() - [ ] Implement delete_category() (soft delete) - [ ] Implement list_categories() - [ ] Implement get_category() - [ ] Implement add_category_to_bounty() - [ ] Implement remove_category_from_bounty() - [ ] Implement update_bounty_categories() - [ ] Update list_bounties() to support category filter ## Files to modify - core/services.py ## Depends on #85 (Category Feature - Models & Storage)
shoko added the enhancement label 2026-04-09 12:21:33 +02:00
shoko closed this issue 2026-04-09 13:25:41 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#86