Created
September 20, 2018 18:55
-
-
Save theGaffe/58dbb375a20b35ae1f7783e1c39e1600 to your computer and use it in GitHub Desktop.
Feedback for API Capstone project
This file contains 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
API Capstone Feedback | |
- Overall all users used the site as intended. | |
- Bugs | |
-Continous loading icon when second API (OMDb) could not find matching movie title. | |
-FIXED | |
-Odd white space when failed to load second API | |
-FIXED - Removed now-empty elements. | |
-Country list not alphabetical. | |
-It's only alphabetical by country CODE - not name. Cannot be fixed easily. | |
- Feature Requests | |
-Review icons should link to their associated sites. | |
-Can only do with IMDb due to having its movie ID already via API, and its URL being assocaited with it. | |
-Can't do easily with other sites, so not implementing the feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good description of feedback received and explanation of fixes and non-fixes.