When scanning an upgraded artifact, do not unequip the artifact
#1,470 opened on Jan 29, 2024
Repository metrics
- Stars
- (999 stars)
- PR merge metrics
- (PR metrics pending)
Description
When a user scans an artifact that is then detected as an upgrade, users have shared they do not want the location information to be set to 'unequipped'. This is because the artifact card from the Character screen never shows location information, unlike the artifact card from the Inventory screen. This lack of location is currently interpreted by the scanner as 'unequip this artifact', when users would prefer it stay equipped.
The common workflow shared is that someone will go to a character to upgrade an equipped artifact. Then they will scan that card and upload it to GO to keep their DB in sync.
This does shift the problem to the reverse case, where users who upgrade an artifact that is equipped in GO, but not equipped in game, will now see this discrepancy when they upload a scan. Based on the common workflow described above, shifting the issue like this might be a 'lesser of two evils' solution