View Issue Details

IDProjectCategoryView StatusLast Update
0007948Talermerchant backoffice SPApublic2025-07-11 22:20
Reportersebasjm Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Versiongit (master) 
Target Version1.3 
Summary0007948: add pagination API for inventory management
Descriptionendpoint https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-products

preferable in the limit and offset way


delta and start
https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-orders

limit and offset
https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-transfers
https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-rewards
Tagsgood first issue, ux

Relationships

related to 0008989 confirmed Better pagination in merchant SPA 
related to 0007949 resolvedChristian Grothoff unified set of parameters for endpoint with pagination 

Activities

Christian Grothoff

2024-03-18 23:11

manager   ~0021945

This is implemented as per protocol v12 (Git 5bc607b..42490d3).

Note that delta and start of
https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-orders

were deprecated and replaced with
limit and offset
in v12 as well. The *old* delta and start still work with the current implementation (protocol compatibility, yada yada), but should not be used by a v12-compatible SPA anymore.

Anyway, happy adding product pagination!

Issue History

Date Modified Username Field Change
2023-10-05 13:49 sebasjm New Issue
2023-10-05 13:49 sebasjm Status new => assigned
2023-10-05 13:49 sebasjm Assigned To => Christian Grothoff
2023-10-05 16:42 Christian Grothoff Assigned To Christian Grothoff =>
2023-10-05 16:42 Christian Grothoff Status assigned => confirmed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend
2024-03-18 23:11 Christian Grothoff Note Added: 0021945
2024-03-18 23:11 Christian Grothoff Assigned To => sebasjm
2024-03-18 23:11 Christian Grothoff Status confirmed => assigned
2024-03-18 23:11 Christian Grothoff Category mechant backend => merchant backoffice SPA
2024-08-12 17:51 Christian Grothoff Assigned To sebasjm => nullptrderef
2024-09-14 01:01 Christian Grothoff Relationship added related to 0008989
2024-11-12 23:57 Christian Grothoff Target Version post-1.0 => 1.3
2024-12-07 23:15 Christian Grothoff Relationship added related to 0007949
2025-04-17 22:46 Christian Grothoff Tag Attached: ux
2025-05-08 22:24 Christian Grothoff Assigned To nullptrderef =>
2025-05-08 22:24 Christian Grothoff Status assigned => confirmed
2025-07-11 22:20 Christian Grothoff Tag Attached: good first issue