Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data mapping set (2) - polling #13

Open
MrClemRkz opened this issue Sep 18, 2019 · 0 comments
Open

data mapping set (2) - polling #13

MrClemRkz opened this issue Sep 18, 2019 · 0 comments

Comments

@MrClemRkz
Copy link
Member

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" },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant