View Issue Details

IDProjectCategoryView StatusLast Update
0007245Talermerchant backoffice SPApublic2022-11-04 20:53
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.9Fixed in Version0.9 
Summary0007245: SPA constantly queries for /private/kyc
DescriptionWhen the SPA is running, I see it constantly access the /private/kyc endpoint. It should:
1) Usually do this ONCE, and possibly long-poll (if KYC was indicated to be required)
2) NOT repeat the request if no KYC was needed (except maybe when the page is re-generated,
   but certainly NOT in the background, and even if the page is re-generated, maybe not ask
   *every* time).

The not long-polling is something the SPA should certainly address. The frequent requests probably too, but we MAY be able to address those as well via cache-control directives in the backend.
TagsNo tags attached.

Activities

Christian Grothoff

2022-06-06 14:32

manager   ~0018920

2432683..2d1e2b3 should address the behavior by adding cache control to the /kyc response.

Issue History

Date Modified Username Field Change
2022-05-18 11:11 Christian Grothoff New Issue
2022-05-18 11:11 Christian Grothoff Status new => assigned
2022-05-18 11:11 Christian Grothoff Assigned To => sebasjm
2022-05-18 11:11 Christian Grothoff Assigned To sebasjm => Christian Grothoff
2022-06-06 14:32 Christian Grothoff Note Added: 0018920
2022-06-06 14:32 Christian Grothoff Status assigned => resolved
2022-06-06 14:32 Christian Grothoff Resolution open => fixed
2022-06-06 14:32 Christian Grothoff Fixed in Version => 0.9
2022-06-06 14:32 Christian Grothoff Product Version => git (master)
2022-06-06 14:32 Christian Grothoff Target Version => 0.9
2022-11-04 20:53 Christian Grothoff Status resolved => closed