CodeYourFuture / CodeYourFuture/Module-Data-Flows
TV Show Project Level 999: Stretch
- 主要語言
- JavaScript
- 星號
- 0
- 分支
- 275
- PR 合併指標
- 30 天內沒有已合併 PR
描述
# Extra options
Do not do any of these until you have completed level 500!
Submit your Pull Request for level 500 first, and then work on these in a new branch for level 999.
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.
4. Truncate long summaries and provide a "... read more..." control to reveal more.
5. Allow the user to choose to have the show list sorted by rating (highest rated shows first)
6. Have your search support start-of-word search, or other search types.
7. Make the browser's back and forward buttons navigate through your changed views (see [History.pushState()](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState)).
8. Allow user to mark "favourite" shows
9. Allow user to store notes on each episode
10. Use local storage to cache the above, and perhaps also to cache episode lists
11. Paginate through results with a "load more" button - don't load 100s of episodes at a time.
12. Experiment with infinite scroll
13. Responsive design
14. Style your page to fit the theme of the show (colours, typography, background images, etc). Commit to one show to do this.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Complete level 500 first, then choose one of the listed enhancements in a new branch. Start by reviewing the relevant TVMaze endpoint or the History.pushState() documentation for the selected idea; done means the chosen enhancement works in the browser and its behavior is demonstrated.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- frontend
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 冷清
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100