sahana / WACOP

Washington State Common Operating Picture
0 stars 0 forks source link

Browse Event Page Structure #6

Closed dhornbein closed 7 years ago

dhornbein commented 7 years ago

The Event Browse page (mock up here) contains site wide alerts, 3 recent events, a filterable map, and a table of events.

Page Structure

<main role='main' class='main'>  
  {{=XML(alerts)}}
  {{=XML(events)}}
  <!-- Event map -->
  <div class='row well'>
    <div class='medium-4 columns'>
      <!-- Event map filter goes here -->
    </div>
    <div class='medium-8 columns'>
      <!-- Event map goes here -->
    </div>
  </div>
  <!-- End Event map -->

  <!-- Event list -->
  <div class='row well'>
    <h3>Events</h3>
    <!-- Event list goes here -->
  </div>
  <!-- End Event map -->

</main>

Mockup

Note: This image is a published version of a google drawing, and should reflect the most recent changes

event-browse-mock-up

flavour commented 7 years ago

Event column at the end of the dataTable obviously makes no sense for Events

devinbalkind commented 7 years ago

truth.

Here are the fields the table should have: https://airtable.com/shrVNYlmZn3VBuwcM

For the Incidents and Resources column on the right, those should be number of incidents and resources.

flavour commented 7 years ago

is there a list of which filters we should have?

devinbalkind commented 7 years ago

Yes: https://airtable.com/shrVWuHeARvL6GL83

The fields there are ones to be filtered/searchable. Does that make sense?