WomenPlusPlus / deploy-impact-23-kpi-3

GNU General Public License v3.0
0 stars 3 forks source link

endpoint + SQL Query to Add value to a KPI PUT Method #72

Open maalej opened 9 months ago

maalej commented 9 months ago

the interface will come soon.

This is to submit KPI value for the economist

Related to #40

maalej commented 9 months ago

Given a KPI Id, the frontend submits the kpi_value and the kpi_date in order to insert them into the fills_in table PUT method: on

PUT kpi/kpi_id/add-value

interface is:

{
value: '55',
date: '2023-01-01',
}
Daria-Oni commented 9 months ago

Image

Image