AntaresSimulatorTeam / AntaREST

API REST and WebUI for Antares_Simulator
Apache License 2.0
10 stars 6 forks source link

Matrix filter edition #1029

Open pl-buiquang opened 2 years ago

pl-buiquang commented 2 years ago

Add the same filter edition style that exist in AntaresSimulator matrix edition. This will allow to manage the number of columns and also :

Image

create-issue-branch[bot] commented 1 year ago

Branch feature/issue-1029-Matrix_filter_edition created!

pl-buiquang commented 1 year ago

The view is described here : https://www.figma.com/proto/cpacz5rCTppcKpylrFyrsg/Maquettes-Antares-Web-RTE-(Copy)?node-id=8071%3A56625&scaling=scale-down&page-id=7814%3A44986&starting-point-node-id=8071%3A56625

laurent-laporte-pro commented 1 year ago

Edgar has specified the form to be added to the view.

The filtering system already exists on the back-office side.

makdeuneuv commented 2 weeks ago

@MartinBelthle @sylvlecl @hdinia The filtering system are already exists on the back-office side ?

MartinBelthle commented 2 weeks ago

The endpoint PUT /v1/studies/{uuid}/matrixallows to replace slices of matrices according to this structure:

[{
    "coordinates": [[0, 10], [0, 11], [0,12]],
    "operation": {"operation": "=", "value": 120}
}]

It's already used in the front-end when modifying a matrix