Add button to filter acquisitions to unlisted stock #9

Closed
opened 2026-07-03 14:28:30 +02:00 by Sirttas · 0 comments
Owner

Summary

Add a toggle/button on the acquisitions view to filter the list so it only shows unlisted acquisitions — items that have been acquired but do not yet have an open sell order.

Motivation

When reviewing acquisitions, the useful action is spotting stock that still needs to be listed for sale. Filtering the list down to acquisitions with no active sell order lets the user quickly see what is left to list, hiding the items already on the market.

Proposed behaviour

  • A button (or toggle) in the acquisitions view UI.
  • When active, filters the acquisitions list to only those whose market type has no open sell order (unlisted stock).
  • When inactive, shows all acquisitions (current behaviour).

Correlation

  • Acquisitions have no direct link to market orders; they can only be correlated by marketTypeId.
  • An acquisition is considered listed if any open sell order exists for its marketTypeId (type-level match; quantity, character and ledger are not taken into account).
  • Open orders are available from the /market/orders endpoint (MarketOrderApi.findAllMarketOrders); no backend change required for the correlation data.

🤖 Generated with Claude Code

## Summary Add a toggle/button on the acquisitions view to filter the list so it only shows **unlisted** acquisitions — items that have been acquired but do not yet have an open sell order. ## Motivation When reviewing acquisitions, the useful action is spotting stock that still needs to be listed for sale. Filtering the list down to acquisitions with no active sell order lets the user quickly see what is left to list, hiding the items already on the market. ## Proposed behaviour - A button (or toggle) in the acquisitions view UI. - When active, filters the acquisitions list to only those whose market type has **no open sell order** (unlisted stock). - When inactive, shows all acquisitions (current behaviour). ## Correlation - Acquisitions have no direct link to market orders; they can only be correlated by `marketTypeId`. - An acquisition is considered *listed* if any open **sell** order exists for its `marketTypeId` (type-level match; quantity, character and ledger are not taken into account). - Open orders are available from the `/market/orders` endpoint (`MarketOrderApi.findAllMarketOrders`); no backend change required for the correlation data. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sirttas changed title from Add button to filter acquisitions by placed orders to Add button to filter acquisitions to unlisted stock 2026-07-05 15:43:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eveal/gemory#9