This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Release Tests
Aaron Brethorst edited this page Sep 27, 2018
·
19 revisions
- Welcome screen appears
- Tapping the button at the bottom pops up a location permissions dialog
- The map appears after the location permissions dialog is dismissed with a user location annotation view visible.
- Recent stops still appear and work
- Single route Bookmarks still appear and work
- Full stop Bookmarks still appear and work
- Don't grant permission for location—make sure things seem reasonably sensible
- Search UI appears when tapping on the search box
- Typing in a route number (say "10" in Puget Sound) produces sane-looking output.
- Route search works
- Address search works
- Stop number search works
- Vehicle ID search works for a unique vehicle ID
- Vehicle ID search works for scenarios where the ID needs to be disambiguated
- Bookmarks appear when you type in matching text, and you can open them
- Recent stops appear when you type in matching text, and you can open them
- Bookmarks appear on the map with a different treatment than normal stops
- Tapping on a stop produces a callout
- Tapping on the callout displays the stop page
- Tapping on the map button on the hover bar displays a popover that lets you toggle map types
- Tapping on the arrow button recenters the map location on the user's current location
- Tapping on the map tab (in the tab bar) also recenters the map location on the user's current location
- Dragging around the map changes the contents shown in the map (i.e it always shows content that is centered on your map's center coordinate)
- A little 'current forecast' view appears above the map table
- A section entitled "bookmarks and recent stops" appears
- Tapping on a bookmark shows the bookmark
- Tapping on a recent stop shows the recent stop
- Dragging around the map changes the contents shown in the map table (i.e it always shows content that is centered on your map's center coordinate)
- Shows a list of nearby stops
- Includes a table item entitled "View All Nearby Stops" (or similar) that displays a list of all nearby stops.
- Appropriate 'you're offline' content appears in the map table when the user is not connected to the internet.
- Tapping on a nearby stop in the 'All Nearby Stops' view controller displays the stop
(If an alert appears...)
- Tapping on an alert brings up a browser window with more information about the issue.
- Swiping on the alert displays a 'hide' context button
- Tapping the 'hide' context button hides the alert
- Tapping on a recent stop displays that stop
- Swiping to delete a recent stop works
- Tapping on the 'Delete All' button in the top right produces a confirmation dialog and deletes all recent stops after confirmation.
- The current region name appears below the "Bookmarks" title in the navigation bar
- Content automatically refreshes every 30 seconds, and updated departures are visually marked.
- Tapping on the Groups bar button item displays the Bookmark Groups modal controller
- Tapping on the
+
displays an alert that allows you to create a new Bookmark Group - The
Today View Bookmarks
group cannot be deleted or renamed, but it can be rearranged. - All other Bookmark Groups can be renamed and deleted.
- Tapping on the Sort button in the bottom right corner of the screen allows you to sort your bookmarks by group or by distance from your current location.
- An informative message appears when no bookmarks have been added to this section.
- An informative message appears when no bookmarks have been added to this section.
- Bookmarks that appear here also appear in the Today View widget.
- Tapping on the Edit button puts the Bookmarks tab into Edit mode and changes the 'Edit' button to a 'Done' button
- Bookmarks can be rearranged, including moved between groups
- Bookmarks can be deleted by swiping
- Bookmarks can be deleted by tapping on the red delete button while in Edit mode
- Deleting the last bookmark from a group deletes that group, too.
- Tapping on a bookmark while in Edit mode lets me rename the bookmark or change its group
- Rearranging bookmarks should be disabled when bookmarks are sorted by proximity
- Looks OK.
- Populates successfully
- Tapping on an item loads it in a web browser
- Tapping on an item marks it as 'read'
- 'Read' state is persistent across opening and closing the view controller
- Pull to refresh works
- The header at the top displays a map with the stop location visible, the stop name, and a list of routes.
- The refresh button in the header works
- The title displays the last time the stop info was refreshed
- Tapping on 'Add Bookmark' on a stop page displays the Add Bookmark UI
- The Add Bookmark UI looks good—text isn't weirdly cramped, margins look OK, etc.
- I can create a new Bookmark Group from the Add Bookmark screen
- I can choose a bookmark group from the Add Bookmark screen
- Tapping on 'Filter' on a stop page displays the Filter & Sort UI
- Deselecting a route (i.e. 'filtering') removes results for that route from this stop.
- When filtering is applied, a pair of tabs appear on the stop page that allow easy toggling between filtered and unfiltered routes
- "Sort by Route" only affects this stop.
- "Sort by Route" sorts each route by departure time
- "Sort by Route" shows a walk indicator for each section.
- When no departures appear in the specified time frame, a label appears in the middle of the screen that says "No departures in the next {NN} minutes."
- Tapping on "Load More Departures" loads 30 more minutes of departures and displays a new label that depicts the loaded timeframe.
- A list of time-sorted departure appears on the page.
- Tapping on a departure displays a vehicle info page.
- When a departure's time is updated, it briefly flashes in yellow
- The size of the yellow departure update box is only as big as the text it contains, as opposed to the size of its container. To put it another way, in CSS terms it should have an 'inline' display instead of 'block' display.
- A '...' button appears on the right side of each departure—tapping it pops up a list of options.
- Adding a bookmark for a specific route toggles the first option in the more options list to "Remove Bookmark"
- An alarm can be set, which causes a push notification to appear N minutes later.
- "Share Trip Status" pops up an activity/sharing sheet that allows the user to share a trip-specific URL via Messages, Email, etc.
- This UI appears and looks reasonably correct.
(TODO: expand on this section)
- This UI appears and looks reasonably correct.
- All bookmarks that belong to the Today View Bookmark Group appear here.
- Tapping on a Today View entry opens the corresponding stop within the iOS app
(TODO: expand on this section)
- This UI appears and looks reasonably correct.
- All options work correctly.
- Sanity check: iPhone SE
- Sanity check: iPhone 8
- Sanity check: iPhone X
- Sanity check: iPad
- Sanity check: iOS 10
- Sanity check: iOS 11
- Sanity check: iOS 12