Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Nov 3, 2023
1 parent fec30e9 commit d5d0a95
Showing 1 changed file with 14 additions and 49 deletions.
63 changes: 14 additions & 49 deletions bns/getKoboData.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,55 +11,20 @@ alterState(state => {
//** Tag options: bns_survey, bns_price, nrgt_current, nrgt_historical **//
//{ id: 'aMpW7wwRBRbtCfidtK2rRn', tag: 'bns_survey', name: 'Form Project Name', owner: 'wcs'},

{
id: 'a4oeehbiGuXrEWK7rkUv82',
tag: 'bns_price',
name: 'BNS Prix Ituri 2023',
owner: 'wcs_ituri',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'aK3MS8ATY53KXsKCm7xzpY',
tag: 'bns_survey',
name: 'BNS Ituri : Enquête Ménages 2023',
owner: 'wcs_ituri',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'a3kbAt2freW3q8Ht48V3q2',
tag: 'bns_price',
name: 'BNS Prix Kahuzi 2023',
owner: 'wcs_mtkb',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'aJVZmRRfj442Li5F6r6M8y',
tag: 'bns_survey',
name: 'BNS ménage Kahuzi 2023',
owner: 'wcs_mtkb',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'aH2dvuU2G8wiVZQ3k4fiRE',
tag: 'bns_price',
name: 'BNS Prix Kabobo 2023',
owner: 'wcs_pcbk',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'a5s3aXxviNV3GhMANSSaGk',
tag: 'bns_survey',
name: 'BNS ménage Kabobo 2023',
owner: 'wcs_pcbk',
instance: 'WCS DRC unpublished data 2023' ,
},
{
id: 'a33XvMuPQLpeygLURuNUBP',
tag: 'nrgt_current',
name: 'NRGT SWM 2023',
owner: 'wcs_ndoki',
instance: 'WCS Congo unpublished data 2023' ,
},
// ONGOING BNS household forms
{ id: 'aK3MS8ATY53KXsKCm7xzpY', tag: 'bns_survey', name: 'BNS Ituri : Enquête Ménages 2023', owner: 'wcs_ituri', instance: 'WCS DRC unpublished data 2023' },
{ id: 'aJVZmRRfj442Li5F6r6M8y', tag: 'bns_survey', name: 'BNS ménage Kahuzi 2023', owner: 'wcs_mtkb', instance: 'WCS DRC unpublished data 2023'},
{ id: 'a5s3aXxviNV3GhMANSSaGk', tag: 'bns_survey', name: 'BNS ménage Kabobo 2023', owner: 'wcs_pcbk', instance: 'WCS DRC unpublished data 2023' },

// ONGOING BNS prices forms
{ id: 'a4oeehbiGuXrEWK7rkUv82', tag: 'bns_price', name: 'BNS Prix Ituri 2023', owner: 'wcs_ituri', instance: 'WCS DRC unpublished data 2023' },
{ id: 'a3kbAt2freW3q8Ht48V3q2', tag: 'bns_price', name: 'BNS Prix Kahuzi 2023', owner: 'wcs_mtkb', instance: 'WCS DRC unpublished data 2023' },
{ id: 'aH2dvuU2G8wiVZQ3k4fiRE', tag: 'bns_price', name: 'BNS Prix Kabobo 2023', owner: 'wcs_pcbk', instance: 'WCS DRC unpublished data 2023'},

// ONGOING NRGT forms
{ id: 'a33XvMuPQLpeygLURuNUBP', tag: 'nrgt_current', name: 'NRGT SWM 2023', owner: 'wcs_ndoki', instance: 'WCS Congo unpublished data 2023' },
{ id: 'aqDKwe8AD3ykFeNEDuLSnv', tag: 'nrgt_current', name: 'Nosy Be NRGT 2023', owner: 'wcs_library', instance: 'WCS Madagascar unpublished data 2023' },

// Poultry form removed from DB because of sampling issues
// {
// id: 'a9SgR3L9Vzn8CC5UPAa2ou',
Expand Down

0 comments on commit d5d0a95

Please sign in to comment.