Skip to content

Instantly share code, notes, and snippets.

@tcosentino
Created February 17, 2014 11:43
Show Gist options
  • Save tcosentino/9049150 to your computer and use it in GitHub Desktop.
Save tcosentino/9049150 to your computer and use it in GitHub Desktop.

New use cases to test

Map

  • The user should be able to see admin and org's represented by pins on the map at their current location. (Anoop needs a way to update admin's locations)
  • The user should be able to use the red target button in the admin list to move the map to the location of an admin.
  • The user should be able to open an admin or org's vCard by clicking their map pin and then the arrow button.
  • When a new admin or org is selected the map should zoom and move to show all selected admins/orgs.
  • When a group (in the org list, anything inside of an expand section) is selected its vCard should be displayed.

Controller

  • The user should be able select an admin by clicking on it.
  • The user should be able to remove an admins selection by clicking on it.
  • The user should be able to select multiple admins.
  • The user should be able to select an org/group by clicking on it.
  • The user should be able to remove an org's selection by clickin on it.
  • When an org/group is selected, any of its children should be selected as well.
  • The user should be able to request a check-in from an admin by clicking the button in the controller. (need access to giMobile to test)
  • The user should be able to sort admins alphabetically.
  • The user should have a way to select all or no admins at once.
  • The user should be able to clear the current selection of admins.
  • The user should be able to sort orgs by online status, Name, priority agents, non-priority agents, or number of tickets.
  • The user should have a way to expand all orgs at once.
  • The user should have a way to contract all orgs at once.
  • The user should have a way to select all or no orgs at once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment