PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Save item prices

Open
#6,039 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Lua
Stars
5.4k
Forks
2.4k
Avg merge
1d 12h
Merged PRs (30d)
26

Description

Check for duplicates
  • I've checked for duplicate issues by using the search function of the issue tracker
Is your feature request related to a problem?

I would like to be able to keep track of how much the items that l used for my build cost to buy, but currently price information is stripped when importing an item from the trade site

Describe the solution you'd like

Simple option:

  • When entering text into the 'Create Custom Item from Text' dialog, any lines beginning with 'Note:' could be appended to the bottom of the build notes, along with the item name

Generic option:

  • Each item could have a 'notes' field stored against it
  • When entering text into the 'Create Custom Item from Text' dialog, any lines beginning with 'Note:' would be added to the item notes
  • The notes could be displayed below the item stat text when hovering over an item
  • The notes tab would show the notes for each item, with the ability to filter by item set
Describe alternatives you've considered

l could keep track of this using a separate application, but it's not that important to me. l just thought it would be nice to have

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the “Create Custom Item from Text” dialog and the item data structures that receive imported text. Determine whether the project should support build notes or persistent per-item notes, then verify that captured prices are stored and displayed as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.