codernaut / citizenconnect

Apache License 2.0
1 stars 9 forks source link

make standard compliant notification json objects #13

Open codernaut opened 6 years ago

codernaut commented 6 years ago

notification json objects stored in firebase are not compatible with defined standard

wahibhaq commented 6 years ago

Can you elaborate a bit more on this? What is the exact problem and what defined standard are you referring here?

codernaut commented 6 years ago

See the attached json file. We ahve defined a standard that will spear head our open data inititative but sadly our notification data in json is not standards compliant. we will need to do that json_20171216 (1).zip

wahibhaq commented 6 years ago

I can see that there is notifications inside projects

"data_sets" : {
        "type": "notifications" ,
        "remarks" : "hi"

but also directly under dataset

"dataset" : [
    {
        "set_ID" : "ICT_data_201712010001",
        "project_code": "ICT",
        "set_Type" :[
            {
                "type" : "notifications",
                "remarks" : "hi"

Which one are you referring? Can I have access to Firebase?