Closed raae closed 7 years ago
MicroBlogPostList should be table with heading "Updates" and be sorted newest first.
Each blogpost: MicroBlogPostList[i].DateTime MicroBlogPostList[i].Text
Example of BlogPostList:
"MicroBlogPostList": [
//Lagt inn av bgraphic
{
"DateTime": "2013-11-11T07:53:00",
"Text": "Dette er første innlegg"
},
{
"DateTime": "2013-11-12T06:53:00",
"Text": "Dette er tredje innlegg"
},
{
"DateTime": "2014-01-11T08:53:00",
"Text": "Dette er andre innlegg"
}
],
CauseList and TypeList should be tables with "Problem(s)" and "Type(s)" as heading.
Causes also has icons.
When selecting a flood or landslide warning a text view should be pushed.
Contents of the text view:
MainText WarningText CauseList TypeList (landslide only) MicroBlogPostList
Test municipalities: Kongsvinger (Hedmark) og Halden (Østfold).