Open moll opened 5 years ago
Oh, if TAGASI_LYKATUD
is supposed to be on all rejected initiatives, then there's the following initiative, which seems to have been rejected, yet doesn't bear that status:
{
"uuid": "075c2081-7efd-46fd-aa7c-20f55dbda9c9",
"reference": "1-6/18-116/1",
"title": "Kollektiivne pöördumine \"Poliitilise dieedi kolm retsepti\"",
"documentType": "collectiveAddressDocument",
"created": "2018-10-24T16:44:34.559",
"membership": 13,
"relatedDocuments": [
{
"uuid": "48393072-509f-4b21-bf02-2873fa7e30e3",
"reference": "4-1/217",
"title": "Kollektiivse pöördumise menetlusse võtmine",
"documentType": "decisionDocument"
},
{
"uuid": "57653e46-2e6e-4962-96a6-b579a98f6641",
"reference": "1-6/18-116/2",
"title": "PÕSK vastuskiri - Kollektiivne pöördumine Poliitilise dieedi kolm retsepti",
"documentType": "letterDocument"
}
],
"relatedVolumes": [],
"sender": "Eesti Vabaerakond - Kaul Nurm, Ain Ostra, Kaja Vajak; Juku-Kalle Raid; Rahvaalgatus.ee",
"senderReference": "1f821c9e-1b93-4ef5-947f-fe0be45855c5",
"submittingDate": "2018-10-24",
"complianceDeadline": "2019-05-13",
"responsibleCommittee": {
"uuid": "38144a73-dde6-fd5e-68db-63e2736c85e2",
"name": "Põhiseaduskomisjon",
"active": true
},
"statuses": [
{
"date": "2018-10-24",
"status": {
"code": "REGISTREERITUD",
"value": "Registreeritud"
}
},
{
"date": "2018-11-13",
"status": {
"code": "MENETLUSSE_VOETUD",
"value": "Menetlusse võetud"
}
},
{
"date": "2019-01-28",
"status": {
"code": "ARUTELU_KOMISJONIS",
"value": "Arutelu komisjonis"
},
"committeeDecision": {
"code": "ETTEPANEK_TAGASI_LYKATA",
"value": "Esitatud ettepanek tagasi lükata"
}
},
{
"date": "2019-02-11",
"status": {
"code": "MENETLUS_LOPETATUD",
"value": "Menetlus lõpetatud"
}
}
]
}
Hey,
Is there a doc somewhere that describes the semantics of various initiative statuses? I can see
TAGASI_LYKATUD
exists. Is that an alternative toMENETLUS_LOPETATUD
? The former appears on an initiative that had been accepted by Riigikogu and forwarded to a committee. What about an initiative that fails on requirements and gets rejected before any committee discusses it? Will that get the sameTAGASI_LYKATUD
status, but noMENETLUSSE_VOETUD
? I see both sorts of initiatives — one with bothTAGASI_LYKATUD
andMENETLUS_LOPETATUD
and one with two duplicateTAGASI_LYKATUD
statuses (copy below).Proceedings of the same "Maksustame ilutulestikuga paugutamise vabatahtlike päästjate toetuseks" initiative I copied below are said to have ended on Jun 10, 2019 (as per https://www.riigikogu.ee/tutvustus-ja-ajalugu/raakige-kaasa/esitage-kollektiivne-poordumine/riigikogule-esitatud-kollektiivsed-poordumised/), yet the API lists it rejected as of Jun 27, 2019. Which date is the correct one?
Thanks!