Destiny Item Manager

bungie destiny react typescript
20 Open Issues Need Help Last updated: Nov 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The "sync" feature for ornament sets incorrectly attempts to apply generic set ornaments to exotic armor pieces. This action fails because exotic items have specific ornament requirements, preventing the generic set ornament from being equipped. The proposed solution is to modify the sync functionality to automatically skip applying set ornaments to exotics, preventing the equip failure.

Complexity: 3/5
Feature: Loadouts Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue Feature: Tags Feature: Organizer

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Enhancement Good First Issue Feature: Stats

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Feature: Search Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue Feature: Armory

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Enhancement Feature: Search Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue Feature: Organizer

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue Feature: Progress

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Bug Good First Issue Feature: Item Details Popup

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Bug Good First Issue Feature: Stats

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript

AI Summary: The 'Lock items' action fails when used with the `is:unlocked` search query, returning a Bungie.net error. This happens because the query includes non-lockable items (e.g., consumables), and the system stops the entire batch operation upon encountering an error for a single item. The user suggests either pre-filtering non-lockable items or continuing the batch process despite individual item failures.

Complexity: 2/5
Bug Feature: Search Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Enhancement Good First Issue Feature: Vault Organizer

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Enhancement Feature: Compare Good First Issue Feature: Vault Organizer

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue Feature: Farming Mode

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Feature: Search Good First Issue Feature: Collections

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Feature: Search Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript

AI Summary: Modify the Destiny Item Manager's search functionality to include armor set perks in the `perk:` and `exactperk:` search parameters. This requires updating the search algorithm to correctly identify and index these perks within the item data.

Complexity: 4/5
Feature: Search Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript
Crash in Compare 5 months ago

AI Summary: Debug and fix a TypeError in the Destiny Item Manager (DIM) application's Compare feature. The error, 'TypeError: can't access property "destinyVersion", oe[0] is undefined', occurs at line 126 of Compare.tsx and indicates that the variable oe is undefined or lacks the expected property. The task involves identifying the root cause of the undefined variable, likely related to data fetching or processing within the compare functionality, and implementing a solution to handle the undefined condition gracefully.

Complexity: 4/5
Feature: Compare Good First Issue

Destiny Item Manager

TypeScript
#bungie#destiny#react#typescript