bGraphic / varsom-hybrid

Hybrid varsom app
1 stars 0 forks source link

Landslide/Flood warning sub view #50

Closed raae closed 7 years ago

raae commented 8 years ago

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).

raae commented 8 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"
                }
              ],
raae commented 8 years ago

CauseList and TypeList should be tables with "Problem(s)" and "Type(s)" as heading.

Causes also has icons.

uploads/c5def525-921a-40b3-9771-0edc0fe478cc/Simulator Screen Shot 3. mar. 2016, 13.48.44.png