View Issue Details

IDProjectCategoryView StatusLast Update
0009076Talerexchangepublic2024-08-28 23:30
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Target Version0.13Fixed in Version0.13 
Summary0009076: consider allowing new_measures as an array when making an AML decision
DescriptionIt doesn't make much sense to restrict it to a single measure, especially if multiple pieces of data need to be requested.
TagsNo tags attached.

Activities

Christian Grothoff

2024-08-19 08:58

manager   ~0023001

I have no idea what you are talking about, there is no "new_measures". We have "new_rules" (which is a set), and "next_measures", which is already an array. There are no "new_measures" in the code or specification.

Florian Dold

2024-08-19 16:04

manager   ~0023002

I'm talking about this: https://docs.taler.net/core/api-exchange.html#post--aml-$OFFICER_PUB-decision

interface AmlDecisionRequest {
  // ...
  new_measure?: string;
  // ...
}

Is there any reason why the AML officer would only be able to activate one measure? In practice, I'd expect this to be multiple measures, to allow collecting multiple documents.

Christian Grothoff

2024-08-20 09:26

manager   ~0023007

Created b9076 for this. Incomplete SQL, would require major schema changes, not sure if measure(s) or check(s) are what you intend here, this will be a major mess. Not sure why you want this.

Florian Dold

2024-08-20 13:42

manager   ~0023014

Discussed offline: We don't necessarily need to have this, can be emulated my a meta-measure where the program activates multiple measures.

Issue History

Date Modified Username Field Change
2024-08-14 15:25 Florian Dold New Issue
2024-08-14 15:25 Florian Dold Status new => assigned
2024-08-14 15:25 Florian Dold Assigned To => Christian Grothoff
2024-08-19 08:58 Christian Grothoff Note Added: 0023001
2024-08-19 08:58 Christian Grothoff Assigned To Christian Grothoff => Florian Dold
2024-08-19 08:58 Christian Grothoff Status assigned => feedback
2024-08-19 16:04 Florian Dold Note Added: 0023002
2024-08-19 16:04 Florian Dold Assigned To Florian Dold => Christian Grothoff
2024-08-20 09:26 Christian Grothoff Note Added: 0023007
2024-08-20 13:42 Florian Dold Status feedback => resolved
2024-08-20 13:42 Florian Dold Resolution open => won't fix
2024-08-20 13:42 Florian Dold Note Added: 0023014
2024-08-26 22:29 Christian Grothoff Fixed in Version => 0.13
2024-08-28 23:30 Christian Grothoff Status resolved => closed