View Issue Details

IDProjectCategoryView StatusLast Update
0007948Talermerchant backoffice SPApublic2024-03-18 23:11
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product Versiongit (master) 
Target Versionpost-1.0 
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
TagsNo tags attached.

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