This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name of app: Review Spew | |
| *Screen Inventory: | |
| 1. Landing Page | |
| 2. Search Page | |
| 3. Login Page | |
| 4. Folders Page | |
| 5. Reviews List page | |
| *See comments for links to wireframes and user flows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.google.com/spreadsheets/d/1appEJyIxydUgg18CdALnn8u5lDbbjJRSh1mxL71ofGo/edit?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| App Title: | |
| Review Spew | |
| Proposal: | |
| Stuck trying to figure out what to watch? Maybe you’re a movie nerd and your not sure if the dubbed German horror, or the sci-fi/thriller/space noir is right for your blog? Maybe it’s late, you just got a text to chill, and now you have to choose between the ultra-violent anime you were going to watch or literally anything else? This is where Review Spew’s got your back. Enter the name of the movie or tv show in question and Review Spew will regurgitate reviews from the top review sites from all across the web. A fair and honest upchuck of all the pretentious opinions your cinephilic heart desires smeared across your screen. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE bookmarks ( | |
| id SERIAL PRIMARY KEY, | |
| name TEXT | |
| ); | |
| INSERT INTO bookmarks | |
| (name) | |
| VALUES | |
| ('Book0'), | |
| ('Book1'), | |
| ('Book2'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Images below |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.google.com/document/d/1z-KsxFJIWWIlsHiTBR2rmRcUC_dahTRjdV3OwWRd620/edit?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| See commented images below... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| As a user I want to be able to submit any address as location. High | |
| As a user I want to be able to submit points of interest locations. Medium | |
| As a user I want to be able to resubmit a new query. High | |
| As a user I want to be able to display results on the same page. Medium | |
| As a user I want to be able to select between 1 and 100 passes of the space station. High | |
| As a user I want passes to display the chosen locations, date, and time for each pass. High | |
| As a user I want to allow for misspelling of locations i.e Washington, DC vs. wahsington. Medium | |
| As a user in the event of an error I want to receive visual feedback informing that something went wrong. High | |
| As a user I want to be able to navigate the page with the keyboard only. High | |
| As a user I want to be able to contact the creator(s) of the app. Low |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| By using the Open Notify API and Mapbox Geocoding API, a user can submit an address and receive prediction(s) of when the International Space Station will be passing over the given location. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| YouTube | |
| Required param: | |
| part | |
| Data type: string | |
| values: | |
| contentDetails: 2 | |
| id: 0 | |
| Optional param: | |
| forChannelId | |
| Data type: string |
NewerOlder