View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008989 | Taler | merchant backoffice SPA | public | 2024-06-27 00:45 | 2024-11-12 23:56 |
Reporter | avalos | Assigned To | nullptrderef | ||
Priority | low | Severity | feature | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 1.3 | ||||
Summary | 0008989: Better pagination in merchant SPA | ||||
Description | In the backoffice, there's a small pagination annoyance. In the inventory listing, you always can advance to the next page, but you can only return to the very first page (using the button placed at the top of the list). I suspect that this pagination model is not ideal for large inventories. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
related to | 0007948 | assigned | nullptrderef | add pagination API for inventory management |
|
packages/merchant-backoffice-ui/src/hooks/webhooks.ts appears to have some unusable state management for a "go back" button, as we disregard the old items (which would be needed to get the offset) when returning the new PaginatedResult object. one option might be to use location.hash to store the offset state, allowing us to use browser navigation for this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-06-27 00:45 | avalos | New Issue | |
2024-06-27 00:45 | avalos | Status | new => assigned |
2024-06-27 00:45 | avalos | Assigned To | => sebasjm |
2024-06-27 00:45 | avalos | File Added: inventory 1.png | |
2024-07-28 21:49 | Christian Grothoff | Severity | minor => feature |
2024-07-28 22:09 | Christian Grothoff | Target Version | => post-1.0 |
2024-08-12 10:10 | Christian Grothoff | Assigned To | sebasjm => nullptrderef |
2024-08-14 15:56 | nullptrderef | Note Added: 0022980 | |
2024-08-14 15:56 | nullptrderef | Note Edited: 0022980 | |
2024-08-14 16:00 | nullptrderef | Note Edited: 0022980 | |
2024-09-14 01:01 | Christian Grothoff | Relationship added | related to 0007948 |
2024-11-12 23:56 | Christian Grothoff | Target Version | post-1.0 => 1.3 |