WomenPlusPlus / deploy-impact-23-kpi-3

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

Endpoint to save Gatekeeper's entered KPI definition in DB #69

Open maalej opened 9 months ago

maalej commented 9 months ago

For backend side, the data will be like below int PUT method:

{
    "circles": [
        2,
        1
    ],
    "title": "test",
    "periodicity": "MONTHLY",
    "unit": "percentage",
    "archived_at": "2023-10-26 20:22:28",
    "closed_at": "2023-10-13 14:16:32"
}
Daria-Oni commented 9 months ago

Image