Non Members First Impressions
Home Page
Task Input Options
All Activity
Task Flow
Irrigation
Chats
In order to give the user the most actionable interface we need to make this page display be more functional than the previous generation. First we need to display the current moisture map within the image container unit. The next is the have the map include the last updated time. The sample shows the time being at 8:00 am reading. Next we will include the count of the current conditions. Each tile will include the number of zones that are associated with each tile type. The logic is critical to help the user understand what is going on. For example if there are no active irrigation zones then there will be no blue active zone tile. Each tile is 25% and if they are not show the tile will shift to the left. The tiles also act as filters for the information bellow. If the user taps a tile the list will be filtered to view those zones.
Main Logic: the screen can get very long as in the Tullavo example, in order to make it more powerful we need to ensure that the user only see sections that need attention. This layout is showing the sections that are currently dry and active. If there are no active or dry sections then the list will show all zones.
Each zone number will have the current moisture level as it default background color. If the user taps on the number the user will get details about the section that include the section nick name, crop type, and acers, with the ability to tap a go button to take the user to the section.
The current moisture reading will be displayed in bar form as currently done.
If the user taps to expand the units more control section they will be shown three options. Schedule, Share, and Create work item. The user can tap on the view full irrigation list in order to view the un filterd list.