Mark gift/static encounter bean as completed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 13:54:46 +01:00
parent 9aca1806f6
commit 0beb287365

View File

@@ -1,11 +1,11 @@
--- ---
# nuzlocke-tracker-rxrt # nuzlocke-tracker-rxrt
title: Support gift/static encounter marking title: Support gift/static encounter marking
status: in-progress status: completed
type: feature type: feature
priority: normal priority: normal
created_at: 2026-02-05T14:21:47Z created_at: 2026-02-05T14:21:47Z
updated_at: 2026-02-07T12:52:41Z updated_at: 2026-02-07T12:53:43Z
--- ---
Add ability to distinguish gift/static encounters in the encounter tracking interface. Currently all encounters are treated the same regardless of encounter method. The backend RouteEncounter model already has an encounterMethod field from PokeAPI (gift, walk, etc.) — surface this in the UI and potentially allow logging encounters on routes that don't have PokeAPI encounter data (e.g. starter pokemon, in-game trades). Add ability to distinguish gift/static encounters in the encounter tracking interface. Currently all encounters are treated the same regardless of encounter method. The backend RouteEncounter model already has an encounterMethod field from PokeAPI (gift, walk, etc.) — surface this in the UI and potentially allow logging encounters on routes that don't have PokeAPI encounter data (e.g. starter pokemon, in-game trades).