ECLK / ECLK/common-server

data mapping set (2) - polling

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Polling Divisions -> Polling Stations

```
export const polling_divisions = [
{ id: 1, code: "PLD220933", name: "Kolonnawa" },
{ id: 2, code: "PLD220934", name: "Homagama" },
{ id: 3, code: "PLD220935", name: "Maharagama" },
{ id: 4, code: "PLD220936", name: "Dehiwala" },
{ id: 5, code: "PLD220937", name: "Rathmalana" },
{ id: 6, code: "PLD220938", name: "Moratuwa" }
];

export const polling_stations = [
{ id:1, code: "PLS123101", name:"St. Peter's College" },
{ id:2, code: "PLS123102", name:"Royal College" },
{ id:3, code: "PLS123103", name:"St. Thomas College" },
{ id:4, code: "PLS123104", name:"Ananda College" },
{ id:5, code: "PLS123105", name:"Isipathana College" },
{ id:6, code: "PLS123106", name:"Asoka College" },
];
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.