WomenPlusPlus / deploy-impact-23-kpi-3

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

Moderated KPI definition form (Gatekeeper) #41

Open dasvas opened 9 months ago

dasvas commented 9 months ago

As a gatekeeper, I want to define KPIs through a structured form so that they are aligned with a predefined schema to enable visualization.

Acceptance criteria:

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"
}
dasvas commented 9 months ago

Image

maalej commented 9 months ago

don't forget target

maalej commented 9 months ago

For the tickets to add: circle / units / periodicity ... it's better to have an administration page where only some authorized people have access to add/delete/update such data