Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 999: Stretch #10

Open
SallyMcGrath opened this issue Feb 26, 2024 · 0 comments
Open

Level 999: Stretch #10

SallyMcGrath opened this issue Feb 26, 2024 · 0 comments
Labels
🏝️ Priority Stretch Do this once mandatory and key work is done 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Iteration Prototyping, testing, analysing, and refining in a cycle of development 🎯 Topic Time Management Managing competing needs and meeting deadlines

Comments

@SallyMcGrath
Copy link
Member

Extra options

Do not do any of these until you have completed level 500!

Here are some ideas for consideration for further work:

  1. Add cast listing to your show listing, http://api.tvmaze.com/shows/1?embed=cast
  2. Add cast listing to your episode listing, http://api.tvmaze.com/shows/1?embed=cast
  3. Allow clicking a cast member to present a view of all shows the person has appeared in http://api.tvmaze.com/people/1/castcredits
  • Linking those back into your episodes view of each show.
  1. Truncate long summaries and provide a "... read more..." control to reveal more.
  2. Allow the user to choose to have the show list sorted by rating (highest rated shows first)
  3. Have your search support start-of-word search, or other search types.
  4. Make the browser's back and forward buttons navigate through your changed views (see History.pushState()).
  5. Allow user to mark "favourite" shows
  6. Allow user to store notes on each episode
  7. Use local storage to cache the above, and perhaps also to cache episode lists
  8. Paginate through results with a "load more" button - don't load 100s of episodes at a time.
  9. Experiment with infinite scroll
  10. Responsive design
  11. Style your page to fit the theme of the show (colours, typography, background images, etc). Commit to one show to do this.
@SallyMcGrath SallyMcGrath added 🎯 Topic Iteration Prototyping, testing, analysing, and refining in a cycle of development 🎯 Topic Time Management Managing competing needs and meeting deadlines 🏝️ Priority Stretch Do this once mandatory and key work is done 📅 Sprint 4 Assigned during Sprint 4 of this module labels Feb 26, 2024
@SallyMcGrath SallyMcGrath added 📅 Sprint 3 Assigned during Sprint 3 of this module and removed 📅 Sprint 4 Assigned during Sprint 4 of this module labels Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏝️ Priority Stretch Do this once mandatory and key work is done 📅 Sprint 3 Assigned during Sprint 3 of this module 🎯 Topic Iteration Prototyping, testing, analysing, and refining in a cycle of development 🎯 Topic Time Management Managing competing needs and meeting deadlines
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant