Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/issues/missing_discord_registrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ This document tracks features that have backend implementation (Service/Handler
1. Implement `Accept` logic in `internal/duel/service.go` (e.g., coin flip, dice roll).
2. Create `internal/discord/cmd_duel.go` to handle interactions.
3. Register commands in `internal/discord/commands.go`.

- **Status Update (2026-03-21)**: `Accept` method is fully implemented, but discord commands are still not registered.
6 changes: 6 additions & 0 deletions docs/issues/resolved/duel_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,9 @@ CREATE TABLE duels (

- Confirmed `Accept` method in `internal/duel/service.go` remains unimplemented.
- **Status**: Open

## Status Update (2026-03-21)

**Implementation Status: Complete**

- Confirmed `Accept` method in `internal/duel/service.go` is fully implemented, with coin-flip resolution logic, database transactions, and integration with the user service for item deductions and rewards.
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ Verified that `internal/duel/service.go` (`Accept`) and `internal/expedition/ser
- **Compost**: Resolved. Verified implementation in `internal/compost/` including service lifecycle, engine logic, and database integration.
- **Expeditions**: Resolved. Verified implementation in `internal/expedition/` including encounter engine, skills, and background worker (`internal/worker/expedition_worker.go`).
- **Duels**: PENDING. `Accept` method still returns "not implemented". This is the last remaining item in this tracking issue.

## Status Update (2026-03-21)

- **Duels**: Resolved. Verified implementation in `internal/duel/` including service lifecycle, engine logic, and database integration.
Loading