Skip to content

Instantly share code, notes, and snippets.

@theGaffe
Created September 20, 2018 18:55
Show Gist options
  • Save theGaffe/58dbb375a20b35ae1f7783e1c39e1600 to your computer and use it in GitHub Desktop.
Save theGaffe/58dbb375a20b35ae1f7783e1c39e1600 to your computer and use it in GitHub Desktop.
Feedback for API Capstone project
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.
@frosemond
Copy link

Good description of feedback received and explanation of fixes and non-fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment