Skip to content

Query groups #5

@icmx

Description

@icmx

Currencies query must support groups, like this:

?by=USDEUR,CHFCNY,AEDAUD,CADAUD

Means just 4 "groups": USDEUR, CHFCNY, AEDAUD, and CADAUD

Plus symbol allows to configure a group:

?by=USDEUR,CHFCNY,AEDAUD+CADUSD

This means 3 "groups": USDEUR, CHFCNY, and AEDAUD+CADAUD

Each group should be treated as an array:

[
  [ 'USDEUR' ],
  [ 'CHFCNY' ],
  [ 'AEDAUD', 'CADUSD', ],
]

"Group" means that all the currencies must be rendered on one chart (or one converter row)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions