feat(trade): implement second-hand trading/flea market feature #2

Merged
lan merged 1 commits from feature/flea-market into master 2026-04-26 15:21:31 +08:00
Owner

Add complete trade functionality including:

  • TradeItem, TradeImage, TradeFavorite models with auto-migration
  • TradeRepository with CRUD and favorite operations
  • TradeService with business logic for listing, creating, updating, status management
  • TradeHandler with RESTful endpoints for trade operations
  • DTOs and converters for request/response handling

Routes include: list, get by id, create, update, delete, status update, view recording, favorite/unfavorite.

Add complete trade functionality including: - TradeItem, TradeImage, TradeFavorite models with auto-migration - TradeRepository with CRUD and favorite operations - TradeService with business logic for listing, creating, updating, status management - TradeHandler with RESTful endpoints for trade operations - DTOs and converters for request/response handling Routes include: list, get by id, create, update, delete, status update, view recording, favorite/unfavorite.
lan added 1 commit 2026-04-26 15:21:27 +08:00
feat(trade): implement second-hand trading/flea market feature
Some checks failed
Build Backend / build-docker (pull_request) Has been cancelled
Build Backend / build (pull_request) Has been cancelled
Deploy / deploy (pull_request) Has been cancelled
0ca02f7ef3
Add complete trade functionality including:
- TradeItem, TradeImage, TradeFavorite models with auto-migration
- TradeRepository with CRUD and favorite operations
- TradeService with business logic for listing, creating, updating, status management
- TradeHandler with RESTful endpoints for trade operations
- DTOs and converters for request/response handling

Routes include: list, get by id, create, update, delete, status update, view recording, favorite/unfavorite.
lan merged commit 84683d5efa into master 2026-04-26 15:21:31 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: carrot_bbs/backend#2