Greenstand / Greenstand/treetracker-admin-client
Query region API for regions and allow selection of region for bulk message
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Region API can be queried like:
https://dev-k8s.treetracker.org/regions/region?owner_id=792a4eee-8e18-4750-a56f-91bdec383aa6
https://{env}-k8s.treetracker.org/regions/region?owner_id={organization UUID}
response is like
```
{
regions: [
{
id: "55671660-28d1-408b-8292-01f96da8ee1c",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Congo Town",
properties: {
Id: 70,
gid: 1,
City: null,
Name: "Congo Town",
Label: null,
Name1: "C2",
Notes: null,
Area_m2: 9015259.94066,
Area_km2: 9.01525994066,
Hectares: 902.085279163,
gridcode: 80,
Area_m2_1: 262201550,
Name_Code: 2,
FID_catchm: 0,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/55671660-28d1-408b-8292-01f96da8ee1c",
created_at: "2022-03-14T22:43:24.224Z",
updated_at: "2022-03-14T22:43:24.224Z"
},
{
id: "385bd9c4-0ae9-4822-8b7a-641f38ab31df",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Tower Hill",
properties: {
Id: 113,
gid: 2,
City: null,
Name: "Tower Hill",
Label: null,
Name1: "C3",
Notes: null,
Area_m2: 10763533.0934,
Area_km2: 10.7635330934,
Hectares: 1077.59309287,
gridcode: 123,
Area_m2_1: 262201550,
Name_Code: 3,
FID_catchm: 1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/385bd9c4-0ae9-4822-8b7a-641f38ab31df",
created_at: "2022-03-14T22:43:24.290Z",
updated_at: "2022-03-14T22:43:24.290Z"
},
{
id: "c59e0591-3ad1-4b3d-b64c-33cc52111a52",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Aberdeen",
properties: {
Id: 240,
gid: 3,
City: null,
Name: "Aberdeen",
Label: null,
Name1: "C1",
Notes: null,
Area_m2: 9657876.2148,
Area_km2: 9.6578762148,
Hectares: 967.464585175,
gridcode: 227,
Area_m2_1: 262201550,
Name_Code: 1,
FID_catchm: 2,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/c59e0591-3ad1-4b3d-b64c-33cc52111a52",
created_at: "2022-03-14T22:43:24.319Z",
updated_at: "2022-03-14T22:43:24.319Z"
},
{
id: "62539537-fc0d-4a9e-ab35-5ae9996f4b8c",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Regent-Lumley",
properties: {
Id: 577,
gid: 4,
City: null,
Name: "Regent-Lumley",
Label: null,
Name1: "C13",
Notes: null,
Area_m2: 14170348.8219,
Area_km2: 14.1703488219,
Hectares: 1417.24782491,
gridcode: 506,
Area_m2_1: 262201550,
Name_Code: 13,
FID_catchm: 3,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/62539537-fc0d-4a9e-ab35-5ae9996f4b8c",
created_at: "2022-03-14T22:43:24.361Z",
updated_at: "2022-03-14T22:43:24.361Z"
},
{
id: "5ea4d500-b8a5-40c8-9bb9-3487888a8365",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Kissy",
properties: {
Id: 626,
gid: 5,
City: null,
Name: "Kissy",
Label: null,
Name1: "C5",
Notes: null,
Area_m2: 12787351.8371,
Area_km2: 12.7873518371,
Hectares: 1280.11804835,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 5,
FID_catchm: 4,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/5ea4d500-b8a5-40c8-9bb9-3487888a8365",
created_at: "2022-03-14T22:43:24.383Z",
updated_at: "2022-03-14T22:43:24.383Z"
},
{
id: "2685bb6c-8cca-49a2-a2c7-15cd976e244e",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Baoma",
properties: {
Id: 640,
gid: 6,
City: null,
Name: "Baoma",
Label: null,
Name1: "C12",
Notes: null,
Area_m2: 5166724.41297,
Area_km2: 5.16627441297,
Hectares: 516.559176862,
gridcode: 566,
Area_m2_1: 262201550,
Name_Code: 12,
FID_catchm: 5,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/2685bb6c-8cca-49a2-a2c7-15cd976e244e",
created_at: "2022-03-14T22:43:24.404Z",
updated_at: "2022-03-14T22:43:24.404Z"
},
{
id: "2591f178-3e43-4286-b628-c305b15914a9",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Angola Town",
properties: {
Id: 989,
gid: 7,
City: null,
Name: "Angola Town",
Label: null,
Name1: "C11",
Notes: null,
Area_m2: 13618221.3933,
Area_km2: 13.6177713933,
Hectares: 1362.6316699,
gridcode: 886,
Area_m2_1: 262201550,
Name_Code: 11,
FID_catchm: 7,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/2591f178-3e43-4286-b628-c305b15914a9",
created_at: "2022-03-14T22:43:24.425Z",
updated_at: "2022-03-14T22:43:24.425Z"
},
{
id: "c306e7d2-ff75-43cb-8028-6170a03bdcc4",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Sussex",
properties: {
Id: 1874,
gid: 8,
City: null,
Name: "Sussex",
Label: null,
Name1: "C10",
Notes: null,
Area_m2: 34746339.618,
Area_km2: 18.3257272172,
Hectares: 3476.8382648,
gridcode: 1673,
Area_m2_1: 262201550,
Name_Code: 10,
FID_catchm: 9,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/c306e7d2-ff75-43cb-8028-6170a03bdcc4",
created_at: "2022-03-14T22:43:24.444Z",
updated_at: "2022-03-14T22:43:24.444Z"
},
{
id: "ede8eae6-ddda-4950-9da5-f4256f9a12e7",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "York",
properties: {
Id: 2043,
gid: 9,
City: null,
Name: "York",
Label: null,
Name1: "C9",
Notes: null,
Area_m2: 36086077.9553,
Area_km2: 36.0860779553,
Hectares: 3608.96587434,
gridcode: 1808,
Area_m2_1: 262201550,
Name_Code: 9,
FID_catchm: 10,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/ede8eae6-ddda-4950-9da5-f4256f9a12e7",
created_at: "2022-03-14T22:43:24.464Z",
updated_at: "2022-03-14T22:43:24.464Z"
},
{
id: "04092957-36ae-48cd-8bb3-3e341de95acf",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Gloucester",
properties: {
Id: 626,
gid: 10,
City: null,
Name: "Gloucester",
Label: null,
Name1: "C4",
Notes: null,
Area_m2: 9874205.24007,
Area_km2: 9.87420524007,
Hectares: 988.033176571,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 4,
FID_catchm: 11,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/04092957-36ae-48cd-8bb3-3e341de95acf",
created_at: "2022-03-14T22:43:24.485Z",
updated_at: "2022-03-14T22:43:24.485Z"
},
{
id: "bb450021-b395-43de-ac56-19df842b8b97",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Yams Farm",
properties: {
Id: 0,
gid: 11,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 2262.72079366,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/bb450021-b395-43de-ac56-19df842b8b97",
created_at: "2022-03-14T22:43:24.511Z",
updated_at: "2022-03-14T22:43:24.511Z"
},
{
id: "8b1f503c-3c7e-47b9-85df-668898d98029",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Samura Town",
properties: {
Id: 726,
gid: 12,
City: null,
Name: "Samura Town",
Label: null,
Name1: "C6",
Notes: null,
Area_m2: 11360476.3097,
Area_km2: 11.3604763097,
Hectares: 1136.35209238,
gridcode: 648,
Area_m2_1: 262201550,
Name_Code: 6,
FID_catchm: 6,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/8b1f503c-3c7e-47b9-85df-668898d98029",
created_at: "2022-03-14T22:43:24.533Z",
updated_at: "2022-03-14T22:43:24.533Z"
},
{
id: "e7136c52-bbfe-4cde-ad7e-a51953ca4d7d",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Regent-Grafton",
properties: {
Id: 1113,
gid: 13,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 0.13899678055,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/e7136c52-bbfe-4cde-ad7e-a51953ca4d7d",
created_at: "2022-03-14T22:43:24.558Z",
updated_at: "2022-03-14T22:43:24.558Z"
},
{
id: "afb82e92-0315-45b9-b4ee-3ad24bf1a0fd",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Regent-Grafton",
properties: {
Id: 1113,
gid: 14,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 6830.52107949,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/afb82e92-0315-45b9-b4ee-3ad24bf1a0fd",
created_at: "2022-03-14T22:43:24.583Z",
updated_at: "2022-03-14T22:43:24.583Z"
},
{
id: "d4f09059-fd9f-497a-8aa4-1ae2994941e8",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Yams Farm",
properties: {
Id: 0,
gid: 15,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 0.11007137774,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/d4f09059-fd9f-497a-8aa4-1ae2994941e8",
created_at: "2022-03-14T22:43:24.604Z",
updated_at: "2022-03-14T22:43:24.604Z"
},
{
id: "63dd5d8d-da73-4e6b-a1ed-d174e336da9a",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "ne",
properties: {
Id: 0,
gid: 16,
City: null,
Name: null,
Label: null,
Name1: null,
Notes: null,
Area_m2: 0,
Area_km2: 0,
Hectares: 393.387844526,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 0,
FID_catchm: -1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/63dd5d8d-da73-4e6b-a1ed-d174e336da9a",
created_at: "2022-03-14T22:43:24.625Z",
updated_at: "2022-03-14T22:43:24.625Z"
},
{
id: "3ed6ed94-6fc4-4ebb-b1b9-5d2aa66ff52c",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Lunovcef",
properties: {
Id: 70,
gid: 1,
City: null,
Name: "Congo Town",
Label: null,
Name1: "C2",
Notes: null,
Area_m2: 9015259.94066,
Area_km2: 9.01525994066,
Hectares: 902.085279163,
gridcode: 80,
Area_m2_1: 262201550,
Name_Code: 2,
FID_catchm: 0,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/3ed6ed94-6fc4-4ebb-b1b9-5d2aa66ff52c",
created_at: "2022-03-14T22:43:24.645Z",
updated_at: "2022-03-14T22:43:24.645Z"
},
{
id: "d4397102-61ac-47cd-9acd-d156f081e329",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Jofafuuru",
properties: {
Id: 113,
gid: 2,
City: null,
Name: "Tower Hill",
Label: null,
Name1: "C3",
Notes: null,
Area_m2: 10763533.0934,
Area_km2: 10.7635330934,
Hectares: 1077.59309287,
gridcode: 123,
Area_m2_1: 262201550,
Name_Code: 3,
FID_catchm: 1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/d4397102-61ac-47cd-9acd-d156f081e329",
created_at: "2022-03-14T22:43:24.669Z",
updated_at: "2022-03-14T22:43:24.669Z"
},
{
id: "7bd9a910-94f9-4197-8f21-a14ee1a92c04",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Cuc",
properties: {
Id: 240,
gid: 3,
City: null,
Name: "Aberdeen",
Label: null,
Name1: "C1",
Notes: null,
Area_m2: 9657876.2148,
Area_km2: 9.6578762148,
Hectares: 967.464585175,
gridcode: 227,
Area_m2_1: 262201550,
Name_Code: 1,
FID_catchm: 2,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/7bd9a910-94f9-4197-8f21-a14ee1a92c04",
created_at: "2022-03-14T22:43:24.690Z",
updated_at: "2022-03-14T22:43:24.690Z"
},
{
id: "29e85a2b-19f2-4573-8ff2-450670f55eee",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Fopif",
properties: {
Id: 577,
gid: 4,
City: null,
Name: "Regent-Lumley",
Label: null,
Name1: "C13",
Notes: null,
Area_m2: 14170348.8219,
Area_km2: 14.1703488219,
Hectares: 1417.24782491,
gridcode: 506,
Area_m2_1: 262201550,
Name_Code: 13,
FID_catchm: 3,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/29e85a2b-19f2-4573-8ff2-450670f55eee",
created_at: "2022-03-14T22:43:24.715Z",
updated_at: "2022-03-14T22:43:24.715Z"
},
{
id: "da9d3fb9-185f-4b0c-96e4-803a8ce5896e",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Zurwi",
properties: {
Id: 626,
gid: 5,
City: null,
Name: "Kissy",
Label: null,
Name1: "C5",
Notes: null,
Area_m2: 12787351.8371,
Area_km2: 12.7873518371,
Hectares: 1280.11804835,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 5,
FID_catchm: 4,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/da9d3fb9-185f-4b0c-96e4-803a8ce5896e",
created_at: "2022-03-14T22:43:24.737Z",
updated_at: "2022-03-14T22:43:24.737Z"
},
{
id: "2b180e2e-2f59-469f-9c49-43774c2f7ae8",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ijokus",
properties: {
Id: 640,
gid: 6,
City: null,
Name: "Baoma",
Label: null,
Name1: "C12",
Notes: null,
Area_m2: 5166724.41297,
Area_km2: 5.16627441297,
Hectares: 516.559176862,
gridcode: 566,
Area_m2_1: 262201550,
Name_Code: 12,
FID_catchm: 5,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/2b180e2e-2f59-469f-9c49-43774c2f7ae8",
created_at: "2022-03-14T22:43:24.759Z",
updated_at: "2022-03-14T22:43:24.759Z"
},
{
id: "d2433598-0ff6-4b22-8ed9-ef4a4c0df13a",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Red",
properties: {
Id: 989,
gid: 7,
City: null,
Name: "Angola Town",
Label: null,
Name1: "C11",
Notes: null,
Area_m2: 13618221.3933,
Area_km2: 13.6177713933,
Hectares: 1362.6316699,
gridcode: 886,
Area_m2_1: 262201550,
Name_Code: 11,
FID_catchm: 7,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/d2433598-0ff6-4b22-8ed9-ef4a4c0df13a",
created_at: "2022-03-14T22:43:24.783Z",
updated_at: "2022-03-14T22:43:24.783Z"
},
{
id: "ab8fc64f-d40f-4017-9ed0-6fc8c8750de6",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ajugodu",
properties: {
Id: 1874,
gid: 8,
City: null,
Name: "Sussex",
Label: null,
Name1: "C10",
Notes: null,
Area_m2: 34746339.618,
Area_km2: 18.3257272172,
Hectares: 3476.8382648,
gridcode: 1673,
Area_m2_1: 262201550,
Name_Code: 10,
FID_catchm: 9,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/ab8fc64f-d40f-4017-9ed0-6fc8c8750de6",
created_at: "2022-03-14T22:43:24.804Z",
updated_at: "2022-03-14T22:43:24.804Z"
},
{
id: "14c07e1b-e0f9-4bc8-a65d-0aea99805079",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Taruh",
properties: {
Id: 2043,
gid: 9,
City: null,
Name: "York",
Label: null,
Name1: "C9",
Notes: null,
Area_m2: 36086077.9553,
Area_km2: 36.0860779553,
Hectares: 3608.96587434,
gridcode: 1808,
Area_m2_1: 262201550,
Name_Code: 9,
FID_catchm: 10,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/14c07e1b-e0f9-4bc8-a65d-0aea99805079",
created_at: "2022-03-14T22:43:24.829Z",
updated_at: "2022-03-14T22:43:24.829Z"
},
{
id: "b7218c3c-7262-43e5-98e2-1409f9c0ad1e",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ve",
properties: {
Id: 626,
gid: 10,
City: null,
Name: "Gloucester",
Label: null,
Name1: "C4",
Notes: null,
Area_m2: 9874205.24007,
Area_km2: 9.87420524007,
Hectares: 988.033176571,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 4,
FID_catchm: 11,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/b7218c3c-7262-43e5-98e2-1409f9c0ad1e",
created_at: "2022-03-14T22:43:24.849Z",
updated_at: "2022-03-14T22:43:24.849Z"
},
{
id: "81c522d3-33fd-4041-b7ae-13202be01bc9",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ir",
properties: {
Id: 0,
gid: 11,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 2262.72079366,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/81c522d3-33fd-4041-b7ae-13202be01bc9",
created_at: "2022-03-14T22:43:24.870Z",
updated_at: "2022-03-14T22:43:24.870Z"
},
{
id: "04cb3fe8-bd42-4f8e-984e-4a14cff1fdc8",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ziphamid",
properties: {
Id: 726,
gid: 12,
City: null,
Name: "Samura Town",
Label: null,
Name1: "C6",
Notes: null,
Area_m2: 11360476.3097,
Area_km2: 11.3604763097,
Hectares: 1136.35209238,
gridcode: 648,
Area_m2_1: 262201550,
Name_Code: 6,
FID_catchm: 6,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/04cb3fe8-bd42-4f8e-984e-4a14cff1fdc8",
created_at: "2022-03-14T22:43:24.889Z",
updated_at: "2022-03-14T22:43:24.889Z"
},
{
id: "c030c5e7-4421-403d-9e39-5ec65e3bca56",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Nisoc",
properties: {
Id: 1113,
gid: 13,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 0.13899678055,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/c030c5e7-4421-403d-9e39-5ec65e3bca56",
created_at: "2022-03-14T22:43:24.908Z",
updated_at: "2022-03-14T22:43:24.908Z"
},
{
id: "f3f92345-9270-489f-9fb8-378c1096a81d",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ij",
properties: {
Id: 1113,
gid: 14,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 6830.52107949,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/f3f92345-9270-489f-9fb8-378c1096a81d",
created_at: "2022-03-14T22:43:24.929Z",
updated_at: "2022-03-14T22:43:24.929Z"
},
{
id: "b6b8e236-46a1-40fc-8647-38de52de1d07",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Ubuta",
properties: {
Id: 0,
gid: 15,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 0.11007137774,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/b6b8e236-46a1-40fc-8647-38de52de1d07",
created_at: "2022-03-14T22:43:24.952Z",
updated_at: "2022-03-14T22:43:24.952Z"
},
{
id: "d877f7ae-9595-486f-9ece-e951a6ce4e95",
owner_id: "344a6130-9094-4a05-8fd6-faf176593fbc",
collection_id: "4395ce86-17b6-46de-a814-842f818d18ce",
name: "Tufo",
properties: {
Id: 0,
gid: 16,
City: null,
Name: null,
Label: null,
Name1: null,
Notes: null,
Area_m2: 0,
Area_km2: 0,
Hectares: 393.387844526,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 0,
FID_catchm: -1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/d877f7ae-9595-486f-9ece-e951a6ce4e95",
created_at: "2022-03-14T22:43:24.974Z",
updated_at: "2022-03-14T22:43:24.974Z"
},
{
id: "5c0c046b-9670-4d71-8635-e044bac601f4",
owner_id: "792a4eee-8e18-4750-a56f-91bdec383aa6",
collection_id: null,
name: "Ire",
properties: {
Id: 240,
gid: 3,
City: null,
Name: "Aberdeen",
Label: null,
Name1: "C1",
Notes: null,
Area_m2: 9657876.2148,
Area_km2: 9.6578762148,
Hectares: 967.464585175,
gridcode: 227,
Area_m2_1: 262201550,
Name_Code: 1,
FID_catchm: 2,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/5c0c046b-9670-4d71-8635-e044bac601f4",
created_at: "2022-03-14T22:43:25.000Z",
updated_at: "2022-03-14T22:43:25.000Z"
},
{
id: "257c64bb-81df-42cb-972b-010d7e00aaeb",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 70,
gid: 1,
City: null,
Name: "Congo Town",
Label: null,
Name1: "C2",
Notes: null,
Area_m2: 9015259.94066,
Area_km2: 9.01525994066,
Hectares: 902.085279163,
gridcode: 80,
Area_m2_1: 262201550,
Name_Code: 2,
FID_catchm: 0,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/257c64bb-81df-42cb-972b-010d7e00aaeb",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "54bdbd6b-67a0-4e4d-9a89-2ef1985b9c7b",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 640,
gid: 6,
City: null,
Name: "Baoma",
Label: null,
Name1: "C12",
Notes: null,
Area_m2: 5166724.41297,
Area_km2: 5.16627441297,
Hectares: 516.559176862,
gridcode: 566,
Area_m2_1: 262201550,
Name_Code: 12,
FID_catchm: 5,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/54bdbd6b-67a0-4e4d-9a89-2ef1985b9c7b",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "e9e3cd95-4ae4-425a-b455-b8f456b940c8",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 1874,
gid: 8,
City: null,
Name: "Sussex",
Label: null,
Name1: "C10",
Notes: null,
Area_m2: 34746339.618,
Area_km2: 18.3257272172,
Hectares: 3476.8382648,
gridcode: 1673,
Area_m2_1: 262201550,
Name_Code: 10,
FID_catchm: 9,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/e9e3cd95-4ae4-425a-b455-b8f456b940c8",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "ee9e5738-3f32-4ed9-9fea-18bb0f47b593",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 726,
gid: 12,
City: null,
Name: "Samura Town",
Label: null,
Name1: "C6",
Notes: null,
Area_m2: 11360476.3097,
Area_km2: 11.3604763097,
Hectares: 1136.35209238,
gridcode: 648,
Area_m2_1: 262201550,
Name_Code: 6,
FID_catchm: 6,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/ee9e5738-3f32-4ed9-9fea-18bb0f47b593",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "26a9d7d4-0cc7-47c1-9b53-ad7661511150",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 0,
gid: 15,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 0.11007137774,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/26a9d7d4-0cc7-47c1-9b53-ad7661511150",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "c8b599f7-e450-4ce0-bfa0-dfc94eb9feb1",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 626,
gid: 10,
City: null,
Name: "Gloucester",
Label: null,
Name1: "C4",
Notes: null,
Area_m2: 9874205.24007,
Area_km2: 9.87420524007,
Hectares: 988.033176571,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 4,
FID_catchm: 11,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/c8b599f7-e450-4ce0-bfa0-dfc94eb9feb1",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "3ec64463-cc2c-4cd4-be77-a1f16e7e2bd7",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 0,
gid: 11,
City: null,
Name: "Yams Farm",
Label: null,
Name1: "C8",
Notes: null,
Area_m2: 23315355.7526,
Area_km2: 23.3153557526,
Hectares: 2262.72079366,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 8,
FID_catchm: 12,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/3ec64463-cc2c-4cd4-be77-a1f16e7e2bd7",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "16c4583c-2b95-4739-8808-2f6a65ec698d",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 113,
gid: 2,
City: null,
Name: "Tower Hill",
Label: null,
Name1: "C3",
Notes: null,
Area_m2: 10763533.0934,
Area_km2: 10.7635330934,
Hectares: 1077.59309287,
gridcode: 123,
Area_m2_1: 262201550,
Name_Code: 3,
FID_catchm: 1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/16c4583c-2b95-4739-8808-2f6a65ec698d",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "39747c1d-5a07-42f2-8136-1d1956de4f10",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 577,
gid: 4,
City: null,
Name: "Regent-Lumley",
Label: null,
Name1: "C13",
Notes: null,
Area_m2: 14170348.8219,
Area_km2: 14.1703488219,
Hectares: 1417.24782491,
gridcode: 506,
Area_m2_1: 262201550,
Name_Code: 13,
FID_catchm: 3,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/39747c1d-5a07-42f2-8136-1d1956de4f10",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "56cc21c0-a230-40a5-9f8d-e6b5f332a2e7",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 240,
gid: 3,
City: null,
Name: "Aberdeen",
Label: null,
Name1: "C1",
Notes: null,
Area_m2: 9657876.2148,
Area_km2: 9.6578762148,
Hectares: 967.464585175,
gridcode: 227,
Area_m2_1: 262201550,
Name_Code: 1,
FID_catchm: 2,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/56cc21c0-a230-40a5-9f8d-e6b5f332a2e7",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "12bbaa0f-aa07-41d1-a946-e5062c1f39ef",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 1113,
gid: 13,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 0.13899678055,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/12bbaa0f-aa07-41d1-a946-e5062c1f39ef",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "532fdf8a-ab96-4649-8667-e0625af1ecc1",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 1113,
gid: 14,
City: null,
Name: "Regent-Grafton",
Label: null,
Name1: "C7",
Notes: null,
Area_m2: 69601417.1001,
Area_km2: 69.6014171001,
Hectares: 6830.52107949,
gridcode: 1001,
Area_m2_1: 262201550,
Name_Code: 7,
FID_catchm: 8,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/532fdf8a-ab96-4649-8667-e0625af1ecc1",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "e3e62fde-a561-4348-ad08-cc05cd25e59a",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 2043,
gid: 9,
City: null,
Name: "York",
Label: null,
Name1: "C9",
Notes: null,
Area_m2: 36086077.9553,
Area_km2: 36.0860779553,
Hectares: 3608.96587434,
gridcode: 1808,
Area_m2_1: 262201550,
Name_Code: 9,
FID_catchm: 10,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/e3e62fde-a561-4348-ad08-cc05cd25e59a",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "ed257a59-c669-472c-a44a-faac19dd0289",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 0,
gid: 16,
City: null,
Name: null,
Label: null,
Name1: null,
Notes: null,
Area_m2: 0,
Area_km2: 0,
Hectares: 393.387844526,
gridcode: 0,
Area_m2_1: 262201550,
Name_Code: 0,
FID_catchm: -1,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/ed257a59-c669-472c-a44a-faac19dd0289",
created_at: "2022-03-15T18:19:13.191Z",
updated_at: "2022-03-15T18:19:13.191Z"
},
{
id: "281249db-9921-4e94-bb94-3f10ed29b26d",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "My New Regions",
properties: {
Id: 626,
gid: 5,
City: null,
Name: "Kissy",
Label: null,
Name1: "C5",
Notes: null,
Area_m2: 12787351.8371,
Area_km2: 12.7873518371,
Hectares: 1280.11804835,
gridcode: 554,
Area_m2_1: 262201550,
Name_Code: 5,
FID_catchm: 4,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/281249db-9921-4e94-bb94-3f10ed29b26d",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:19:13.190Z"
},
{
id: "fad3cf05-48d2-490f-aefa-67e7df4b61a9",
owner_id: "8b2628b3-733b-4962-943d-95ebea918c9d",
collection_id: "1b11baf2-37df-4af5-9b47-6c8399d6800b",
name: "new name",
properties: {
Id: 989,
gid: 7,
City: null,
Name: "Angola Town",
Label: null,
Name1: "C11",
Notes: null,
Area_m2: 13618221.3933,
Area_km2: 13.6177713933,
Hectares: 1362.6316699,
gridcode: 886,
Area_m2_1: 262201550,
Name_Code: 11,
FID_catchm: 7,
FID_sle_st: 0
},
show_on_org_map: true,
calculate_statistics: true,
shape: "region/shape/fad3cf05-48d2-490f-aefa-67e7df4b61a9",
created_at: "2022-03-15T18:19:13.190Z",
updated_at: "2022-03-15T18:25:35.231Z"
}
]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the admin panel's bulk-message flow and querying the documented /regions/region endpoint with an organization UUID. Done means the bulk-message interface can load an organization's regions and lets the user select a region; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100