My Suggestion:
Implementing some extra UI elements for tracking quests/bounties. Wether it be just the quests/bounties I have started/completed or a full progress report, for example:
_________________________
| Quests In Progress: 2 |
--------------------------
______________________________
| Quest / Bounty | Progress |
-------------------------------
| Kill Ratata (x3) | 1 / 3 |
| Catch a Pikachu | Incomplete |
-------------------------------
_________________________
| Completed Quests: 2 |
--------------------------
Kill Ratata (x3)
Catch a Pikachu
-----------------------
Is My Suggestion Feasable?
Simply put yes. People do quests/bounties, I should not have to remember every quest/bounty I have started when game code can do it for us, QoL is a big thing.
Extra Info:
You have most of the code implemented already for said quests just add a function to track them using a bool (true/false) for isStarted, isComplete, isIncomplete. Will be a little more for the tracking of exact numbers but a base for quests/bounties tracking with Complete/Incomplete/Started will get you started.
I assume your Complete/Incomplete tracking on Officers do something similar to this already, just would like a UI element to see which ones we have started.
PVP
Quests <<
Backpack
Pokedex
Trainer
Social